- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 92字
- 2021-08-13 16:01:48
Dropout
A dropout mechanism is a regularization technique where some neurons are left out during training; hence, the weights are regularized. The following diagram shows a neural network with dropout on the right-hand side, and a standard network on the left:

In effect, dropout prevents the network from giving too much importance to any single node or feature, which may result in overfitting. The weight values are therefore spread across different nodes, regularizing the output. Another regularization technique that works on the data itself is batch normalization, which will be explained next.
推薦閱讀
- Extending Jenkins
- Java語言程序設計
- HBase從入門到實戰
- Python從入門到精通(精粹版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Neo4j Essentials
- Mastering Ubuntu Server
- Nginx Essentials
- SQL Server 2012數據庫管理與開發項目教程
- Apache Spark 2.x for Java Developers
- Mastering Backbone.js
- Getting Started with Nano Server
- Oracle數據庫編程經典300例
- 平面設計經典案例教程:CorelDRAW X6
- C++程序設計教程(第2版)