Skip to content

Medical Imaging, Denoising Autoencoder, Sparse Denoising Autoencoder (SDAE) End-to-end and Layer Wise Pretraining

License

Notifications You must be signed in to change notification settings

abhisheksambyal/Autoencoders-using-Pytorch-Medical-Imaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoders-using-Pytorch

In this project, nuances of the autoencoder training were looked over.

  1. Autoencoder end-to-end training for classifying MNIST dataset. [Notebook01]
  2. Autoencoder Layer Wise Pre-training (Stacking) for Fashion-MNIST. [Notebook02]
  3. DRIVE (Digital Retinal Images for Vessel Extractions) dataset patchwise segmentation using Autoencoder. [Notebook03]
  4. Sparse Denoising Autoencoder (SDAE) for classification of MNIST dataset. [Notebook04, Notebook05]

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details