- 과거 관찰로 현재의 연속적인 변수(Variable)를 추출하는 것. 예) 가격
- 이것이 선형 관계라면 선형 회귀 (Linear Regression)
- 전체 오류( (prediction−reality)2)를 최소화하는 함수/변수를 찾자
- 입력 x∈RD (Features, Covariates, Contexts, Predictors, etc)
- 출력 y∈R (Responses, Targets, Outcomes, etc)
- f:RD→R with f(x)=w0+∑d=1Dwdxd=w0+wTx (superscript T stands for transpose)
- i.e., hyperplane, parameterized by w=[w1w2⋯wD]T (weights, weight vector, parameter vector, etc)
- bias w0