maml topic

List maml repositories

My notes and assignment solutions for Stanford CS330 (Fall 2019 & 2020) Deep Multi-Task and Meta Learning

memory-efficient-maml

84
Stars
6
Forks
Watchers

Memory efficient MAML using gradient checkpointing

few-shot

1.2k
Stars
242
Forks
Watchers

Repository for few-shot learning machine learning projects

Hands-On-Meta-Learning-With-Python

1.1k
Stars
357
Forks
Watchers

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow

meta-dataset

742
Stars
139
Forks
Watchers

A dataset of datasets for learning to learn from few examples

PAML

128
Stars
23
Forks
Watchers

Personalizing Dialogue Agents via Meta-Learning

learn2learn

2.6k
Stars
344
Forks
Watchers

A PyTorch Library for Meta-learning Research

MetaHIN

127
Stars
42
Forks
Watchers

Source code for KDD 2020 paper "Meta-learning on Heterogeneous Information Networks for Cold-start Recommendation"

few_shot_meta_learning

239
Stars
29
Forks
Watchers

Implementations of many meta-learning algorithms to solve the few-shot learning problem in Pytorch

PyTorch-MAML

185
Stars
33
Forks
Watchers

A PyTorch implementation of Model Agnostic Meta-Learning (MAML) that faithfully reproduces the results from the original paper.