🤖OpenAI
March 7, 2018
General AIReptile: A scalable meta-learning algorithm
Overview
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.
Read the full story at OpenAI
This publisher only syndicates a short excerpt by RSS. The full article — with all the detail, quotes, and context — lives on their site.
Open original articleContinue Learning
Originally published by OpenAI
Read the originalComments
Sign in to join the conversation