From charlesreid1

 
Line 41: Line 41:


* https://github.com/ferrine/gelato - Bayesian network layers for Lasagne
* https://github.com/ferrine/gelato - Bayesian network layers for Lasagne
* https://github.com/Kadenze/siamese_net - siamese network in Lasagne/Theano


* https://github.com/joelmoniz/gogh-figure - van Gogh style transfer
* https://github.com/joelmoniz/gogh-figure - van Gogh style transfer

Latest revision as of 22:54, 14 October 2017

What is it

Lasagne is a high-level interface for Theano.

Links

Lasagne

Github repo: https://github.com/Lasagne/Lasagne

Documentation: https://lasagne.readthedocs.io/en/latest/

Using Lasagne via Docker: https://lasagne.readthedocs.io/en/latest/user/installation.html#docker

  • Can use CPU Docker image, or GPU Docker image (via nvidia-docker)

Github

Lasagne

Resources/Teaching

Implementations of Papers/Example Networks

Flags