/Meta-learning-Study

Repo for learning 「모두를 위한 메타러닝」(위키북스)

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Language grade: Python License: Apache 2.0 Python 3.8.8 PyTorch 1.9.1 Code style: black Imports: isort Linting: flake8 & pylint

All Contributors

모두를 위한 메타러닝: PyTorch를 활용한 Few-shot 학습 모델과 빠른 강화학습 에이전트 만들기

"모두를 위한 메타러닝" 책을 읽으면서 실습을 진행한 코드 레포지토리입니다. 원본 저장소

0. Load-dataset code

1. Meta-Supervised-learning code

2. Meta-Reinforce-learning code

  • recurrent-policies-based
    (1) RL^2   

  • optimization-based
    (1) MAML-RL  

  • context-based
    (1) PEARL