Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 519 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 519 Bytes

Variational Autoencoders

This is an attempt at giving a mathematical intuition to how Variational Autoencoders work. https://arxiv.org/abs/1312.6114

Learning Sparse Neural Networks using L0 Regularization

This paper uses L0 regularization technique to shrink the model by making a lot of weights to exactly zero. But in doing so, you will lose the flexibility of gradient based learning. So, they come up with clever reformulations of the original loss function to enable that.

https://arxiv.org/abs/1712.01312