Skip to content

vivekamin/sparse-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

sparse-autoencoder

"Autoencoding" is a data compression algorithm where the compression and decompression functions are 1) data-specific, 2) lossy, and 3) learned automatically from examples rather than engineered by a human. Additionally, in almost all contexts where the term "autoencoder" is used, the compression and decompression functions are implemented with neural networks.learn more here

Trained Sparse Autoencoder for sparse parameter p = [0.01, 0.1, 0.5, 0.8]

Fetures(Weights) learned by encoder

weights for p 0 1 weights for p 0 01 weights for p 0 5 weights for p 0 8

Best image reconstruction happened for P = 0.1

input for p 0 1 output for p 0 1

About

Sparse Autoencoder implementation using TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages