Skip to content

christopher-beckham/weka-pyscript-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weka-pyscript-examples

Efficient training of a neural network on MNIST data using WEKA and Lasagne/Theano

Installation

The mnist example requires Theano, Lasagne, and nolearn.

git clone https://github.com/Theano/Theano.git
cd Theano
python setup.py install
cd ..

git clone https://github.com/Lasagne/Lasagne.git
python setup.py install
cd ..

git clone https://github.com/dnouri/nolearn.git
python setup.py install

About

Efficient training of a neural network on MNIST data using WEKA and Lasagne/Theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published