All Projects → zygmuntz → pylearn2-practice

zygmuntz / pylearn2-practice

Licence: AGPL-3.0 license
Pylearn2 in practice

Programming Languages

python
139335 projects - #7 most used programming language

Pylearn2 in practice

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

Here are the commands to execute for Windows:

set PYTHONPATH=%PYTHONPATH%;.
set THEANO_FLAGS=device=cpu
train.py adult.yaml
python predict.py softmax_regression_best.pkl adult\test.csv predictions.txt

And for Unix (untested):

export PYTHONPATH=$PYTHONPATH:.
export THEANO_FLAGS=device=cpu
train.py adult.yaml
python predict.py softmax_regression_best.pkl adult/test.csv predictions.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].