Skip to content

dsanno/pylearn2_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pylearn2_mnist

training MNIST data with pylearn2

Preparation

Download dataset

Pylearn2 have a script to download MNIST dataset.
Please execute pylearn2/scripts/datasets/download_mnist.py

Show dataset examples

Execute show_samples.py

Train

Execute test_dae.py

Show result

Execute test_result.py to recognize test data and output result.
result is (Number of correctly recognized data) / (Number of total test data)

Show error data

Execute show_error_data.py to show data incorrectly recognized.

About

training MNIST data with pylearn2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages