#
metalearning
Here are 47 public repositories matching this topic...
Open
Add more tutorials
2
seba-1511
commented
Mar 3, 2020
As suggested on Reddit, it would be nice to have more tutorials.
A simple idea is to base them on our existing examples. The tutorial could explain how each implemented method works
A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
one-shot-learning
zero-shot-learning
metalearning
few-shot-learning
deep-meta-learning
meta-reinforcement
-
Updated
Nov 24, 2020
Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
reinforcement-learning
tensorflow
keras
one-shot-learning
reptile
maml
mann
zero-shot-learning
ntm
shot-learning
siamese-network
relation-network
metalearning
few-shot-learning
prototypical-networks
meta-sgd
matching-networks
deep-meta-learning
meta-imitation-learning
prototypical-network
-
Updated
Sep 19, 2021 - Jupyter Notebook
Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
image-classification
convex-optimization
meta-learning
few-shot
metalearning
few-shot-learning
few-shot-recognition
cvpr2019
-
Updated
Nov 9, 2019 - Python
Code for the NeurIPS19 paper "Meta-Learning Representations for Continual Learning"
-
Updated
Aug 12, 2020 - Python
A PyTorch implementation of OpenAI's REPTILE algorithm
-
Updated
Dec 31, 2019 - Jupyter Notebook
Faster and elegant TensorFlow Implementation of paper: Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
-
Updated
Apr 25, 2018 - Python
PyTorch implementation of HyperNetworks (Ha et al., ICLR 2017) for ResNet (Residual Networks)
-
Updated
Mar 20, 2021 - Python
Personalizing Dialogue Agents via Meta-Learning
-
Updated
Oct 6, 2019 - Jupyter Notebook
Python Meta-Feature Extractor package.
-
Updated
Apr 18, 2021 - Python
Tensorflow implementation of Synthetic Gradient for RNN (LSTM)
tensorflow
recurrent-neural-networks
lstm
rnn
dni
synthetic-gradients
decoupled-neural-interfaces
metalearning
-
Updated
Jan 30, 2018 - Python
This repository contains the implementation for the paper - Exploration via Hierarchical Meta Reinforcement Learning.
machine-learning
algorithm
meta
reinforcement-learning
deep-learning
robotics
deep-reinforcement-learning
openai-gym
pytorch
openai
gym
exploration
rl
hierarchical
maml
mujoco
mujoco-py
metalearning
maml-rl
rlkit
-
Updated
May 6, 2019 - Python
DropClass and DropAdapt - repository for the paper accepted to Speaker Odyssey 2020
machine-learning
dropout
kaldi
representation-learning
speaker-recognition
speaker-verification
meta-learning
speaker-identification
metalearning
speaker-embedding
speaker-adaptation
-
Updated
Oct 29, 2020 - Python
Meta learning is a subfield of machine learning where automatic learning algorithms are applied on metadata about machine learning experiments.
machine-learning
chainer
tensorflow
keras
ml
coursera
cnn
pytorch
ensemble
ensemble-learning
deeplearning
dl
andrew-ng
metalearning
appliedaicourse
-
Updated
Jun 13, 2019
Implementation of SNAIL(A Simple Neural Attentive Meta-Learner) with Gluon
-
Updated
Feb 22, 2019 - Python
Meta-learning by applying MAML to an inner variational auto-encoder to automatically learn generative models with few examples
machine-learning
deep-learning
neural-network
tensorflow
vae
one-shot-learning
maml
generative-models
metalearning
few-shot-learning
-
Updated
Jan 16, 2019 - Python
Model-Agnostic Meta-Learning for HDR Image Reconstruction. By learning the common structure between all LDR-to-HDR conversion tasks, our model is able to adapt it's predictions given extra exposures of a scene. This novel approach reframes LDR-to-HDR conversion as a meta-learning problem.
-
Updated
May 10, 2021 - Python
-
Updated
Dec 23, 2018 - Python
Latency Estimation for Neural Network Architecture
data-science
machine-learning
deep-neural-networks
deep-learning
scikit-learn
data-analysis
data-generator
darts
data-pipeline
automl
feature-extractor
neural-architecture-search
metalearning
-
Updated
Sep 14, 2021 - Python
Implementation of "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
-
Updated
Mar 29, 2018 - Python
This project contains the code for the paper accepted at NeurIPS 2020 - Robust Meta-learning for Mixed Linear Regression with Small Batches.
icml
metalearning
robust-statistics
neurips
mixture-models
icml-2020
neurips-2020
icml2020
neurips2020
-
Updated
Oct 21, 2020 - Python
The Contextual Meta-Bandit (CMB) can be used to select models using the context with online learning based on Reiforcement Learning problem. It's can be used for recommender system ensemble, A/B test, and other dynamic model selector problem.
-
Updated
Feb 6, 2021 - Jupyter Notebook
A toy project on a Automated Machine Learning technique called linear meta learning
-
Updated
Sep 30, 2019 - Python
Predict the bugs, features, and questions based on GitHub text data.
-
Updated
Nov 4, 2020 - Jupyter Notebook
Pseudocode Implementation of DAML, Domain Adaptive Dialog Generation via Meta Learning
-
Updated
Dec 29, 2020 - Python
Master's Project
genetic-programming
evolutionary-algorithms
global-optimization
gaussian-processes
bayesian-optimization
automl
metalearning
automated-model-selection
-
Updated
Oct 2, 2020 - Jupyter Notebook
MAML implementation in PyTorch.
-
Updated
Jul 27, 2021 - Python
Improve this page
Add a description, image, and links to the metalearning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the metalearning topic, visit your repo's landing page and select "manage topics."


The problem I want to use auto-sklearn on is a time-series. Can we modify sklearn to include cv with time series?