- 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.
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- 算法與數據中臺:基于Google、Facebook與微博實踐
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Python醫學數據分析入門
- Hadoop 3.x大數據開發實戰
- 企業級數據與AI項目成功之道
- 大數據治理與安全:從理論到開源實踐
- Chef Essentials
- 數據分析師養成寶典
- Unreal Engine Virtual Reality Quick Start Guide
- Spring MVC Beginner’s Guide
- 利用Python進行數據分析(原書第2版)
- 從零進階!數據分析的統計基礎(第2版)
- MySQL必知必會