Home

Awesome

Implementation of the Meta-Learning-by-Adjusting-Priors algorithm in PyTorch 1.0

Implementation the paper R. Amit, R. Meir, “Meta-Learning by Adjusting Priors Based on Extended PAC-Bayes Theory”, ICML 2018 [paper] [Slides-Short] [Slides-long] [video]

Prerequisites

Data

The data sets are downloaded automatically. Specify the main data path in the file 'Data_Path.py'

Reproducing experiments in the paper:

Other experiments:

MAML code is based on: https://github.com/katerakelly/pytorch-maml