• Stars
    star
    1,157
  • Rank 40,327 (Top 0.8 %)
  • Language
    Jupyter Notebook
  • Created almost 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow

Hands-On Meta Learning With Python

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more

About the book

Book Cover

Meta learning is an exciting research trend in machine learning, which enables a model to understand the learning process. Unlike other ML paradigms, with meta learning you can learn from small datasets faster.

Hands-On Meta Learning with Python starts by explaining the fundamentals of meta learning and helps you understand the concept of learning to learn. You will delve into various one-shot learning algorithms, like siamese, prototypical, relation and memory-augmented networks by implementing them in TensorFlow and Keras. As you make your way through the book, you will dive into state-of-the-art meta learning algorithms such as MAML, Reptile, and CAML. You will then explore how to learn quickly with Meta-SGD and discover how you can perform unsupervised learning using meta learning with CACTUs. In the concluding chapters, you will work through recent trends in meta learning such as adversarial meta learning, task agnostic meta learning, and meta imitation learning.

By the end of this book, you will be familiar with state-of-the-art meta learning algorithms and able to enable human-like cognition for your machine learning models.

Get the book


Check out my Deep Reinforcement Learning Repo here.

Awesome Meta Learning Awesome

Check the curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources here.

Table of contents

1. Introduction to Meta Learning

  • 1.1. What is Meta Learning?
  • 1.2. Meta Learning and Few-Shot
  • 1.3. Types of Meta Learning
  • 1.4. Learning to Learn Gradient Descent by Gradient Descent
  • 1.5. Optimization As a Model for Few-Shot Learning

2. Face and Audio Recognition using Siamese Network

3. Prototypical Network and its variants

4. Relation and Matching Networks Using Tensorflow

5. Memory Augmented Networks

6. MAML and its variants

7. Meta-SGD and Reptile Algorithms

8. Gradient Agreement as an Optimization Objective

9. Recent Advancements and Next Steps

  • 9.1. Task Agnostic Meta Learning
  • 9.2. TAML Algorithm
  • 9.3. Meta Imitation Learning
  • 9.4. MIL Algorithm
  • 9.5. CACTUs
  • 9.6. Task Generation using CACTUs
  • 9.7. Learning to Learn in the Concept Space

More Repositories

1

Awesome-Meta-Learning

A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
1,479
star
2

Hands-On-Reinforcement-Learning-With-Python

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Jupyter Notebook
834
star
3

Hands-On-Deep-Learning-Algorithms-with-Python

Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Jupyter Notebook
327
star
4

Deep-Reinforcement-Learning-With-Python

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Jupyter Notebook
322
star
5

Getting-Started-with-Google-BERT

Build and train state-of-the-art natural language processing models using BERT
Jupyter Notebook
211
star
6

Bitcoin-price-Prediction-using-LSTM

Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Jupyter Notebook
124
star
7

Word2vec-from-scratch

simple Word2vec from scratch using tensorflow for understanding
Jupyter Notebook
31
star
8

Whatsapp-analytics

performing sentiment analysis on the whatsapp chats.
R
21
star
9

Document-Classification-using-LSA

Document classification using Latent semantic analysis in python
Jupyter Notebook
16
star
10

Recommendation-System

Simple movie recommendation system using lighfm in python.
Python
2
star
11

Face-Detection-webcam

Face Detection in the webcam using opencv
Python
2
star
12

Tagging-Stackoverflow-posts-using-BOW

Tagging Stackoverflow posts using BOW in keras
Jupyter Notebook
2
star
13

SVM-hyperparameters-in-R-shiny

R shiny app to understand various hyperparameter in SVM
R
1
star
14

Cryptography-Algorithms

Implementation of Various Cryptographic algorithms
Java
1
star