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
- Feed-forward Neural Nets
- Restricted Boltzmann Machines
- Deep Belief Nets
- Autoencoders
- Deep Boltzmann Machines
- Convolutional Neural Nets
Built on top of the cudamat library by Vlad Mnih and cuda-convnet library by Alex Krizhevsky.