当前位置:网站首页>[Wu Enda deep learning] beginner learning record 3 (regularization / error reduction)
[Wu Enda deep learning] beginner learning record 3 (regularization / error reduction)
2022-07-04 02:53:00 【Yory__】
Catalog
1. The dimensions of the matrix
2. Regularization ( Methods of reducing test error )
1) Regularization in logistic regression
3) Regularization of neural networks
4) The principle of regularization to reduce over fitting
3.dropout( Random deactivation ) Regularization
2)inverted dropout( Reverse random deactivation )
4. Other regularization methods
1. The dimensions of the matrix
The unity of dimensions allows us to reduce the number of bug, among It means No i Number of nodes in the layer , When there are multiple samples (
,1) Will become (
,m),m Is the number of samples , That is, the size of the training set .
2. Regularization ( Methods of reducing test error )
1) Regularization in logistic regression
In the figure L2 refer to L2 Regularization ;L1 refer to L1 Regularization , It's usually used L2 Regularization .
2)
Parameters
among This parameter is the regularization parameter , This parameter is usually configured using a validation set or cross validation ( Adjusting the time can avoid over fitting ).
stay python Under preparation , For the convenience of coding, we use lambd Instead of lambda Regularization parameters .
3) Regularization of neural networks
The matrix norm in the figure is called " Floribeus norm ".
4) The principle of regularization to reduce over fitting
Intuitive understanding is Increase big enough , Can make W The weight of is close to 0(W Reducing the weight is equivalent to reducing the influence of the gradient in all directions , It is equivalent to reducing the dependence on data sets , This leads to under fitting ).
Explain in another intuitive way :
With tanh Function as an example , because and W Is mutual conflict , When
increase ,W Just reduce , vice versa . When W Less hours z The value of will also decrease , stay tanh in z The value of is small enough , The function image is nearly linear , I talked about it in the previous class , If each layer is linear , Then the whole network is a linear network . Even a very deep neural network , Because of the characteristics of linear activation function , Finally, only linear functions can be calculated .
So in this case , It is not suitable for very complex decisions and nonlinear decision boundaries of over fitting data sets , Pictured :
3.dropout( Random deactivation ) Regularization
1) principle :
Suppose the left neural network has over fitting , Copy the neural network ,dropout Will traverse every layer of the network and Set the probability of eliminating nodes in the neural network . After setting the node probability, eliminate some nodes , Delete the relevant connection , Thus, there are fewer nodes , Smaller networks , And then use backprop The way to train .
2)inverted dropout( Reverse random deactivation )
Premise in the figure : Suppose God network layer L=3
The blue line is python Code implementation , The green line is inverted dropout The core ( bring a3 Expectations remain the same ),keep_prob Set the probability for (0.8 The meaning is 80% Retain ,20% Eliminate nodes ). When keep_prob The value is equal to the 1 when , This means that all network nodes are preserved .
inverted dropout Divided by keep-prob You can remember the operation of the previous step , The goal is to make sure that even if you don't perform during the test phase dropout To adjust the range of values , The expected result of the activation function will not change .
3) Summary
dropout It is mostly used in computer vision ( Where there is not enough data , There has always been fitting ).
shortcoming :cost function J No longer clearly defined , Every iteration will randomly remove some nodes , It is difficult to check the performance of gradient descent ( Method : take keep_prob Set to 1)
4. Other regularization methods
1) Data amplification 
The picture above flips the cat horizontally , Zoom in and rotate the crop to double the data set , But it needs to be verified whether it is a cat
The figure below is the number 4, Deform and then expand the data set
In this way, although “ false ” Data sets , But there is no cost , The actual function is also similar to regularization .
2)early stopping
adopt early stopping We can not only plot the training error , Cost function J, You can also plot validation set errors ( The classification error of the verification set or the cost function on the verification set , Logic loss and logarithm loss, etc ).
Usually, we will find that the error of verification set will decrease first and then increase ,early stopping The function of neural network is to stop somewhere you think the neural network is good enough , Get the verification set error .
shortcoming : Cost functions cannot be handled independently J And over fitting phenomenon .
advantage : Just run it once to find W The smaller of 、 Median and larger , No need for image L2 Regularization attempts a large number of parameters value
边栏推荐
- PTA tiantisai l1-079 tiantisai's kindness (20 points) detailed explanation
- A. ABC
- PMP daily three questions (February 14, 2022)
- Imperial cms7.5 imitation "D9 download station" software application download website source code
- [software implementation series] software implementation interview questions with SQL joint query diagram
- Global and Chinese market of contour projectors 2022-2028: Research Report on technology, participants, trends, market size and share
- 15. System limitations and options
- 16. System and process information
- C # learning notes: structure of CS documents
- Global and Chinese market of cell scrapers 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢
Take you to master the formatter of visual studio code
MySQL advanced SQL statement (1)
Learn these super practical Google browser skills, girls casually flirt
Gee import SHP data - crop image
The "message withdrawal" of a push message push, one click traceless message withdrawal makes the operation no longer difficult
Record a problem that soft deletion fails due to warehouse level error
MySQL advanced (Advanced) SQL statement (I)
150 ppt! The most complete "fair perception machine learning and data mining" tutorial, Dr. AIST Toshihiro kamishima, Japan
[Yugong series] February 2022 attack and defense world advanced question misc-84 (MySQL)
中電資訊-信貸業務數字化轉型如何從星空到指尖?
随机推荐
AI 助力藝術設計抄襲檢索新突破!劉芳教授團隊論文被多媒體頂級會議ACM MM錄用
Contest3145 - the 37th game of 2021 freshman individual training match_ J: Eat radish
7 * 24-hour business without interruption! Practice of applying multiple live landing in rookie villages
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
Mysql-15 aggregate function
The requests module uses
Lichuang EDA learning notes 14: PCB board canvas settings
[untitled]
Key knowledge of embedded driver
Advanced learning of MySQL -- Application -- index
Network byte order
Contest3145 - the 37th game of 2021 freshman individual training match_ G: Score
Kiss number + close contact problem
MySQL advanced (Advanced) SQL statement (I)
Osnabrueck University | overview of specific architectures in the field of reinforcement learning
Global and Chinese market of contour projectors 2022-2028: Research Report on technology, participants, trends, market size and share
Imperial cms7.5 imitation "D9 download station" software application download website source code
Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
Li Chuang EDA learning notes IX: layers
The "message withdrawal" of a push message push, one click traceless message withdrawal makes the operation no longer difficult