Chainer: A Deep Learning Framework for Accelerating the Research Cycle
Software frameworks for neural networks play a key role in the development and application of deep learning methods. In this paper, we introduce the Chainer framework, which intends to provide a flexible, intuitive, and high performance means of implementing the full range of deep learning models needed by researchers and practitioners. Chainer provides acceleration using Graphics Processing Units with a familiar NumPy-like API through CuPy, supports general and dynamic models in Python through Define-by-Run, and also provides add-on packages for state-of-the-art computer vision models as well as distributed training.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep LearningSimilar Papers 제목 키워드 기반
ChainerRL: A Deep Reinforcement Learning Library
In this paper, we introduce ChainerRL, an open-source deep reinforcement learning (DRL) library built using Python and the Chainer deep learning framework. ChainerRL implements a comprehensive set of DRL algorithms and t…
Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)ChainerCV: a Library for Deep Learning in Computer Vision
Despite significant progress of deep learning in the field of computer vision, there has not been a software library that covers these methods in a unifying manner. We introduce ChainerCV, a software library that is inte…
Deep Learningobject-detectionObject DetectionSemantic SegmentationChainer: a Next-Generation Open Source Framework for Deep Learning
Software frameworks for neural networks play key roles in the development and application of deep learning methods. However, as new types of deep learning models are developed, existing frameworks designed for convolutio…
ClusteringDeep LearningDimensionality ReductionGeneral ClassificationKyoto-NMT: a Neural Machine Translation implementation in Chainer
We present Kyoto-NMT, an open-source implementation of the Neural Machine Translation paradigm. This implementation is done in Python and Chainer, an easy-to-use Deep Learning Framework.
Deep LearningLanguage ModelingLanguage ModellingMachine Translation+2LB-CNN: An Open Source Framework for Fast Training of Light Binary Convolutional Neural Networks using Chainer and Cupy
Light binary convolutional neural networks (LB-CNN) are particularly useful when implemented in low-energy computing platforms as required in many industrial applications. Herein, a framework for optimizing compact LB-CN…
Face Recognition