- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 99字
- 2021-07-02 14:29:20
Summary
In this chapter, we have learned what siamese networks are and how to build face and audio recognition models using siamese networks. We explored the architecture of siamese networks, which basically consists of two identical neural networks both having the same weights and architecture and the output of these networks is plugged into some energy function to understand the similarity.
In the next chapter, we will learn about prototypical networks and the variants of the same, such as Gaussian prototypical and semi prototypical networks. We will also see how to use prototypical networks for omniglot character set classification.
推薦閱讀
- 程序員修煉之道:從小工到專家
- Google Visualization API Essentials
- Spark大數據分析實戰
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- Dependency Injection with AngularJS
- 數據驅動設計:A/B測試提升用戶體驗
- Python金融數據分析(原書第2版)
- 數據中心數字孿生應用實踐
- 智慧的云計算
- Unreal Engine Virtual Reality Quick Start Guide
- 企業主數據管理實務
- 智慧城市中的大數據分析技術
- 計算機視覺
- SQL Server 2008寶典(第2版)
- AndEngine for Android Game Development Cookbook