pylearn2安裝及測試

2021-07-04 09:16:09 字數 712 閱讀 6446



pylearn2 是建立在theano之上的乙個機器學習庫,可以參考:

早前我已經用《install theano in linux without root authority (sodu)

》,所以現在也只需要仿照著安裝即可。

1. download:

$ git clone git:  

2. 配置環境變數,我一般用.bash_profile, 也可以放在.bashrc裡

export pylearn2_data_path=/path/to/data  

3. 安裝,進入pylearn2

$ python setup.py build  

$ python setup.py install --prefix=$python_home  

$ wget   

$ tar -zxvf cifar-10*  

4.1. 生成資料子集,進入

$pylearn2_home/pylearn2/scripts/tutorials/grbm_smd/

$ python make_dataset.py  

4.2 訓練模型

$ python ../../train.py cifar_grbm_smd.yaml  

4.3 視察模型

$ python ../../show_weights.py cifar_grbm_smd.pkl  

pylearn2安裝及測試

類 theano 2013 07 25 11 55 5807人閱讀 收藏舉報 pylearn2 是建立在theano之上的乙個機器學習庫,可以參考 早前我已經用 install theano in linux without root authority sodu 所以現在也只需要仿照著安裝即可。1...

gtest安裝及測試

git clonegtest編譯 cd googletest生成makefile檔案 先安裝cmake,brew install cmake cmake cmakelists.txt執行make,生成兩個靜態庫 libgtest.a libgtest main.a make拷貝到系統目錄,注意,如果...

HBase安裝及測試

hbase安裝及測試 1 單機安裝 1.1安裝hbase 執行命令 cd usr hadoop mkdir v20hadoop 將hbase 0.20.0拷貝至 usr hadoop v20hadoop 1.2啟動 關閉hbase bin start hbase.sh bin stop hbase....