项目作者: Harshpatel44
项目描述 :
Repository which contains programs using CNN, AutoEncoders
高级语言: Jupyter Notebook
项目地址: git://github.com/Harshpatel44/Usage-of-CNN-Autoencoders.git
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.)