cbfinn/maml
Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks" observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3364
- days_rel: n/a
- days_push: 2418
- n_releases_24m: 0
Adoption not part of the score
2727 stars · 621 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of Model-Agnostic Meta-Learning (MAML) from Finn et al., ICML 2017, for fast adaptation of deep networks. It includes few-shot supervised learning experiments on sinusoid regression, Omniglot classification, and MiniImagenet classification using TensorFlow.
Use cases
- implement few-shot learning with MAML
- reproduce MAML paper experiments
- learn meta-learning algorithms
- run few-shot classification on Omniglot or MiniImagenet
- adapt a deep network to new tasks with few examples
When to choose
- you want the canonical reference implementation of MAML for supervised few-shot learning
- you are doing research on meta-learning and need a baseline
- you want to reproduce the ICML 2017 paper results
When to avoid
- you need MAML for reinforcement learning (use the separate maml_rl codebase)
- you need a maintained production framework or modern PyTorch support
- you need up-to-date TensorFlow compatibility
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python meta-learning few-shot-learning tensorflow research-code maml algorithms
1 source
- readme: https://github.com/cbfinn/maml · fetched 2026-08-28 · b25a4124885f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cbfinn/maml | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem