Lasagne provides a high-level API for creating neural networks using Theano on the backend.
I'm using Lasagne to create a CNN for the MNIST dataset. I'm following closely to this example: Convolutional Neural Networks …
neural-network deep-learning conv-neural-network lasagne nolearn