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

https://github.com/nitishsrivastava/deepnet

Implementation of some deep learning algorithms.
https://github.com/nitishsrivastava/deepnet

Last synced: 28 days ago
JSON representation

Implementation of some deep learning algorithms.

Awesome Lists containing this project

README

          

deepnet
=======

## Implementation of some deep learning algorithms. ##

GPU-based python implementation of

1. Feed-forward Neural Nets
2. Restricted Boltzmann Machines
3. Deep Belief Nets
4. Autoencoders
5. Deep Boltzmann Machines
6. Convolutional Neural Nets

Built on top of the [cudamat](http://code.google.com/p/cudamat/) library by
Vlad Mnih and [cuda-convnet](http://code.google.com/p/cuda-convnet/) library by
Alex Krizhevsky.