In this project, nuances of the autoencoder training were looked over.
- Autoencoder end-to-end training for classifying MNIST dataset. [Notebook01]
 - Autoencoder Layer Wise Pre-training (Stacking) for Fashion-MNIST. [Notebook02]
 - DRIVE (Digital Retinal Images for Vessel Extractions) dataset patchwise segmentation using Autoencoder. [Notebook03]
 - Sparse Denoising Autoencoder (SDAE) for classification of MNIST dataset. [Notebook04, Notebook05]
 
- Pytorch framework
 
This project is licensed under the MIT License - see the LICENSE.md file for details