Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 445 Bytes

Sparse Autoencoders

Sparsity constraint is imposed here by using a KL-Divergence penalty. See this for a detailed explanation of sparse autoencoders.

The FashionMNIST dataset was used for this implementation. Figures shown below are obtained after 1 epoch:

Using sparsity penalty:

sparse

Normal autoencoder

no_sparse