Skip to content

matth200/machine_learning_arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MACHINE LEARNING ARDUINO

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

Compilation

You don't need special library, all was done without.
Just ~$ make

Train your neural network

You train your neural network on your computer, it's the first step

Extract the neural network

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

My Image

Implementation on arduino

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 !

My Image

Have fun !

About

Machine learning on an arduino by using PROGMEM memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published