Chainer
v3.2.0
  • Tutorial
    • Introduction to Chainer
    • How to Write a New Network
    • How to Train a Network
    • Using GPU(s) in Chainer
    • Customizing Chainer
      • Define your own function
      • Create your own trainer extension
    • Type check
  • Reference Manual

Development

  • API Compatibility Policy
  • Contribution Guide

Misc

  • Installation Guide
  • Tips and FAQs
  • Upgrade Guide from v1 to v2
  • Comparison with Other Frameworks
  • License
Chainer
  • Docs »
  • Tutorial »
  • Customizing Chainer
  • Edit on GitHub

Customizing ChainerΒΆ

  • Define your own function
    • Differentiable Functions
    • Unified forward/backward methods with NumPy/CuPy functions
    • Write an Elementwise Kernel Function
    • Write a function with training/test mode
    • Links that wrap functions
    • Testing Function
  • Create your own trainer extension
    • What is trainer Extension?
    • Write a simple function
    • Write a function decorated with @make_extension
    • Write a class inherited from Extension class
Next Previous

© Copyright 2015, Preferred Networks, inc. and Preferred Infrastructure, inc.. Revision 4ce120d0.

Built with Sphinx using a theme provided by Read the Docs.