Does Mbed Team can give a good example for Tinyml in Mbed using Mbed Studio?

Hi @cornetlin, you can do this with Edge Impulse (built by former Arm engineers and by Dan, one of the authors of the book):

  1. Grab data from your devices with https://docs.edgeimpulse.com/docs/cli-data-forwarder - comes with Mbed examples.
  2. Train a model - lots of examples here: https://docs.edgeimpulse.com/docs/getting-started or you can plug in your own Keras code.
  3. Deploy back to the board - https://docs.edgeimpulse.com/docs/running-your-impulse-mbed has examples that run on any Mbed board.
3 Likes