This Repository contains 3 Python notebooks.
- use_cnn.ipynb (Programs using Convolutional Neutal Network on MNIST dataset)
- use_cnn_and_autoencoder.ipynb (Programs using simple Feedforward-net, CNN, Autoencoder on MNIST dataset)
- use_denoising.ipynb (Program used to denoise the MNIST dataset and training the denoised data on CNN.)