chainer.md

May 8, 2016 ยท View on GitHub

##The DIY Guide to Chainer

Analytics

Please make Pull Requests for good resources, or create Issues for any feedback! Thanks!


Chainer is a deep learning framework (released June 8, 2015) that is not as well known as Tensorflow or Torch. However, it is extremely intuitive and flexible. This is because Chainer adopts a Define-BY-Run model as opposed to a Define-AND-Run model. This paradigm gives you immense control of your network, and makes deep nets easy to debug and experiment with.

Fun fact: Chainer is very popular in the Japanese deep learning community

Installation

pip install chainer

Install from source or with CUDA


###Hello World #####Introduction

#####Instructional Examples

###Advanced Nets #####Autoencoders

#####Convolutional NN

#####RNN

#####Reinforcement Learning

###Super Short Feedback Survey (Pretty please!)