Jump to content

User:Packet0/sandbox

From Wikipedia, the free encyclopedia

Chainer en

[edit]
Chainer
Developer(s)Preferred Networks, Inc.
Initial releaseJune 9, 2015; 9 years ago (2015-06-09)[1]
Stable release
3.2.0 / December 12, 2017; 6 years ago (2017-12-12)
Preview release
v4.0.0b2 / December 12, 2017; 6 years ago (2017-12-12)
Repositorygithub.com/chainer/chainer
Written inPython
Operating systemLinux
Available inPython
LicenseMIT License
Websitechainer.org

Chainer is a flexible, open source library for training and deploying neural networks. It adopts a "Define-by-run" scheme, where it dynamically generates data structure necessary for back propagation and automatic differentiation during the actual forward calculation, on the fly. This is different from symbol based APIs found in many neural network libraries, although there are other libraries such as MXNet that support similar programing scheme. Chainer itself is written purely in Python on top of NumPy and CuPy. The development is led by Japanese venture company Preferred Networks with support from IBM, Intel, Microsoft, and Nvidia.

See also

[edit]
[edit]

References

[edit]
  1. ^ "Deep Learning のフレームワーク Chainer を公開しました". Retrieved 2017-12-24.