AI Weekly Malaysia

Back to items Summaries

Reptile: A scalable meta-learning algorithm

ID
941
Status
new
Published
07 Mar 2018, 4:00 PM
Fetched
27 Jun 2026, 7:47 PM
Provider
OpenAI News
Category
ai-labs
Original URL
https://openai.com/index/reptile
Source URL
https://openai.com/news/rss.xml

Excerpt

We’ve developed a simple meta-learning algorithm called Reptile which works by repeatedly sampling a task, performing stochastic gradient descent on it, and updating the initial parameters towards the final parameters learned on that task. Reptile is the application of the Shortest Descent algorithm to the meta-learning setting, and is mathematically similar to first-order MAML (which is a version of the well-known MAML algorithm) that only needs black-box access to an optimizer such as SGD or Adam, with similar computational efficiency and performance.

Summary

No summary yet. It will appear after the daemon summarizes this item.

Top