- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 84字
- 2021-06-24 14:33:51
The max pooling layer
The max pooling layer is a common non-linear filter in computer vision applications. Given an by
window, it consists of choosing the largest value in that window. The max pooling layers reduces the dimensionality of the data, potentially preventing overfitting and reducing computational cost. Given that within the window the max pooling layer takes the largest value in the window, disregarding spatial information, the max pooling layers can be used to learn the representations that are locally invariant to translation:

推薦閱讀
- 繪制進程圖:可視化D++語言(第1冊)
- TestStand工業自動化測試管理(典藏版)
- Photoshop CS4經典380例
- Java開發技術全程指南
- PIC單片機C語言非常入門與視頻演練
- 精通Excel VBA
- SharePoint 2010開發最佳實踐
- Windows內核原理與實現
- Implementing AWS:Design,Build,and Manage your Infrastructure
- Visual FoxPro數據庫基礎及應用
- SAP Business Intelligence Quick Start Guide
- 格蠹匯編
- 網絡存儲·數據備份與還原
- 空間機器人
- Unreal Development Kit Game Design Cookbook