スポンサーリンク

Windows7で、「はじめての深層学習プログラミング」を写経してみる(2)第2章

前回は、第1章後半を写経してみた。(全部はできなかったが)

http://twosquirrel.mints.ne.jp/?p=17816


清水 亮  (著)
はじめての深層学習(ディープラーニング)プログラミング Kindle版
技術評論社 (2016/12/7) 2,462円

今回は、「第2章 」を写経してみる。

(環境)
Panasonic CF-RZ4
Windows8.1
Anaconda 4.1.1 (64-bit)
Python 3.5.2

(0)chainerのインストール

Windowsのスタートボタン > Anaconda3 (64-bit) > Anaconda Prompt

image

pip install chainer

image

(1)cmd.exeを開いて、

jupyter notebook

new > python[root]

image

image

 

 

 

 

 

 

jupyter notebook

 

途中

スポンサーリンク