ML Exp 3
ML Exp 3
Aim/Overview of the practical: Data analysis of any data set via graphs using linear regression.
Linear Regression – Finding a straight line of best fit through the data .This works well when the true
underlying function is linear.
A linear model makes a "hypothesis" about the true nature of the underlying function - that it is linear. We express this
hypothesis in the univariate case as
hθ(x)=ax+b
Our simple example above was an example of "univariate regression" - i.e. just one variable (or "feature") - number of hours
studied. Below we will have more than one feature ("multivariate regression") which is given by
hθ(x)=a⊤X
Here a is a vector of learned parameters, and X is the "design matrix" with all the data points. In this formulation the intercept term
has been added to the design matrix as the first column (of all ones).
Evaluation Grid :
s.no Parameters Marks Obtained Maximum Marks
1. Student Performance 12
(Conduct of experiment)
objectives/Outcomes.
2. Viva Voce 10
3. Submission of Work Sheet 8
(Record)
Total 30