- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 104字
- 2021-08-13 16:01:47
Training neural networks
Training deep neural networks is hard, as there are several hyperparameters to be optimized. The variables that define the structure of the network and how it is trained are called hyperparameters. The number of hidden layers and the activation function to be used are a couple of examples of architecture-defining hyperparameters. Similarly, the learning rate and batch size of the training data are examples of training-related hyperparameters. The other main parameters are the network weights and biases that have to be obtained by training the input data. The mechanism or method of obtaining these parameters of the network is called training.
推薦閱讀
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- Visual Basic程序開發(fā)(學習筆記)
- Network Automation Cookbook
- 數據結構簡明教程(第2版)微課版
- 重學Java設計模式
- Linux操作系統(tǒng)基礎案例教程
- C陷阱與缺陷
- Python Projects for Kids
- Yii2 By Example
- 從零開始學Unity游戲開發(fā):場景+角色+腳本+交互+體驗+效果+發(fā)布
- 零基礎C語言學習筆記
- FORTRAN程序設計權威指南
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)
- Mastering Rust
- Learning Java by Building Android Games