Skip to content

Implementation of some deep learning algorithms.

Notifications You must be signed in to change notification settings

tbluche/deepnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

https://www.cs.toronto.edu/~nitish/deepnet

About

Implementation of some deep learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • C++ 4.6%
  • C 2.6%
  • Shell 0.3%