hackmd-github-sync-badge
Note: See Sect. 3 of cl_en.pdf in Computational Intelligence course for introduction on Linear Regression.
1. Linear Regression
Linear regression is a statistical method used in supervised learning where the goal is to predict the value of a dependent variable $t$ based on the values of one or more independent variables $x$. The relationship between the dependent variable and the independent variables is assumed to be linear, i.e., it can be described using a linear function.
The general form of a linear regression model is given by:
$$