News
우리는 Reptile이라는 간단한 메타러닝 알고리즘을 개발했는데, 이 알고리즘은 과제를 반복적으로 샘플링하고, 확률적 구배 하강을 수행하며, 초기 매개변수를 업데이트하는 방식으로 작동합니다...
출처 제공 본문
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.
댓글 0
댓글을 불러오는 중입니다.