/deepnet

Implementation of some deep learning algorithms.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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