shirleyzhu233 / PyTorch-MAML
A PyTorch implementation of Model Agnostic Meta-Learning (MAML) that faithfully reproduces the results from the original paper.
☆230Updated 7 months ago
Alternatives and similar repositories for PyTorch-MAML:
Users that are interested in PyTorch-MAML are comparing it to the libraries listed below
- The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) p…☆806Updated last year
- An Implementation of Model-Agnostic Meta-Learning in PyTorch with Torchmeta☆234Updated 4 years ago
- Implementations of many meta-learning algorithms to solve the few-shot learning problem in Pytorch☆246Updated 3 years ago
- Source code for NeurIPS 2020 paper "Meta-Learning with Adaptive Hyperparameters"☆82Updated 2 years ago
- A PyTorch implementation of OpenAI's REPTILE algorithm☆218Updated 5 years ago
- PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400☆561Updated 6 years ago
- A classified list of meta learning papers based on realm.☆359Updated 2 years ago
- pytorch implementation of Optimization as a Model for Few-shot Learning☆180Updated 2 years ago
- Neat implementation of Meta-SGD in pytorch: https://arxiv.org/abs/1707.09835☆89Updated 6 years ago
- ☆154Updated 5 years ago
- Reproduction of the IMAML paper☆26Updated 4 years ago
- Pytorch Implemtation of Meta-Learning with Latent Embedding Optimization☆48Updated 4 years ago
- Reproduce MAML in Pytorch with omniglot dataset.☆104Updated 5 years ago
- A PyTorch reimplementation of MAML, replicating some of the experiments from the paper.