- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 162字
- 2021-07-02 14:29:18
Face and Audio Recognition Using Siamese Networks
In the last chapter, we learned about what meta learning is and different types of meta learning techniques. We also saw how to learn gradient descent by gradient descent and optimization as a model for few-shot learning. In this chapter, we will learn one of the most commonly used metric-based one-shot learning algorithms called siamese networks. We will see how siamese networks learn from very few data points and how they are used to solve the low data problem. After that we will explore the architecture of siamese networks in detail and we will see some of the applications of siamese networks. At the end of this chapter, we will learn how to build face and audio recognition models using siamese networks.
In this chapter, you will learn the following:
- What are siamese networks?
- Architecture of siamese networks
- Applications of siamese networks
- Face recognition using siamese networks
- Building an audio recognition model using siamese networks
- 計算機組成原理與接口技術(shù):基于MIPS架構(gòu)實驗教程(第2版)
- 數(shù)據(jù)庫原理及應(yīng)用教程(第4版)(微課版)
- Developing Mobile Games with Moai SDK
- MongoDB管理與開發(fā)精要
- Libgdx Cross/platform Game Development Cookbook
- Creating Dynamic UIs with Android Fragments(Second Edition)
- 3D計算機視覺:原理、算法及應(yīng)用
- 大數(shù)據(jù)技術(shù)入門
- 圖數(shù)據(jù)實戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- 數(shù)據(jù)科學(xué)工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 云原生數(shù)據(jù)中臺:架構(gòu)、方法論與實踐
- Python數(shù)據(jù)分析與數(shù)據(jù)化運營
- 貫通SQL Server 2008數(shù)據(jù)庫系統(tǒng)開發(fā)
- SIEMENS數(shù)控技術(shù)應(yīng)用工程師:SINUMERIK 840D-810D數(shù)控系統(tǒng)功能應(yīng)用與維修調(diào)整教程
- MySQL技術(shù)內(nèi)幕:InnoDB存儲引擎