ashishpatel26 / Meta-Learning-
Meta learning is a subfield of machine learning where automatic learning algorithms are applied on metadata about machine learning experiments.
☆27Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for Meta-Learning-
- The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) p…☆40Updated 4 years ago
- A collection of Gradient-Based Meta-Learning Algorithms with pytorch☆61Updated 4 years ago
- Official Code Repository for La-MAML: Look-Ahead Meta-Learning for Continual Learning"☆71Updated 3 years ago
- https://cs330.stanford.edu/☆60Updated last year
- ☆31Updated 2 years ago
- Meta learning for generative models.☆16Updated 5 years ago
- Tensorflow implementation of "Meta Dropout: Learning to Perturb Latent Features for Generalization" (ICLR 2020)☆27Updated 4 years ago
- My notes and assignment solutions for Stanford CS330 (Fall 2019 & 2020) Deep Multi-Task and Meta Learning☆41Updated last year
- The original code for the paper "Benchmarks for Continual Few-Shot Learning".☆34Updated 4 years ago
- Library to manage machine learning problems as `Tasks' and to sample from Task distributions. Includes Tensorflow implementation of impli…☆48Updated 2 years ago
- A PyTorch reimplementation of MAML, replicating some of the experiments from the paper.☆42Updated 6 years ago
- Code for "Supermasks in Superposition"☆117Updated last year
- Official code for ICLR 2020 paper "A Neural Dirichlet Process Mixture Model for Task-Free Continual Learning."☆98Updated 4 years ago
- An Empirical Study of Invariant Risk Minimization☆28Updated 4 years ago
- Codebase for "Online Fast Adaptation and Knowledge Accumulation: a New Approach to Continual Learning". This is a ServiceNow Research pro…☆103Updated 2 years ago
- ☆53Updated 5 years ago
- ☆17Updated last year
- Implementation of MAML in numpy, deriving gradients and implementing backprop manually☆14Updated 6 years ago
- Explaining a black-box using Deep Variational Information Bottleneck Approach☆46Updated 2 years ago
- Original PyTorch implementation of Uncertainty-guided Continual Learning with Bayesian Neural Networks, ICLR 2020☆73Updated 3 years ago
- Belief matching framework official implementation☆38Updated last year
- A pytorch implementation for the LSTM experiments in the paper: Why Gradient Clipping Accelerates Training: A Theoretical Justification f…☆44Updated 4 years ago
- Code for Unsupervised Learning via Meta-Learning.☆120Updated 5 years ago
- Pytorch implementation for "The Surprising Positive Knowledge Transfer in Continual 3D Object Shape Reconstruction"☆33Updated 2 years ago
- (NeurIPS 2020) Meta-Consolidation for Continual Learning☆36Updated 3 years ago
- A repository to keep track of literature on catastrophic forgetting☆36Updated 4 years ago
- A study on the following problems: what the memorization problem is in meta-learning; why memorization problem happens; and how we can pr…