- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 96字
- 2021-07-02 14:29:16
Learning the metric space
In the metric-based meta learning setting, we will learn the appropriate metric space. Let's say we want to learn the similarity between two images. In the metric-based setting, we use a simple neural network that extracts the features from two images and finds the similarity by computing the distance between features of these two images. This approach is widely used in a few-shot learning setting where we don't have many data points. In the upcoming chapters, we will learn about metric-based learning algorithms such as Siamese networks, prototypical networks, and relation networks.
推薦閱讀
- 數(shù)據(jù)存儲架構(gòu)與技術(shù)
- Python絕技:運用Python成為頂級數(shù)據(jù)工程師
- 數(shù)據(jù)分析實戰(zhàn):基于EXCEL和SPSS系列工具的實踐
- Game Development with Swift
- MySQL從入門到精通(第3版)
- 區(qū)塊鏈通俗讀本
- WS-BPEL 2.0 Beginner's Guide
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術(shù)與案例
- 數(shù)據(jù)庫技術(shù)及應(yīng)用教程
- AI時代的數(shù)據(jù)價值創(chuàng)造:從數(shù)據(jù)底座到大模型應(yīng)用落地
- TextMate How-to
- 算法設(shè)計與分析
- 一本書讀懂區(qū)塊鏈(第2版)
- 敏捷數(shù)據(jù)分析工具箱:深入解析ADW+OAC
- Hands-On Big Data Analytics with PySpark