The Shed

DATA MODEL FOR EMBEDDED MACHINE LEARNING

In The Shed Issue No. 105, we saw how machine learning (ML) could be embedded in a smart device such as the Arduino Nicla board. The following steps can be taken to activate the prediction features in our board:

1. Acquire data through sensors — usually part of the ML board creating a collection of samples.

2. Use the samples to define the data model with the ML platform — like Neuton.AI in our case.

3. Test the model with sample data on the platform using the Web.

4. Generate the software to embed the prediction features in the ML microcontroller.

5. Run the prediction offline on the programmed ML microcontroller.

This sounds very impressive, but a final problem arises: how to manage the microcontroller

You’re reading a preview, subscribe to read more.

More from The Shed

The Shed9 min read
The Plane-makers
It’s a tight squeeze, but Gary Briggs and I are comfortable enough in the cockpit of his tiny aeroplane. Gary built ZK-SXR in his garage, so it is not entirely without apprehension that I buckle myself in and read the mandatory warning plate advising
The Shed6 min read
A Little Bit Of This, A Little Bit Of That …
Off-grid living consists of a never-ending list of to-dos, which in turn get prioritised by urgency – or sometimes by the looks she gives me! Over summer, I’d been avoiding the list to concentrate on sailing, so there was a bit of a backlog. That was
The Shed4 min read
Introduction To Arduino Uno R4 Playing Chess
In this third instalment, we complete the notes on the application testing that we developed to verify the performance of the Arduino Uno R4, including the extra boost provided by the use of the ESP32-S3. As already discussed in the previous articles

Related