Top "Lasagne" questions

Lasagne provides a high-level API for creating neural networks using Theano on the backend.

How to calculate the number of parameters for convolutional neural network?

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
Keras - Text Classification - LSTM - How to input text?

Im trying to understand how to use LSTM to classify a certain dataset that i have. I researched and found …

theano keras lstm lasagne