I installed Chainer, a framework for deep learning
I installed Chainer published by PFN / PFI.
What is Chainer
Chainer is a framework for learning neural networks using the backpropagation method. It has the following features.
- Provided as a Python library (requires Python 2.7+)
- Flexible support for all neural network structures
- Intuitive code with dynamic calculation graph construction
- Supports GPUs and allows intuitive description of learning using multiple GPUs
Click here for details
Installation
Installation environment
Installation procedure
- Install Python related packages
# apt-get install python-devel
# apt-get install python-pip
# pip install chainer
This is the end
Impressions
It was extremely easy to install
Next I want to do something using example