- R Machine Learning Projects
- Dr. Sunil Kumar Chinnamgari
- 169字
- 2021-07-02 14:23:08
Hyperparameter tuning
ML or deep learning algorithms take hyperparameters as input prior to training the model. Each algorithm comes with its own set of hyperparameters and some algorithms may have zero hyperparameters.
Hyperparameter tuning is an important step in model building. Each of the ML algorithms comes with some default hyperparameter values that are generally used to build an initial model, unless the practitioner manually overrides the hyperparameters. Setting the right combination of hyperparameters and the right hyperparameter values for the model greatly improves the performance of the model in most cases. Hence, it is strongly recommended that one does hyperparameter tuning as part of ML model building. Searching through the possible universe of hyperparameter values is a very time-consuming task.
The k in k-means clustering and k-nearest neighbors classification, the number of tress and the depth of tress in random forest, and eta in XGBoost are all examples of hyperparameters.
Grid search and Bayesian optimization-based hyperparameter tuning are two popular methods of hyperparameter tuning among practitioners.
- Excel 2007函數與公式自學寶典
- 西門子S7-200 SMART PLC從入門到精通
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Python Data Science Essentials
- 從零開始學C++
- 21天學通Linux嵌入式開發
- FANUC工業機器人配置與編程技術
- 人工智能:智能人機交互
- 手把手教你學Photoshop CS3
- Visual Basic項目開發案例精粹
- 7天精通Photoshop CS5平面視覺設計
- TensorFlow 2.0卷積神經網絡實戰
- R:Predictive Analysis
- Deep Learning with PyTorch Quick Start Guide
- 白話機器學習算法