Could anyone explain to me how to use this library:
http://code.google.com/p/neurolab/
to create a Neural Network that follows these rules:
-
Feed forward multilayer:
3 layers, 225 inputs, 50 hidden and 10 output(because input is 15×15 black/white image, ouput is 10 digits)
-
Back error propagation
I have problem with installing PyBrain on OSX, maybe in this will be easier.
Some that:
import numpy as np
see example http://packages.python.org/neurolab/ex_newff.html
and doc: http://packages.python.org/neurolab/lib.html#neurolab.train.train_bfgs