- 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.
推薦閱讀
- Mastering Visual Studio 2017
- R語言數據分析從入門到精通
- 零起步玩轉掌控板與Mind+
- The DevOps 2.4 Toolkit
- 編譯系統透視:圖解編譯原理
- 單片機應用與調試項目教程(C語言版)
- Learning Vaadin 7(Second Edition)
- PySpark Cookbook
- Nginx Lua開發實戰
- C語言程序設計
- Qlik Sense? Cookbook
- Visual Basic程序設計全程指南
- Clojure High Performance Programming(Second Edition)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- HTML5 WebSocket權威指南