Linear Regression with Multiple Variables
Notation:
- m = number of training examples
- n = number of features
- x(i) = input (features) of ith training example
- x(i)j = value of feature j in ith training example
Hypothesis function: for Multivariate linear regression in vectored form
ha(x)=a0x0+a1x1+...+anxn=aTxwhere x(i)0=1 for (i∈1,…,m) (a transpose times x)
Comments
Post a Comment