chainer-notebooks icon indicating copy to clipboard operation
chainer-notebooks copied to clipboard

Jupyter notebooks for Chainer hands-on

Chainer-Notebooks

Requirements

  • Chainer>=3.0.0rc1
  • CuPy>=2.0.0rc1

Contents

  1. How to write a training loop in Chainer
  2. Let’s try using the Trainer feature
  3. How to write ConvNet models in Chainer
  4. Write an RNN Language Model
  5. Word2Vec: Obtain word embeddings
  6. ChainerRL Quickstart Guide
  7. Train a ConvNet using multiple GPUs
  8. Chainer for Theano Users
  9. Vanilla LSTM with CuPy