Skip to content

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

Notifications You must be signed in to change notification settings

TronixLab/Neurona-rgbClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published