Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.36 KB

Deep learning Experiments

I will cover few deep learning topics here and I will share my observations on each of these topics. The topics I intend to cover is specified here though it is not complete.

Topics covered

Classification :

A basic binary classifier for cat-dog classification using a Convolutional Classifier is learned here. Then we experiment with the label smoothing concept introduced for model calibration and improved accuracy.

Autoencoders :

A basic Multi-layer perceptron (MLP) based autoencoder is designed for MNIST dataset. We then check the effect of bottleneck layer on the reconstruction. A visualization of the data in pixel space as well as in encoded latent space with TSNE is provided. Then we move on to playing around with linear interpolation in the latent space and image space.

Types of Autoencoders (coming soon) :

I intend to cover contrastive AE and Variational AE to give a first step ino generative networks

GANs (coming soon) :

Hope to cover few of these ASAP