Microcontrollers are not suitable to develop and train machine learning models. The resources are just not sufficient for this, but it is possible to use and deploy pre-trained models!
I have added a simplified Tensorflow hallo world example where the model has been trained on the sin function, to my Pico-Arduino framework.
The solution consists of only 3 implementation files:
Further information can be found in the official documentation…