greentfrapp / maml-reptileLinks
Implementation of MAML and Reptile algorithms with a JS demo on the sine regression toy experiment
☆15Updated 4 years ago
Alternatives and similar repositories for maml-reptile
Users that are interested in maml-reptile are comparing it to the libraries listed below
Sorting:
- MAML and Reptile sine wave regression example in PyTorch☆18Updated 5 years ago
- A Pytorch implementation of MAML☆58Updated 2 years ago
- Implementations of many meta-learning algorithms to solve the few-shot learning problem in Pytorch☆254Updated 3 years ago
- Python implementation MAML (model-agnostic meta learning)☆30Updated 4 years ago
- Code that accompanies the paper Semi-supervised Deep Kernel Learning: Regression with Unlabeled Data by Minimizing Predictive Variance☆77Updated 6 years ago
- ☆22Updated 4 years ago
- A PyTorch implementation of OpenAI's REPTILE algorithm☆220Updated 5 years ago
- Implementation of MAML in numpy, deriving gradients and implementing backprop manually☆14Updated 7 years ago
- A PyTorch reimplementation of MAML, replicating some of the experiments from the paper.☆44Updated 7 years ago
- My notes and assignment solutions for Stanford CS330 (Fall 2019 & 2020) Deep Multi-Task and Meta Learning☆41Updated 2 years ago
- pytorch implementation of Optimization as a Model for Few-shot Learning☆182Updated 2 years ago
- Python code for abnormal detection using Support Vector Data Description (SVDD)☆212Updated last year
- This repository contains implementations of the paper, Bayesian Model-Agnostic Meta-Learning.☆61Updated 6 years ago
- ☆51Updated 10 years ago
- Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).☆39Updated 2 months ago
- Code for "Fast Context Adaptation via Meta-Learning"☆144Updated 4 years ago
- Implementation of Prototypical Networks for Few-shot Learning in TensorFlow 2.0☆54Updated 2 years ago
- Code to reproduce the results from the paper "Continual Learning of Neural Networks for Quality Prediction in Production using Memory Awa…☆15Updated 4 years ago
- TensorFlow 2.0 implementation of MAML.☆82Updated 6 years ago
- implement bayesian neural networks on tensorflow.☆17Updated 5 years ago
- Implementation of Co-training Regressors (COREG) semi-supervised regression algorithm from Zhou and Li, 2005.☆61Updated 6 years ago
- Official pytorch implementation of the paper "Bayesian Meta-Learning for the Few-Shot Setting via Deep Kernels" (NeurIPS 2020)☆205Updated 3 years ago
- ☆26Updated 7 years ago
- ☆19Updated 5 years ago
- Code to reproduce 'Combining GANs and AutoEncoders for efficient anomaly detection'☆40Updated 4 years ago
- Implementation of "A Simple Neural Attentive Meta-Learner" (SNAIL, https://arxiv.org/pdf/1707.03141.pdf) in PyTorch