University of Pisa, UNIPI
Computer Science Department
Authors: Irene Pisani
July, 2023
- Dataset: Omniglot dataset
- Algorithm :
MAML_Algorithm.ipynb
- Experimental results:
MAML_ExperimentalResults.ipynb
- Presentation:
MAML_Slides.pdf
- Provide an implementation of MAML for few shot supervised learning using Pytorch.
- Reproduce the experiments on the Omniglot dataset. Follow the original experimental protocol of N-way classification with 1 or 5 shots and N equal to 5 or 20.
- Performance comparison between the obtained performance and original ones.
- Analysis of the impact of the number of inner SGD steps during training and evaluation.