Skip to content

Harshpatel44/Usage-of-CNN-Autoencoders

Repository files navigation

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.)