File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,26 @@ Information is also available in the official documentation:
103
103
[ MicroPython: .mpy files] ( https://docs.micropython.org/en/latest/reference/mpyfiles.html#versioning-and-compatibility-of-mpy-files )
104
104
105
105
106
+ ## More learning resources
107
+
108
+ emlearn-micropython and emlearn has been covered in the following presentations.
109
+
110
+ - Microcontrollers + Machine Learning in 1-2-3 (PyData Global 2024).
111
+ [ Slides etc] ( https://github.com/jonnor/embeddedml/tree/master/presentations/PyDataGlobal2024 )
112
+ - Sensor data processing on microcontrollers with MicroPython and emlearn (PyConZA 2024).
113
+ [ Slides etc] ( https://github.com/jonnor/embeddedml/tree/master/presentations/PyConZA2024 )
114
+ - 6 years of open source TinyML with emlearn - a scikit-learn for microcontrollers (TinyML EMEA 2024)
115
+ [ YouTube video] ( https://www.youtube.com/watch?v=oG7PjPMA3Is ) |
116
+ [ Slides etc] ( https://github.com/jonnor/embeddedml/tree/master/presentations/TinymlEMEA2024 )
117
+ - emlearn - Machine Learning for Tiny Embedded Systems (Embedded Online Conference 2024).
118
+ [ Youtube video] ( https://www.youtube.com/watch?v=qamVWmcBdmI ) |
119
+ [ Slides etc] ( https://github.com/jonnor/embeddedml/tree/master/presentations/EmbeddedOnlineConference2024 )
120
+ - Machine Learning on microcontrollers using MicroPython and emlearn (PyCon DE & PyData Berlin 2024).
121
+ [ Slides etc] ( https://github.com/jonnor/embeddedml/tree/master/presentations/PyDataBerlin2024 ) |
122
+ [ YouTube video] ( https://www.youtube.com/watch?v=_MGm8sctqjg&t=1311s&pp=ygUSZW1sZWFybiBtaWNyb3B5dGhv ) .
123
+
124
+ Here is an overview of resources for [ TinyML in general] ( https://tinyml.seas.harvard.edu/courses/ ) .
125
+
106
126
## Benchmarks
107
127
108
128
#### UCI handwriting digits
You can’t perform that action at this time.
0 commit comments