Back to search
Implementation of the stacked denoising autoencoder in Tensorflow
Stars
207
Forks
82
Watchers
207
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Implement a new network, it's AE->RELU Hidden->Softmax, the accuracy is better than before; Add the blog address for this project
da806e5View on GitHubAdd explanation on this project in the README for AE and DAE
45f10f7View on GitHubAdd some comments on the code, modify the AE_Softmax network structure
75ab832View on GitHubInitial creation for the code, including autoencoder, denoising autoencoder, sparse autoencoder, stacked denoising autoencoder
c578243View on GitHub