From 262a3c7da901eecb1345e188a12d37c4b165fb14 Mon Sep 17 00:00:00 2001 From: Eklavya Chandra <70642430+EklavyaChandra@users.noreply.github.com> Date: Fri, 9 Oct 2020 18:49:31 +0530 Subject: [PATCH] Update README.md Updated Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be1f860ea..21f3f3e6c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # [Hands-On Meta Learning With Python](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) - +### Read it thoroghly ### Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more - +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. + ## About the book