-
Updated
Oct 16, 2020 - C++
attiny85
Here are 259 public repositories matching this topic...
-
Updated
Aug 27, 2020 - C
-
Updated
Jan 14, 2020 - C
-
Updated
May 20, 2020 - C++
-
Updated
Mar 10, 2019 - Visual Basic
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 15, 2020
-
Updated
Oct 16, 2020 - C++
-
Updated
May 3, 2020 - C++
-
Updated
Jun 7, 2020 - C++
-
Updated
May 21, 2020 - C++
-
Updated
Jul 2, 2020 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 26, 2019 - C++
-
Updated
Sep 25, 2018 - C++
-
Updated
Jul 11, 2020 - C
-
Updated
Mar 5, 2017 - C++
-
Updated
May 27, 2017 - C
-
Updated
Jan 2, 2018 - Java
-
Updated
Sep 17, 2018 - C++
-
Updated
Nov 18, 2017 - Arduino
Improve this page
Add a description, image, and links to the attiny85 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the attiny85 topic, visit your repo's landing page and select "manage topics."
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,