4Z1 - Artificial Intelligence/인공지능 개론
딥러닝의 기본 학습 - How to minimize cost-이론-2
Richrad Chung
2020. 8. 27. 12:36
How to minimize cost
> 선형=모델이다. 선형의 정답의 기울기를 찾아 가는 최소의 방법을 구하는 원리이다.
> 그렇다면 이부분을 해결한다는 선형의 정답을 찾을수 있다는 것이다.
> 기계 적으로 w 의 최소값을 찾는알고리즘
Hypothesis and Cost
공식
Simplified hypothesis
공식
Gradient descent algorithm
> 경사가 내려가는 알고리즘
• Minimize cost function
• Gradient descent is used many minimization problems
• For a given cost function, cost (W, b), it will find W, b to minimize cost
• It can be applied to more general function: cost (w1, w2, …)
여러개의 w가 나올수 있다...
> 적용되는 방법은 미분 -- 참조