Difference between revisions of "EverywhereML"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
With everywhereML you can train machine learning models and deploy them on different microcontroller platforms  
+
With everywhereML, you can train machine learning models and deploy them on different microcontroller platforms  
 
https://github.com/eloquentarduino/everywhereml
 
https://github.com/eloquentarduino/everywhereml
  
To try out the example download the following file (and change the file type to ipynb - remove .txt)
+
To try out the example
[[Classifier.ipynb.txt]]
+
* download the following python notebook (and change the file type to ipynb - remove .txt)
 +
[[File:Classifier.ipynb.txt]]
 +
* download the example dataset [[File:Concatenated df 3 led.csv]]
 +
 
 +
Run the Python notebook and make sure that the path to the data file is adapted in the notebook to fit your local system.
 +
 
 +
 
 +
= Alternatives =
 +
* https://github.com/BayesWitnesses/m2cgen
 +
 
 +
 
 +
[[Category:Machine Learning]]

Latest revision as of 12:32, 13 June 2024

With everywhereML, you can train machine learning models and deploy them on different microcontroller platforms https://github.com/eloquentarduino/everywhereml

To try out the example

  • download the following python notebook (and change the file type to ipynb - remove .txt)

File:Classifier.ipynb.txt

Run the Python notebook and make sure that the path to the data file is adapted in the notebook to fit your local system.


Alternatives[edit]