View on GitHub

DeepNet

Implementation of some deep learning algorithms.

Download this project as a .zip file Download this project as a tar.gz file

DeepNet

An Implementation of some Deep Learning Models.

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 library by Vlad Mnih and cuda-convnet library by Alex Krizhevsky.