(no title)
peterderivaz | 10 years ago
lasagne gives you ways of constructing neural network layers (implemented as Theano functions).
nolearn sits on top of lasagne and gives a Scikit learn style interface that makes it trivial to set up a standard deep network to predict values from given input data.
Using nolearn was a very similar experience for me to using the Torch7 framework.
No comments yet.