Lasagne provides a high-level API for creating neural networks using Theano on the backend. Questions about lasagne do not need to also utilize the "theano" tag, unless the question is specifically about Lasagne-Theano integration or the Theano backend.
Lasagne is a Python package build around theano expressions for neural networks training. lasagne was designed as a high-level API on top of theano, with the intention of making rapid prototyping of neural network architectures easier. It is similar in spirit to keras, which is built as a high-level API on top of theano/tensorflow/cntk, although the main difference is that Lasagne implements only one backend, allowing it to integrate more deeply with Theano features.
Resources
- Source code on Github
- Documentation
- User Group
- Running Lasagne in Docker (CPU or GPU)
- Lasagne Docker images
Resources and Teaching
- Lasagne recipes
- Deep learning tutorials for Keras and Lasagne
- Introduction to deep learning with Lasagne and Theano