Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
Simple example of a single perceptron
- Host: GitHub
- URL: https://github.com/mp3guy/perceptron
- Owner: mp3guy
- Created: 2014-03-06T16:34:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T16:27:20.000Z (almost 11 years ago)
- Last Synced: 2024-10-30T03:44:33.536Z (2 months ago)
- Language: C++
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.