brendenlake / omniglotLinks
Omniglot data set for one-shot learning
☆1,409Updated 2 years ago
Alternatives and similar repositories for omniglot
Users that are interested in omniglot are comparing it to the libraries listed below
Sorting:
- Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"☆2,704Updated 5 years ago
- Code for the paper "On First-Order Meta-Learning Algorithms"☆1,028Updated 2 years ago
- Repository for few-shot learning machine learning projects☆1,279Updated 6 years ago
- Implementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch☆1,058Updated 3 years ago
- Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"☆1,216Updated 4 years ago
- A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch☆2,050Updated 2 years ago
- Meta Learning / Learning to Learn / One Shot Learning / Few Shot Learning☆2,657Updated 7 years ago
- source code to ICLR'19, 'A Closer Look at Few-shot Classification'☆1,155Updated 4 years ago
- A dataset of datasets for learning to learn from few examples☆799Updated last year
- PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)☆1,073Updated 6 years ago
- This repo contains the source code accompanying a scientific paper with the same name.☆377Updated 4 years ago
- Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow☆1,223Updated 4 years ago
- PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400☆564Updated 7 years ago
- TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)☆782Updated 7 months ago
- Meta Learning for Semi-Supervised Few-Shot Classification☆570Updated 6 years ago
- The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) p…☆826Updated 2 years ago
- A PyTorch Library for Meta-learning Research☆2,875Updated last month
- A PyTorch implementation of the NIPS 2017 paper "Dynamic Routing Between Capsules".☆1,752Updated 7 years ago
- A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.☆1,561Updated 5 years ago
- disentanglement_lib is an open-source library for research on learning disentangled representations.☆1,416Updated 4 years ago
- Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)☆543Updated last year
- An attempt at replicating the Matching Networks for One Shot Learning in Tensorflow - Paper URL: https://arxiv.org/pdf/1606.04080.pdf☆333Updated 7 years ago
- Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)☆2,469Updated 6 years ago
- Implementation of Siamese Neural Networks for One-shot Image Recognition☆623Updated 6 years ago
- Taskonomy: Disentangling Task Transfer Learning [Best Paper, CVPR2018]☆872Updated 3 years ago
- Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)☆1,181Updated last year
- Best transfer learning and domain adaptation resources (papers, tutorials, datasets, etc.)☆1,768Updated 2 years ago
- A curated list of Meta-Learning resources/papers.☆553Updated 5 years ago
- A tutorial on the t-SNE learning algorithm☆721Updated 9 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…