• Stars
    star
    896
  • Rank 50,616 (Top 2 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created almost 12 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of some deep learning algorithms.

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.