filmov
tv
Linear Regression (3): Normal Equation and Gradient Descent
Показать описание
Normal Equation: Theta = (((X transpose) times X) Inverse) times (X transpose) times y
Gradient Descent: Find the Global Minimum of the Cost Function, J(Theta), with respect to Theta, by using the partial derivative and learning epochs
Gradient Descent: Find the Global Minimum of the Cost Function, J(Theta), with respect to Theta, by using the partial derivative and learning epochs