Perceptron using Python 3 that classifies letters of different fonts.
- Download the perceptron.py file (MUST HAVE PYTHON 3 INSTALLED!)
- Download the sampleTraining.txt (To test the perceptron)
- In the same directory as the perceptron and training file run:
- python perceptron.py
- Follow the prompts