In the following:
:::success
Green boxes indicate questions/exercises
:::
:::info
Blue boxes indicate useful information/indications
:::
Block 0: A LoRaWAN Network server from inside
Pietro Manzoni changed 3 years agoView mode Like Bookmark
Based on:
https://github.com/tinyMLx/courseware
https://blog.tensorflow.org/2019/11/how-to-get-started-with-machine.html
:::info
The code used in this Lab is in the repository 
:::
In this lab we will see two practical example using TinyML with two different platforms.
Pietro Manzoni changed 3 years agoView mode Like Bookmark
Edge Impulse is the leading development platform for machine learning on edge devices. It is for developers but also used by enterprises.
It allows to cover all the phases in a ML base IoT project, from training to deployment:
Currently it can handle the following hardware:

With different development boards, data can be collected using the Data forwarder or the Edge Impulse for Linux SDK, and deploy the model back to the device with the Running your impulse locally tutorials. You can also use your Mobile phone.
Pietro Manzoni changed 3 years agoView mode Like Bookmark