Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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