LoginSignup
13
12

More than 5 years have passed since last update.

Deep Learning のフレームワーク Chainerをインストールしてみた

Last updated at Posted at 2015-06-15

PFN/PFIが公開したChainerをインストールしてみた

Chainerとは

Chainer は、ニューラルネットを誤差逆伝播法で学習するためのフレームワークです。以下のような特徴を持っています。

  • Python のライブラリとして提供(要 Python 2.7+)
  • あらゆるニューラルネットの構造に柔軟に対応
  • 動的な計算グラフ構築による直感的なコード
  • GPU をサポートし、複数 GPU をつかった学習も直感的に記述可能

詳細はこちら

インストール

インストール環境

インストール手順

  • Python関連パッケージをインストール
    # apt-get install python-devel
  • pipをインストール
    # apt-get install python-pip
  • chainerをインストール
    # pip install chainer

これでおわり

感想

ものすごく簡単にインストールができた
次はexampleを使ってなにかやってみたい

13
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
12