1st learning algorithm -> linear regression [review] supervised learning : given a "right answer" - classification problem : 0 or 1 discrete value - regression problem : "predict" real-valued output 1. linear regression with one variable "exponentiation" ? 거듭제곱, 누승법 ... Training set -> learning algorithm -> h (hypothesis) x -> h -> estimated value (y) : h maps from x's to y's 2. mathematical def..