Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
corochann committed Jun 11, 2017
1 parent 8dbe4fa commit d967728
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -3,11 +3,14 @@
The source code of the blog posts,
[Deep learning tutorial with Chainer](http://corochann.com/deep-learning-tutorial-with-chainer).

It is compatible with chainer v2.

The tutorial includes following examples,

## Multi Layer Perceptron (MLP) for MNIST classification
![MNIST inference result](https://github.com/corochann/chainer-hands-on-tutorial/blob/master/src/mnist/inference.png)
![MNIST inference result](https://github.com/corochann/deep-learning-tutorial-with-chainer/blob/master/src/02_mnist_mlp/inference.png)

## Convolutional Neural Network (CNN) for CIFAR-10, CIFAR-100 image classification
![CNN inference result](https://github.com/corochann/chainer-hands-on-tutorial/blob/master/src/cnn/images/cifar10_predict.png)
![CNN inference result](https://github.com/corochann/deep-learning-tutorial-with-chainer/blob/master/src/04_cifar_cnn/images/cifar10_predict.png)

## Recurrent Neural Network (RNN) for sequence data prediction

0 comments on commit d967728

Please sign in to comment.