Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.47 KB

lasagne.rst

File metadata and controls

65 lines (47 loc) · 2.47 KB

Two introductory tutorials exist for nolearn.lasagne:

For specifics around classes and functions out of the lasagne package, such as layers, updates, and nonlinearities, you'll want to look at the Lasagne project's documentation.

nolearn.lasagne comes with a number of tests that demonstrate some of the more advanced features, such as networks with merge layers, and networks with multiple inputs.

Finally, there's a few presentations and examples from around the web. Note that some of these might need a specific version of nolearn and Lasange to run:

API

.. automodule:: nolearn.lasagne

  .. autoclass:: NeuralNet
     :members:

  .. autoclass:: BatchIterator
     :members:

  .. autoclass:: TrainSplit
     :members: