[GoogleML] Logistic Regression as a Neural Network
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 ํ ๋ฝ ๐ฅ