Perceptron is a Windows application demonstrating a process of Perceptron training.
- Download the latest binary from Releases tab.
- (Optional) Download also following two files for full functionality and add them to the same folder as
train-images-idx3-ubyte.gz
train-labels-idx3-ubyte.gz
- Going through the calculation and updating of perceptron step by step with description.
- Manual entering and changing inputs as well as weights and biases.
- Loading image data as input
- Own images (28 x 28 pixels only)
- MNIST database (manual or automatic training)
- Clone repo and create a new branche:
$ git checkout https://github.com/JaroslavVecera/Perceptron -b <name-of-new-branch>
. - Make changes and test.
- Submit Pull Request with description.