当前位置:网站首页>TensorFlow2 study notes: 6. Overfitting and underfitting, and their mitigation solutions
TensorFlow2 study notes: 6. Overfitting and underfitting, and their mitigation solutions
2022-08-04 06:05:00 【Live up to [email protected]】
1. What is overfitting and underfitting
There are two most common results that may be encountered in both machine learning and deep learning modeling, one is called over-fitting (over-fitting)The other is called underfittingUnder-fitting.
Overfitting
Definition: Overfitting refers to the fact that the model fits the training data too well, which is reflected in the evaluation indicators, that is, the model performs very well on the training set, but in thePoor performance on test set and new data.In layman's terms, overfitting means that the model learns the data so thoroughly that it also learns the features of the noisy data, which will lead to inability to identify well in the later testing.The data, that is, cannot be classified correctly, and the generalization ability of the model is too poor.
Underfitting
Definition: Underfitting refers to the situation that the model does not perform well during training and prediction, which is reflected in the evaluation indicators, which is the performance of the model on the training set and test setNeither bad.Underfitting means that the model does not capture the data features well and cannot fit the data well.
Intuitive performance, as shown below:
Three Fit States in Regression Algorithms
Three Fit States in Classification Algorithms
2. Overfitting solution
- Cleaning data
- Increase the training set
- Use regularization
- Increase the regularization parameter
3. Underfitting solution
- Cleaning data
- Increase the training set
- Use regularization
- Increase the regularization parameter
4. Regularization and how to use it

- L1 regularization: sum the absolute values of all parameters w.There is a high probability that many parameters will become 0, so this method can reduce the complexity by sparse parameters (that is, reducing the number of parameters).
- L2 regularization: sum the squared absolute values of all parameters w.Make the parameter close to 0 but not 0, so this method can reduce the complexity by reducing the parameter value.Reduce overfitting due to noise in the dataset.

版权声明
本文为[Live up to [email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/216/202208040525327629.html
边栏推荐
猜你喜欢

(十五)B-Tree树(B-树)与B+树

剑指 Offer 2022/7/1

【深度学习21天学习挑战赛】3、使用自制数据集——卷积神经网络(CNN)天气识别

flink on yarn指定第三方jar包

ISCC2021———MISC部分复现(练武)

将两个DataTable合并——DataTable.Merge 方法

Kubernetes基本入门-元数据资源(四)

【深度学习21天学习挑战赛】0、搭建学习环境

【go语言入门笔记】13、 结构体(struct)

Install dlib step pit record, error: WARNING: pip is configured with locations that require TLS/SSL
随机推荐
剑指 Offer 2022/7/2
IvNWJVPMLt
8.30难题留坑:计数器问题和素数等差数列问题
Lombok的一些使用心得
Postgresql 快照
超详细MySQL总结
完美解决keyby造成的数据倾斜导致吞吐量降低的问题
自动化运维工具Ansible(3)PlayBook
thymeleaf中 th:href使用笔记
Delphi-C side interesting menu operation interface design
NFT市场开源系统
(十一)树--堆排序
TensorFlow:tf.ConfigProto()与Session
TensorFlow2学习笔记:8、tf.keras实现线性回归,Income数据集:受教育年限与收入数据集
NFT市场可二开开源系统
网络大作业心得笔记
flink-sql大量使用案例
对象存储-分布式文件系统-MinIO-1:概念
Androd Day02
PostgreSQL模式(Schema)