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
- Host: GitHub
- URL: https://github.com/harshpatel44/usage-of-cnn-autoencoders
- Owner: Harshpatel44
- Created: 2020-03-21T18:15:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T00:15:40.000Z (about 5 years ago)
- Last Synced: 2025-01-24T15:41:49.119Z (4 months ago)
- Topics: autoencoder, cnn, cnn-classification, deep-learning, denoise, ipynb, machine-learning, mnist-dataset, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 2.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)