当前位置:网站首页>Deep learning - Super parameter setting
Deep learning - Super parameter setting
2022-04-23 15:18:00 【Please call me Lei Feng】
One . Over fitting
1. Definition : Given a hypothetical space H, A hypothesis h Belong to H, If there are other assumptions h’ Belong to H, So in the training example h The error rate of h’ Small , But in the whole instance distribution h’ Than h Low error rate , So let's say suppose h Overfitting training data .
2. Popular explanation

3. Common causes
It is mainly over learning and unbalanced sample characteristics , If the segment , It can also include ( Not all the reasons ):
(1) Wrong modeling sample selection , Sample label error, etc , Causes the selected sample data to be insufficient to represent the intended classification rule
(2) Excessive sample noise interference , Make the machine learn the noise , Also considered a feature , Thus disturbing the preset classification rules
(3) The hypothetical model cannot reasonably exist , Or the conditions under which the hypothesis is true are not true (4) Too many parameters , Excessive model complexity
(5) about tree-based Model , If we compare its depth with split There are no reasonable restrictions , It is possible to make the node contain only simple event data (event) Or non-event data (no event), Make it a perfect match though ( fitting ) Training data , But it can't adapt to other data sets
(6) For the neural network model :1). Too many iterations of weight learning (Overtraining),2).BP The algorithm may make the weight converge to the decision surface which is too complex .
4. resolvent
-> Model : neural network : Add dropout,batch normalization Tree based model : Limit depth , Add regularization items and set early termination conditions .
-> Data on : Increase the data set and enhance the data set (augmentation).
Two 、 Regularization
Preliminary knowledge ( Gradient descent method ):https://zhuanlan.zhihu.com/p/113714840
1. The purpose of regularization : A weight accumulation term added for the generalization of the model .
版权声明
本文为[Please call me Lei Feng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231508367130.html
边栏推荐
- Async void caused the program to crash
- MySQL InnoDB transaction
- 填充每个节点的下一个右侧节点指针 II [经典层次遍历 | 视为链表 ]
- Error: unable to find remote key "17f718f726"“
- LeetCode149-直线上最多的点数-数学-哈希表
- Basic operation of circular queue (Experiment)
- API gateway / API gateway (II) - use of Kong - load balancing
- Nacos程序连接MySQL8.0+ NullPointerException
- How to use OCR in 5 minutes
- January 1, 1990 is Monday. Define the function date_ to_ Week (year, month, day), which realizes the function of returning the day of the week after inputting the year, month and day, such as date_ to
猜你喜欢

Analysis of common storage types and FTP active and passive modes

How to upload large files quickly?

G007-HWY-CC-ESTOR-03 华为 Dorado V6 存储仿真器搭建

MySQL InnoDB transaction

What is the effect of Zhongfu Jinshi wealth class 29800? Walk with professional investors to make investment easier

Redis主从同步

Comment eolink facilite le télétravail
![Design of digital temperature monitoring and alarm system based on DS18B20 single chip microcomputer [LCD1602 display + Proteus simulation + C program + paper + key setting, etc.]](/img/c6/5241de0d670da3dae136a3047c6160.jpg)
Design of digital temperature monitoring and alarm system based on DS18B20 single chip microcomputer [LCD1602 display + Proteus simulation + C program + paper + key setting, etc.]

TLS / SSL protocol details (30) RSA, DHE, ecdhe and ecdh processes and differences in SSL

Basic operation of sequential stack
随机推荐
Async void caused the program to crash
TLS / SSL protocol details (30) RSA, DHE, ecdhe and ecdh processes and differences in SSL
Will golang share data with fragment append
async关键字
Introduction to dirty reading, unrepeatable reading and phantom reading
免费在upic中设置OneDrive或Google Drive作为图床
How to write the keywords in the cover and title? As we media, why is there no video playback
Tun model of flannel principle
每日一题-LeetCode396-旋转函数-递推
thinkphp5+数据大屏展示效果
买卖股票的最佳时机系列问题
Design of digital temperature monitoring and alarm system based on DS18B20 single chip microcomputer [LCD1602 display + Proteus simulation + C program + paper + key setting, etc.]
Redis主从同步
Advanced version of array simulation queue - ring queue (real queuing)
js——实现点击复制功能
Set onedrive or Google drive as a drawing bed in upic for free
TLS / SSL protocol details (28) differences between TLS 1.0, TLS 1.1 and TLS 1.2
asp. Net method of sending mail using mailmessage
Reptile exercises (1)
Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]