roeiherz / Recipes

Lasagne recipes: examples, IPython notebooks, ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes

This is a collection of recipes for using Lasagne. Code snippets, IPython notebooks, tutorials and useful extensions are welcome here.

! Please note - the AWS S3 bucket used in many of these examples has been made Requester Pays. Direct links or downloading with wget will no longer work, but you can still download these files using aws cli or a client such as S3 Browser.

Organization

  • Examples: short examples demonstrating how to accomplish something interesting with Lasagne.
  • Tutorials: longer examples covering a range of topics.
  • Papers: code implementing a new technique or replicating results of a specific paper.
  • Model Zoo: a collection of pretrained models.
  • Utils: helper functions which can be imported.
  • Stale: things that break due to api changes will live here until they can be updated. Hopefully empty.

About

Lasagne recipes: examples, IPython notebooks, ...

License:MIT License


Languages

Language:Python 100.0%