Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 353 Bytes

This Repository contains 3 Python notebooks.

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