- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 150字
- 2021-07-02 14:29:18
Summary
We started off by understanding what meta learning is and how one-shot, few-shot, and zero-shot learning is used in meta learning. We learned that the support set and query set are more like a train set and test set but with k data points in each of the classes. We also saw what n-way k-shot means. Later, we understood different types of meta learning techniques. Then, we explored learning to learn gradient descent by gradient descent where we saw how RNN is used as an optimizer to optimize the base network. Later, we saw optimization as a model for few-shot learning where we used LSTM as a meta learner for optimizing in the few-shot learning setting.
In the next chapter, we will learn about a metric-based meta learning algorithm called the Siamese network and we will see how to use a Siamese network for performing face and audio recognition.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- 大規模數據分析和建模:基于Spark與R
- Mastering Machine Learning with R(Second Edition)
- 數據庫原理與應用(Oracle版)
- Hands-On Mathematics for Deep Learning
- Python數據分析與挖掘實戰(第3版)
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- Solaris操作系統原理實驗教程
- Hadoop集群與安全
- SQL Server 2012實施與管理實戰指南
- Unity 2018 By Example(Second Edition)
- 數據庫與數據處理:Access 2010實現
- Spring Boot 2.0 Cookbook(Second Edition)
- Scratch 2.0 Game Development HOTSHOT
- 區塊鏈應用開發指南:業務場景剖析與實戰