- Statistics for Machine Learning
- Pratap Dangeti
- 101字
- 2021-07-02 19:05:56
When to stop tuning machine learning models
When to stop tuning the hyperparameters in a machine learning model is a million-dollar question. This problem can be mostly solved by keeping tabs on training and testing errors. While increasing the complexity of a model, the following stages occur:
- Stage 1: Underfitting stage - high train and high test errors (or low train and low test accuracy)
- Stage 2: Good fit stage (ideal scenario) - low train and low test errors (or high train and high test accuracy)
- Stage 3: Overfitting stage - low train and high test errors (or high train and low test accuracy)

推薦閱讀
- Functional Python Programming
- Learn TypeScript 3 by Building Web Applications
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- Java EE 6 企業(yè)級應用開發(fā)教程
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 樂學Web編程:網站制作不神秘
- Mastering LibGDX Game Development
- Kotlin Standard Library Cookbook
- Java性能權威指南(第2版)
- Mastering KnockoutJS
- 零基礎學Python數據分析(升級版)
- R語言與網絡輿情處理
- Getting Started with Hazelcast(Second Edition)
- 圖數據庫實戰(zhàn)
- Java程序設計案例教程