Skip to content

PKU-YYang/Pylearn2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pylearn2 in practice

See http://fastml.com/pylearn2-in-practice/ for description.

Classification: python predict_csv.py softmax_regression_best.pkl adult/test.csv output.txt -L test.csv因为第一列是label,所以这里必须-L 这个函数会同时输出prob_matrix和label

Regression: python predict_csv.py wine.pkl wine_test.csv output.csv -H -P regression -T float test.csv不可以有label/value, 如果有带表头要-H

About

Deep Learning in Pylearn2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published