[GoogleML] Logistic Regression as a Neural Network
2023. 9. 5. 21:47ใArtificialIntelligence/2023GoogleMLBootcamp




W๊ฐ only parameter, nx dim vector.
b๋ real number

loss func - single training example์ ๋ํ error
cost func - cost of your params (์ ์ฒด ๋ฐ์ดํฐ์ ๋ํด, Parameter W, b์ ํ๊ท ์๋ฌ๋ฅผ ์๋ฏธ)
Gradient Descent



slope of the function
Derivatives


์ง์ ์ด๋ผ๋ฉด (1์ฐจ ํจ์)
a์ ๊ฐ์ ๋ฌด๊ดํ๊ฒ, ํจ์์ ์ฆ๊ฐ๋์ ๋ณ์ ์ฆ๊ฐ๋์ 3๋ฐฐ
์ฆ 3์ผ๋ก ๋ฏธ๋ถ๊ฐ์ด ์ผ์ ํ๋ค


Computation Graph

Derivatives with a Computation Graph




Logistic Regression Gradient Descent




Gradient Descent on m Examples


ํฐ data์ ๋ํด ๋งค์ฐ ํจ์จ์ ์ผ๋ก ๊ณ์ฐ ๊ฐ๋ฅ! :)
Quiz ํ ๋ฝ ๐ฅ


'ArtificialIntelligence > 2023GoogleMLBootcamp' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[GoogleML] Activation Functions' Derivatives (0) | 2023.09.10 |
---|---|
[GoogleML] Shallow Neural Network, Vectorizing (0) | 2023.09.09 |
[GoogleML] Chapter 1 Neural Networks and Deep Learning (0) | 2023.09.07 |
[GoogleML] Python and Vectorization (0) | 2023.09.07 |
[GoogleML] Introduction to Deep Learning (0) | 2023.09.05 |