It is a library which can be implemented in an ARDUINO
You can train your neuralnetwork with your computer with the Machine learning algorithm
You can find in src or in my other repository in my github
You don't need special library, all was done without.
Just ~$ make
You train your neural network on your computer, it's the first step
When you have finished your training, you will be able to launch the command
~$ ./extract_nn ./model/brain.ml
It will extract all the information in a line, you will just paste in your arduino editor
Once you have done the previous step, you have to import the library m_learning for arduino in the folder arduino.
And you have to install ArduinoSTL on your arduino program
And after that you will be able to use your neural network on your arduino !
Have fun !