Skip to content

YifanZhou95/MAML_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MAML_simple

DESCRIPTION

It is a vanilla python based example following idea of Finn et al Model-Agnostic Meta Learning. In this task, the MAML algorithm is implemented on MNIST dataset. And it aims to achieve better performance on binary classification of two particular digits with knowledge of other digits.

Notice: meta update is achieved by first-order approximation, which essentially reflects gradient according to paper.

REQUIREMENT

python 3

jupyter notebook

USAGE

  1. Unzip all files in "/data" folder
  2. Run python file "src/runner.py" or notebook "src/runner.ipynb"

RESULT

sample

About

A toy example of meta learning on mnist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published