Home

Awesome

CAUTION: This is not maintained anymore. Visit https://github.com/chainer-community/chainer-colab-notebook/

Chainer Notebooks

See here: https://github.com/mitmul/chainer-notebooks

Requirements

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

chainer-handson

English version

Chainerビギナーズハンズオン資料

0. さくら高火力コンピューティングサーバ上での環境構築

1. 学習ループを書いてみよう

2. Trainerを使ってみよう

3. 新しいネットワークを書いてみよう

4. データセットクラスを書いてみよう