Dive into Deep Learning
Discover the foundations and applications of linear neural networks, linear regression, and softmax regression in the realm of deep learning. Explore the principles, techniques, and advancements in these areas to enhance your understanding and proficiency in the field of artificial intelligence.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Dive into Deep Learning Linear Neural Networks Linear Neural Networks/ LeeSaeBom Linear Regression Softmax Regression
Linear Regression Dive ito Deep Learning Linear Neural Networks : x y , x y Ex > x [ 1, 2, 3 ] Q? x=4 , y ? A : 9 y [ 3, 5, 7 ] Linear Regression Softmax Regression
: H (W,b) = Wx +b Dive ito Deep Learning Linear Neural Networks : W=1, b=0 : y = 2x +1 : Cost Function Ex> ??+ ??+ ?? ?? ? = ? = = W, b Linear Regression Softmax Regression 0 =
Dive ito Deep Learning Linear Neural Networks ? ? Cost(W,b) = ??? ?(??? + ? ??)? ?=? ?,? cf . 1. Up = Up : Up 2. ?( ) ???? ???????? Cost Cost Linear Regression Softmax Regression w b global optimum global optimum
Gradient Descent Algorithm Dive ito Deep Learning Linear Neural Networks : Cost Function global optimum How to get the W ? ? ? Cost(W,b) = ??? ?(??? + ? ??)? ?=? ?,? ?(??2?2+ 2???? 2??? 2????? + ?2+ ??2) ? + ??= ?=1 1. 1 ? 2. W = ? cos ? ?,? = ?=1 ?(2??2? + 2??? 2????2) ?? Linear Regression Softmax Regression 1 ? 3. b = ? cos ? ?,? = ?=1 ?(2??? 2?? + 2?) ??
Linear Regression in Machine Learning (Gradient Descent Algorithm) Dive ito Deep Learning Linear Neural Networks ? cos ? ?,? ?? N Y W := W - ? b := b - ? ? cos ? ?,? ?? ? (learning rate) : ex > 0.001 Data set : data set batch size (= mini batch) Linear Regression Softmax Regression
Linear Regression Examples Dive ito Deep Learning Linear Neural Networks Linear Regression Softmax Regression
? : Sigmoid Function Dive into Deep Learning Linear Neural Networks ?+ ? ? H (W,b) = Wx +b -> binary classification 1 Linear Regression Softmax Regression
Softmax Regression Dive into Deep Learning Linear Neural Networks ( < 1) . ? ?+ ? ? Sigmoid Function ??? ??? Linear Regression Softmax Regression Softmax ( =1)
Logit : [0,1] [- , ] . Dive into Deep Learning Linear Neural Networks -> Logit softmax . p : [ 0,1 ] Odds(p) : [ 0, ] log(Odds(p)) : [ - , ] [ - to + ] [ 0 to 1.0 ] Linear Regression Softmax Regression logit probability
Softmax : ??????= ??? Dive into Deep Learning Linear Neural Networks . ??? ?????? Linear Regression Softmax Regression 0.879 =: 1, 0.119 , 0.002 =: 0