dragen1860/MAML-Pytorch
PyTorch implementation of Model-Agnostic Meta-Learning (MAML) for few-shot image classification on MiniImagenet and Omniglot datasets.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository provides a clean implementation of the MAML meta-learning algorithm in PyTorch. MAML learns model parameters such that few gradient steps on a new task produce good generalization. The implementation supports supervised learning experiments on MiniImagenet (few-shot classification) and Omniglot datasets, including both the full MAML algorithm and First-Order approximation (Reptile) variants.