/deep-learning-chainer

Deep Learning implementation by Chainer

Primary LanguagePython

#Deep Leaning These are implementations of Deep Leaning by Chainer.

Running following codes, they learn and test the MNIST.
e.g.,

python CNN.py 

If you want to use CUDA,

python CNN.py --gpu=0  

MLP.py: a simple Multi-layer Perceptrons.
CNN.py: Convolutional Neural Network.
DA.py: Denoising Auto-Encoder.
SDA.py: Stacked Denoising Auto-Encoders.