pylearn2安裝及測試

2021-07-05 06:24:39 字數 1923 閱讀 2498

類: theano

2013-07-25 11:55

5807人閱讀

收藏舉報

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

早前我已經用《install theano in linux without root authority (sodu)》,所以現在也只需要仿照著安裝即可。

1. download:

[plain]view plain

copy

print?

$ git clone git:  

$ git clone git:

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

[plain]view plain

copy

print?

export pylearn2_data_path=/path/to/data  

export pylearn2_data_path=/path/to/data

3. 安裝,進入pylearn2

[plain]view plain

copy

print?

$ python setup.py build  

$ python setup.py build
[plain]view plain

copy

print?

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

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

[plain]view plain

copy

print?

$ wget   

$ wget
[plain]view plain

copy

print?

$ tar -zxvf cifar-10*  

$ tar -zxvf cifar-10*
4.1. 生成資料子集,進入$pylearn2_home/

pylearn2/scripts/tutorials/grbm_smd/

[plain]view plain

copy

print?

$ python make_dataset.py  

$ python make_dataset.py
4.2 訓練模型

[plain]view plain

copy

print?

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

$ python ../../train.py cifar_grbm_smd.yaml
4.3 視察模型

[plain]view plain

copy

print?

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

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

pylearn2安裝及測試

pylearn2 是建立在theano之上的乙個機器學習庫,可以參考 早前我已經用 install theano in linux without root authority sodu 所以現在也只需要仿照著安裝即可。1.download git clone git 2.配置環境變數,我一般用.b...

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....