A ANN in a artimis I wonder if this can take in 4 floats and output 0-25? :geek: :geek: :ugeek:
I used the uno friendly ann code tutorial here
http://robotics.hobbizine.com/arduinoann.html
I do not understand its output.
A ANN in a artimis I wonder if this can take in 4 floats and output 0-25? :geek: :geek: :ugeek:
I used the uno friendly ann code tutorial here
http://robotics.hobbizine.com/arduinoann.html
I do not understand its output.
looks like binary in and binary out.
so if i have 4 features for each channel and 8 channels
4*8=32
14 bits per feature
32*14 448 inputs
6-12 outputs
free memory library is important to check to see if that can be run.
https://github.com/McNeight/MemoryFree
:ugeek: :geek:
Thank you for the information. I got help from this.
great you made my day.
Sorry to be the bearer of bad news but I tried MemoryFree on Artemis and it didn’t work (I think it’s specific to AVR microcontrollers). I’m getting around to looking into it a bit more deeply, but not sure when - please post if you have any luck.