2018-05-05から1日間の記事一覧

将棋AIで学ぶディープラーニングを読む

6.4.6 Chainerのinnstall lubuntu 16.04(GPUは積んでいない) にinstall ver 3.0.0 Chainer: A flexible framework for neural networks wget https://github.com/chainer/chainer/archive/v3.0.0.tar.gz #最後のファイル名をinstallしたchainerのバージョン…

将棋AIで学ぶディープラーニングを読む

7-3 python-shogi クラス Piece(object) def __init__(self, piece_type,color) piece_typeとcolorを登録 def symbol(self) 実行例 silver = shogi.Piece(shogi.SILVER,shogi.BLACK) silver.symbol() 'S' def japanese_symbol(self) 実行例 silver = shogi.P…