AI-ML·중요도 6·2018. 03. 07.·OpenAI Blog
Reptile: A scalable meta-learning algorithm
── KO ──────────────────
Reptile은 최적화 접근을 활용한 간단한 메타 학습 알고리즘이다.
Reptile은 작업을 반복적으로 샘플링하고, 그에 대한 확률적 기울기 하강법을 수행하여 초기 매개변수를 업데이트하는 메타 학습 알고리즘이다. 이 알고리즘은 단순하나 효과적이며, MAML 알고리즘과 수학적으로 유사하다. Reptile은 SGD나 Adam과 같은 최적화 도구에 블랙박스 방식으로 접근할 수 있어 계산 효율성과 성능이 뛰어나다.
── EN ──────────────────
Reptile is a simple meta-learning algorithm that utilizes optimization approaches.
Reptile is a meta-learning algorithm that repeatedly samples a task and performs stochastic gradient descent on it to update initial parameters. It is simple yet effective, mathematically similar to the well-known MAML algorithm. Reptile allows black-box access to optimizers like SGD or Adam, providing computational efficiency and robust performance.