PJON® (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
windows
linux
mqtt
raspberry-pi
iot
arduino
esp8266
privacy
embedded
tcp
communication
network
udp
protocol
p2p
internet-of-things
attiny85
decentralization
zephyr
hc-12
-
Updated
Apr 21, 2021 - C++


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,