https://github.com/kirillseva/autoenc
Sparse autoencoder implementation in clean and readable R
https://github.com/kirillseva/autoenc
Last synced: 5 months ago
JSON representation
Sparse autoencoder implementation in clean and readable R
- Host: GitHub
- URL: https://github.com/kirillseva/autoenc
- Owner: kirillseva
- Created: 2015-11-30T02:54:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T20:38:01.000Z (over 9 years ago)
- Last Synced: 2024-08-13T07:13:26.427Z (8 months ago)
- Language: R
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kirillseva/autoenc - Sparse autoencoder implementation in clean and readable R (R)
README
# autoenc: sparse autoencoders in R  
Implementation based off [this article](http://web.stanford.edu/class/archive/cs/cs294a/cs294a.1104/sparseAutoencoder.pdf).The goal is to have a very readable and well-tested implementation, so that autoencoders can be used in production and trusted.
The existing CRAN [implementation](https://github.com/cran/autoencoder) of autoencoders has no test coverage and is hard to follow, so auditing this package for any serious use case would involve spending quite a bit of time. Autoenc package is designed with code readability in mind, following best functional programming practices, in order to make it comfortable for others to use and enhance this package.