In this project i implemented MLP network using pytorch and train it on Perian MNIST dataset.
All the dependencies and required libraries are included in the file requirements.txt
see here
I uses persian digit handwritten dataset like MNIST. You can find here
MLP network is used for this implementation. find MLP class in this file: mlp.py
After cloning the repository, run mlp_classification_letters.py
on your IDE or open terminal and write following command:
$ python3 mlp_classification_letters.py
You can see result of thid cod in following picture:
This project is licensed under the MIT License.