Home

Awesome

Hands-On Meta Learning With Python

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

About the book

<a target="_blank" href="https://www.amazon.com/Hands-Meta-Learning-Python-algorithms-ebook/dp/B07KJJHYKF/ref=sr_1_1?ie=UTF8&qid=1543222179&sr=8-1&keywords=meta+learning+hands+on"> <img src="https://github.com/sudharsan13296/Hands-On-Meta-Learning-With-Python/blob/master/Images/hands-on%20meta%20learning%20sudharsan.png" alt="Book Cover" width="250" align="left"/> </a>

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

<div> <a target="_blank" href="https://www.oreilly.com/library/view/hands-on-meta-learning/9781789534207/"> <img src="./Images/Oreilly_safari_logo.png" alt="Oreilly Safari" hieght=150, width=150> </a> <a target="_blank" href="https://www.amazon.com/Hands-Meta-Learning-Python-algorithms-ebook/dp/B07KJJHYKF"> <img src="./Images/amazon_logo.jpg" alt="Amazon" > </a> <a target="_blank" href="https://www.packtpub.com/big-data-and-business-intelligence/hands-meta-learning-python"> <img src="./Images/packt_logo.jpeg" alt="Packt" hieght=150, width=150 > </a> <a target="_blank" href="https://books.google.co.in/books?id=yx2CDwAAQBAJ&dq=Hands-On+Meta+Learning+with+Python&source=gbs_navlinks_s"> <img src="./Images/googlebooks_logo.png" alt="Google Books" </a> <a target="_blank" href="https://play.google.com/store/books/details/Sudharsan_Ravichandiran_Hands_On_Meta_Learning_wit?id=yx2CDwAAQBAJ"> <img src="./Images/googleplay_logo.png" alt="google" > </a> <br> </div> <br>

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

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