TinyML Part 1: An Easy Implementation of Artificial Neural Network on an Arduino Boards

Опубликовано: 28 Май 2026
на канале: Tronix Lab
41,699
912

A simple RGB color classifier implementation for Arduino AVR boards and other compatible microcontrollers. This repository makes use of the Neurona library for Arduino, which enables the use of a Multilayer Perceptron (MLP) / Feed-forward Neural Network, a Machine Learning algorithm that can be run on Arduino boards. This library comes with the MLP topology workbench, which is used to train the model, and the Neurona library, which is used to convert the model into simple C++ code. Thanks to Caio Benatti Moretti's brilliant work.

Neurona library
https://www.arduino.cc/reference/en/l...

MLP topology workbench
http://www.moretticb.com/MTW/

The code is available on Github
https://github.com/TronixLab/Neurona-...

#TinyML #Arduino #NeuralNetworks