https://github.com/lasagne/recipes
Lasagne recipes: examples, IPython notebooks, ...
https://github.com/lasagne/recipes
Last synced: 14 days ago
JSON representation
Lasagne recipes: examples, IPython notebooks, ...
- Host: GitHub
- URL: https://github.com/lasagne/recipes
- Owner: Lasagne
- License: mit
- Created: 2015-05-21T11:56:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T18:54:49.000Z (over 2 years ago)
- Last Synced: 2025-04-12T16:58:03.730Z (about 2 months ago)
- Language: Python
- Size: 12.6 MB
- Stars: 919
- Watchers: 51
- Forks: 414
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recipes
=========This is a collection of recipes for using [Lasagne](https://github.com/Lasagne/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](https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html). Direct links or downloading with `wget` will no longer work, but you can still download these files using [`aws cli`](https://github.com/aws/aws-cli) or a client such as [S3 Browser](http://s3browser.com/).
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.