Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danluu/neural-nets-101
Just playing around with basic neural net stuff, with a brief sojourn into deep learning via RBMs
https://github.com/danluu/neural-nets-101
Last synced: 17 days ago
JSON representation
Just playing around with basic neural net stuff, with a brief sojourn into deep learning via RBMs
- Host: GitHub
- URL: https://github.com/danluu/neural-nets-101
- Owner: danluu
- Created: 2012-11-25T01:48:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-27T18:31:52.000Z (about 12 years ago)
- Last Synced: 2024-11-06T07:37:00.971Z (2 months ago)
- Language: Matlab
- Homepage:
- Size: 7.66 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* PA1 - perceptron: learn halfspaces for 2-d dataset
* PA2 - neural net with hidden layer: learn word representaitons
* PA3 - hidden layer with 10-way softmax: handwriting recognition using USPS dataset
* PA4 - restricted boltzman machines