|
Classes /
CS178-RegressionSupervised LearningSupervised learning tasks are those in which we have a concrete, measurable ``signal'' that we wish to predict, say Regression problemsRegression is a type of supervised learning task in which the target variable is real-valued.
For example, we may wish to predict the sale price of a house,
We are likely to base our prediction of the sale price Mini: PHP-GD image library not found. Exiting. We will initially focus on linear regression, in which our prediction about y is in the form of a linear function of the observed features It is also helpful to define all of our variables in a matrix form; this will allow us to write very compact equations, and will also translate well into Matlab syntax.
Note that the most potentially confusing difference in syntax for most presentations is a result of transposition of one or more of these quantities. It is helpful to keep in mind what the correct dimensionality of each vector is: %this is a Matlab comment |