Skip to content

Commit

Permalink
Merge 5bb9601 into 8f8f6a3
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Aug 11, 2017
2 parents 8f8f6a3 + 5bb9601 commit 7f9294b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Chainer Examples

This page contains a list of example codes written with Chainer.

**It should be noted that examples marked with :zzz: have not been tested with current version of Chainer and whether it can work with current version of Chainer or not is not guaranteed.**

### <a name="natual-language-processing"></a> Natural Language Processing

* [Recurrent Net Language Model](https://github.com/chainer/chainer/tree/master/examples/ptb)
Expand All @@ -16,7 +18,28 @@ This page contains a list of example codes written with Chainer.
* [ImageNet: Large Scale ConvNets](https://github.com/chainer/chainer/tree/master/examples/imagenet)
* [Evaluate a Caffe reference model](https://github.com/chainer/chainer/tree/master/examples/modelzoo)

### <a name="object-detection"></a> Object Detection

* [ChainerCV example: Faster R-CNN](https://github.com/chainer/chainercv/tree/master/examples/faster_rcnn)
* [ChainerCV example: Single Shot Multibox Detector (SSD)](https://github.com/chainer/chainercv/tree/master/examples/ssd)

### <a name="semantic-segmentation"></a> Semantic Segmentation

* [ChainerCV example: SegNet](https://github.com/chainer/chainercv/tree/master/examples/segnet)

### <a name="generative-models"></a> Generative Models

* [Variational AutoEncoder](https://github.com/chainer/chainer/tree/master/examples/vae)
* [DCGAN](https://github.com/chainer/chainer/tree/master/examples/dcgan)
* [:zzz: pfnet-resaerch example: Chainer-GAN-lib](https://github.com/pfnet-research/chainer-gan-lib)
* [:zzz: pfnet-resaerch example: Pix2Pix](https://github.com/pfnet-research/chainer-pix2pix)

### <a name="graph-cnn"></a> Graph Convolutional Network

* [:zzz: pfnet-resaerch example: Chainer Graph CNN](https://github.com/pfnet-research/chainer-graph-cnn)

### <a name="reinforcement-learning"></a> Reinforcement Learning

* [DQN and DoubleDQN on discrete-action tasks](https://github.com/chainer/chainer/tree/master/examples/reinforcement_learning)
* [DDPG on continuous-action tasks](https://github.com/chainer/chainer/tree/master/examples/reinforcement_learning)
* [ChainerRL examples: more examples for OpenAI Gym and Arcade Learning environments](https://github.com/chainer/chainerrl/tree/master/examples)

0 comments on commit 7f9294b

Please sign in to comment.