Top "Nolearn" questions

nolearn is a Python package with utility functions for machine learning tasks.

Download a specific branch of a github project

To cut the story short, to run a convolutional neural network model, I need an special version of nolearn, which …

git github nolearn
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