Skip to content

airingzhang/deepnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepnet

Implementation of some deep learning algorithms.

DeepEAR: DeepLearning-based Eating ActionRecognition Using Commodity BluetoothHeadsets All code about DeepEAR is included in deepnet/examples/DeepEAR

To run the experiment follow the instruction in that folder

This code is bulit on DeepNet which is orginally released by Nitish Srivastava: https://github.com/nitishsrivastava/deepnet

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.

About

Implementation of some deep learning algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.0%
  • Cuda 21.4%
  • Shell 20.4%
  • C++ 3.3%
  • Protocol Buffer 0.6%
  • TeX 0.2%
  • Other 0.1%