当前位置:网站首页>[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
边栏推荐
- 7 * 24-hour business without interruption! Practice of applying multiple live landing in rookie villages
- Résumé des outils communs et des points techniques de l'examen PMP
- Redis transaction
- [Valentine's Day confession code] - Valentine's Day is approaching, and more than 10 romantic love effects are given to the one you love
- Database concept and installation
- Properties of binary trees (numerical aspects)
- [untitled]
- Practical multifunctional toolbox wechat applet source code / support traffic master
- Zblog collection plug-in does not need authorization to stay away from the cracked version of zblog
- The first spring of the new year | a full set of property management application templates are presented, and Bi construction is "out of the box"
猜你喜欢

中電資訊-信貸業務數字化轉型如何從星空到指尖?

Comment la transformation numérique du crédit d'information de la Chine passe - t - elle du ciel au bout des doigts?

The "message withdrawal" of a push message push, one click traceless message withdrawal makes the operation no longer difficult

Unity knapsack system (code to center and exchange items)

Li Chuang EDA learning notes IX: layers

The boss said: whoever wants to use double to define the amount of goods, just pack up and go

MySQL advanced (Advanced) SQL statement (I)

false sharing

LV1 previous life archives
![Backpropagation formula derivation [Li Hongyi deep learning version]](/img/ef/f76eae39c4f8716a0030a60c85b09c.gif)
Backpropagation formula derivation [Li Hongyi deep learning version]
随机推荐
Yyds dry goods inventory override and virtual of classes in C
基於.NetCore開發博客項目 StarBlog - (14) 實現主題切換功能
Jenkins continuous integration environment construction V (Jenkins common construction triggers)
A brief talk on professional modeler: the prospect and professional development of 3D game modeling industry in China
JS object definition
A. Div. 7
false sharing
Properties of binary trees (numerical aspects)
WP collection plug-in free WordPress collection hang up plug-in
Tsinghua University product: penalty gradient norm improves generalization of deep learning model
CSCI 2134
Hospital network planning and design document based on GLBP protocol + application form + task statement + opening report + interim examination + literature review + PPT + weekly progress + network to
Global and Chinese market of thin film deposition systems 2022-2028: Research Report on technology, participants, trends, market size and share
Is online futures account opening safe and reliable? Which domestic futures company is better?
7 * 24-hour business without interruption! Practice of applying multiple live landing in rookie villages
Sword finger offer 20 String representing numeric value
Question C: Huffman tree
長文綜述:大腦中的熵、自由能、對稱性和動力學
Contest3145 - the 37th game of 2021 freshman individual training match_ F: Smallest ball
C language black Technology: Archimedes spiral! Novel, interesting, advanced~
