当前位置:网站首页>[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
边栏推荐
- Advanced learning of MySQL -- Application -- storage engine
- Sword finger offer 14- I. cut rope
- Take you to master the formatter of visual studio code
- How to use websocket to realize simple chat function in C #
- 基於.NetCore開發博客項目 StarBlog - (14) 實現主題切換功能
- Crawler practice website image batch download
- Global and Chinese market for travel wheelchairs 2022-2028: Research Report on technology, participants, trends, market size and share
- 150 ppt! The most complete "fair perception machine learning and data mining" tutorial, Dr. AIST Toshihiro kamishima, Japan
- Mysql-15 aggregate function
- Properties of binary trees (numerical aspects)
猜你喜欢

1day vulnerability pushback skills practice (3)

VRRP+BFD

96% of the collected traffic is prevented by bubble mart of cloud hosting

Database concept and installation
![[software implementation series] software implementation interview questions with SQL joint query diagram](/img/8b/8718fea82f83a6169ea5d8c2e5b645.jpg)
[software implementation series] software implementation interview questions with SQL joint query diagram

Record a problem that soft deletion fails due to warehouse level error

A brief talk on professional modeler: the prospect and professional development of 3D game modeling industry in China

Final consistency of MESI cache in CPU -- why does CPU need cache

Bugku Zhi, you have to stop him

On Valentine's day, I code a programmer's exclusive Bing Dwen Dwen (including the source code for free)
随机推荐
Record a problem that soft deletion fails due to warehouse level error
WP collection plug-in free WordPress collection hang up plug-in
[development team follows] API specification
Base d'apprentissage de la machine: sélection de fonctionnalités avec lasso
14. Process time
Summarize the past to motivate yourself to move on
Contest3145 - the 37th game of 2021 freshman individual training match_ 1: Origami
Leetcode 110 balanced binary tree
Contest3145 - the 37th game of 2021 freshman individual training match_ D: Ranking
60 year old people buy medical insurance and recommend a better product
Li Chuang EDA learning notes IX: layers
How to use websocket to realize simple chat function in C #
How to subcontract uniapp and applet, detailed steps (illustration) # yyds dry goods inventory #
2022 examination summary of quality controller - Equipment direction - general basis (quality controller) and examination questions and analysis of quality controller - Equipment direction - general b
Optimization theory: definition of convex function + generalized convex function
Learn these super practical Google browser skills, girls casually flirt
High level application of SQL statements in MySQL database (I)
WordPress collection WordPress hang up collection plug-in
Unity writes a character controller. The mouse controls the screen to shake and the mouse controls the shooting
96% of the collected traffic is prevented by bubble mart of cloud hosting
