From charlesreid1

Line 41: Line 41:


* https://github.com/joelmoniz/gogh-figure - van Gogh style transfer
* https://github.com/joelmoniz/gogh-figure - van Gogh style transfer
* https://github.com/tjwei/GANotebooks - generative adversarial neural network implementations in Lasagne, Keras, and PyTorch


* https://github.com/zalandoresearch/spatial_gan - spatial generative adversarial neural network (one network generates, one network tries to spot the fake stuff)
* https://github.com/zalandoresearch/spatial_gan - spatial generative adversarial neural network (one network generates, one network tries to spot the fake stuff)

Revision as of 22:42, 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