- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 74字
- 2021-08-13 16:01:49
L1 and L2 normalization
L1 and L2 normalization are common regularization techniques that control how much the weights can grow or shrink in the network during training. It has the effect of not giving too much importance to a specific feature, similar to dropout. In L1 regularization, the loss function increases in direct proportion to the size of the weights, whereas in L2 normalization, it increases in proportion to the square of the weights.
推薦閱讀
- Python概率統計
- DevOps with Kubernetes
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Mastering Linux Network Administration
- Building RESTful Python Web Services
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Natural Language Processing with Java and LingPipe Cookbook
- Java程序設計案例教程
- Angular Design Patterns
- 征服C指針(第2版)
- Java EE實用教程
- AngularJS UI Development
- Mastering Drupal 8
- 高性能MVVM框架的設計與實現:San