This repository is MLP implementation of classifier on MNIST dataset with PyTorch. In this notebook, we will train an MLP to classify images from the MNIST database hand-written digit database.
The process will be broken down into the following steps:
- Load and visualize the data
- Define a neural network
- Train the model
- Evaluate the performance of our trained model on a test dataset!
To use this repo just download the repository, open in jupyter notebook. Start creating something awesome! Good Luck!
Things reuired
- Python3
- Jupyter Notebook
- Matplotlib
- Pandas
- Other dependencies
Feel free to submit pull requests to me.
- Muhammad Haseeb
- Udacity Pytorch Scholarship Challenge Team
This project is licensed under the MIT License - see the LICENSE file for details