/Neurona-rgbClassifier

An easy guide for Color classification (RGB) using Multilayer Perceptron (MLP) Neural Networks with Arduino

Primary LanguageC

Neurona-rgbClassifier

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.

Dependencies

Install the following Arduino libraries

Schematic Diagram

GitHub Logo

Video Tuturoial on YouTube

GitHub Logo