Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.52 KB

index.rst

File metadata and controls

59 lines (45 loc) · 1.52 KB

Chainer -- A flexible framework of neural networks

Chainer is a powerful, flexible and intuitive deep learning framework.

  • Chainer supports CUDA computation. It only requires a few lines of code to leverage a GPU. It also runs on multiple GPUs with little effort.
  • Chainer supports various network architectures including feed-forward nets, convnets, recurrent nets and recursive nets. It also supports per-batch architectures.
  • Forward computation can include any control flow statements of Python without lacking the ability of backpropagation. It makes code intuitive and easy to debug.

glance guides/index

reference/index install chainerx/index chainermn/index

compatibility contribution tips performance upgrade comparison license

Indices and tables

  • genindex
  • modindex
  • search