Skip to content

A simple neural network prototype with a single hidden layer for Arduino microcontroller.

License

Notifications You must be signed in to change notification settings

andrea-deri/BasicNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Neural Network

This project is a simple prototype that simulate the behavior of a neural network. This network permits to resolve the XOR operation, a simple problem that a perceptron (i.e. a network without an hidden layer) cannot resolve itself. The project is developed for Arduino UNO shield, so for an ATMega328 microcontroller.

Circuit schema

circuit_schema

About

A simple neural network prototype with a single hidden layer for Arduino microcontroller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published