|
|
Regression Functions
| Name |
Regression Functions |
| Description |
A regression function is a function of the form
y = f( xi, aI, b) ,
where a prediction of an attribute y depends on the attribute
values xI and a set of parameters ai.
The most wide spread variant is linear regression, where
the function takes the form
y = ∑i ai xi + b
For a specific model the parameters ai and b are estimated
by the learning algorithm, e.g. such, that the empirical error of a
test set is minimized.
|
| Methods |
Logistic Regression
|
|
|