This repository consists of the coding assignments that were assigned to us as a part of the CSE-555 Pattern Recognition course. The description and instructions to run each of the projects are as follows:
We need to download and keep the MNIST digit dataset ready for the Jupyter notebook to run. The data set is divided and named as follows:
- t10k-images-idx3-ubyte
- t10k-labels-idx1-ubyte
- train-images-idx3-ubyte
- train-labels-idx1-ubyte
Google collab was used for running this notebook but Anaconda would also work just fine.