- 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.
推薦閱讀
- Practical Data Science Cookbook(Second Edition)
- Linux命令行與shell腳本編程大全(第4版)
- The Complete Coding Interview Guide in Java
- 程序是怎樣跑起來的(第3版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Python High Performance Programming
- Python機器學習算法與應用
- Python大學實用教程
- Qlik Sense? Cookbook
- Distributed Computing with Python
- 分布式系統架構與開發:技術原理與面試題解析
- C語言從入門到精通(第5版)
- Spring MVC Blueprints
- The Python Apprentice
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)