orobix / Prototypical-Networks-for-Few-shot-Learning-PyTorch
Implementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch
☆1,002Updated 2 years ago
Alternatives and similar repositories for Prototypical-Networks-for-Few-shot-Learning-PyTorch:
Users that are interested in Prototypical-Networks-for-Few-shot-Learning-PyTorch are comparing it to the libraries listed below
- Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"☆1,130Updated 3 years ago
- source code to ICLR'19, 'A Closer Look at Few-shot Classification'☆1,131Updated 3 years ago
- Meta Learning for Semi-Supervised Few-Shot Classification☆557Updated 5 years ago
- TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)☆754Updated 2 years ago
- A re-implementation of "Prototypical Networks for Few-shot Learning"☆311Updated 4 years ago
- Repository for few-shot learning machine learning projects☆1,224Updated 5 years ago
- PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)☆1,058Updated 5 years ago
- Meta-Baseline: Exploring Simple Meta-Learning for Few-Shot Learning, in ICCV 2021☆626Updated 3 years ago
- PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400☆556Updated 6 years ago
- This repo provides pytorch code which replicates the results of the Matching Networks for One Shot Learning paper on the Omniglot and Min…