2014-08-01から1日間の記事一覧

Pylearn2 インストール方法

LinuxへのPylearn2のインストール方法。(対象はubuntu) 1. python、git、pipのインストール aptデータベースの更新 sudo apt-get update gitをインストール sudo apt-get install -y --force-yes git pythonをインストール sudo apt-get install -y --forc…