An open API service indexing awesome lists of open source software.

https://github.com/harshpatel44/usage-of-cnn-autoencoders

Repository which contains programs using CNN, AutoEncoders
https://github.com/harshpatel44/usage-of-cnn-autoencoders

autoencoder cnn cnn-classification deep-learning denoise ipynb machine-learning mnist-dataset neural-network

Last synced: 2 months ago
JSON representation

Repository which contains programs using CNN, AutoEncoders

Awesome Lists containing this project

README

        

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