From charlesreid1

 
(One intermediate revision by the same user not shown)
Line 33: Line 33:


* https://github.com/yandexdataschool/Practical_DL - practical deep learning course resources
* https://github.com/yandexdataschool/Practical_DL - practical deep learning course resources
* https://github.com/yandexdataschool/Practical_RL - deep reinforcement learning in the wild


==Implementations of Papers/Example Networks==
==Implementations of Papers/Example Networks==
Line 39: 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