Skip to content

minatosato/deep-learning-chainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Deep Learning implementation by Chainer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages