An open API service indexing awesome lists of open source software.

https://github.com/mp3guy/perceptron

Simple example of a single perceptron
https://github.com/mp3guy/perceptron

Last synced: 3 days ago
JSON representation

Simple example of a single perceptron

Awesome Lists containing this project

README

          

Perceptron
==========

Simple example of a single perceptron. Pressing 'a' will generate random data and train the perceptron to learn an image of an "X" symbol.

Requires OpenCV to build.


Perceptron