https://github.com/expander/perceptron
https://github.com/expander/perceptron
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/expander/perceptron
- Owner: Expander
- Created: 2019-04-11T20:37:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T14:34:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T09:22:24.968Z (about 1 year ago)
- Language: C++
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Perceptron
==========
Ad-hoc implementation of perceptrons.
Building
--------
meson build
cd build
ninja
Running
-------
Generating training and testing samples:
./make_sample.x -o training_sample.txt
./make_sample.x -o testing_sample.txt
Training the classifier(s):
./train.x -t training_sample.txt -e testing_sample.txt
The results can be plotted like this:
gnuplot -p perceptron.gnuplot