To start with machine learning on MCU, you need peripheral devices that:
- Gather data (sensors)
- Process or store data (memory, accelerators)
- Communicate results (outputs or interfaces)
The below sensors can be thought of if you are planning to start Machine Learning at MCU level.
| **ML Application** | **Useful Sensors** | **Examples** |
|-----------------------------|----------------------------------------|--------------------------------------------------|
| Image / object detection | Camera module | OV7670, Himax HM01B0 |
Users can start with a MCU like,
Some of the tiny models such as the below can be run:
0 Comments