#754 · Primary category: Education & Research
learning-to-learn
Learning to Learn in TensorFlow
Project last updated:06/29/21
GitHub Stars
4.1K
Forks
602
Contributors
5
License
Apache-2.0
Why we included this project
DeepMind published the 'learning to learn' paper in 2016, and this is the TensorFlow code that backed it. The idea is to stop picking an optimizer by hand and instead train a MetaOptimizer to produce one: train.py unrolls gradient descent and learns an update rule suited to a particular class of problems, then evaluate.py measures how the learned optimizer holds up against a baseline like Adam. The bundled problems start with a single-variable quadratic and scale up to MNIST and CIFAR classification, and because a new problem is just a function you hand to the MetaOptimizer, adding your own task is straightforward. It is the most direct place to start for anyone who wants to see how gradient-descent-by-gradient-descent actually works in code, and it stays readable because it is built on Sonnet rather than a pile of custom plumbing.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI