This page contains a list of example codes written with Chainer. More examples can be found in Awesome Chainer maintained by the community.
It should be noted that examples marked with 💤 have not been tested with current version of Chainer and whether it can work with current version of Chainer or not is not guaranteed.
- Recurrent Net Language Model
- Recursive Nets for Sentiment Analysis
- Word2Vec - WordEmbedding
- Sequence-to-sequnce Learning for Machine Translation
- Text Classification
- POS-tagging
- Multi-Layer Perceptron for MNIST Classification
- Convolutional neural networks for CIFAR-10 and CIFAR-100 Classification
- ImageNet: Large Scale ConvNets
- Evaluate a Caffe reference model
- Variational AutoEncoder
- DCGAN
- Image Captioning
- pfnet-research example: Chainer-GAN-lib
- 💤 pfnet-research example: Pix2Pix
- DQN and DoubleDQN on discrete-action tasks
- DDPG on continuous-action tasks
- ChainerRL examples: more examples for OpenAI Gym and Arcade Learning environments