Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 471 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 471 Bytes

Autoencoder_code

This is my solution of the stanford CS294 programming exercise. It is a general implementation of the Sparse Autoencoder. More information please see: http://ufldl.stanford.edu/

This implementation can be easily modified to other kinds of autoencoder. For example, I once try to modified it to the recursive antoencoder for NLP. The things you need to change are the recursive form, cost function and the gradient of the cost function.