Machine Learning (2)
Machine Learning (2)
Goal: For Students to Explain about different Machine Learning Algorithms and Understand about
supervised and Unsupervised Learning Techniques.
Course Objective:
Course Outcomes:
CO1 : Understand the difference between continuous class label and discrete class label
classification methods.
CO2 : Predict the continuous class variable using linear regression analysis.
CO3 : Predict the binary class variable using decision tree and random forest.
CO4 : Understand the importance of Logistic regression and its application in business.
CO5 : Understand the important concepts of neural networks and its prediction
techniques.
Module -1 12 Hrs.
Module -2 12 Hrs.
Unsupervised Learning:
List of Programs:
Exercise – 1
1 41 190 7.4 67 5 1
2 36 118 8 72 5 2
3 12 149 12.6 74 5 3
4 18 313 11.5 62 5 4
5 27 192 14.3 56 5 5
6 28 193 14.9 66 5 6
7 23 299 8.6 65 5 7
8 19 99 13.8 59 5 8
9 8 19 20.1 61 5 9
10 24 194 8.6 69 5 10
11 7 152 6.9 74 5 11
12 16 256 9.7 69 5 12
13 11 290 9.2 66 5 13
14 14 274 10.9 68 5 14
15 18 65 13.2 58 5 15
16 14 334 11.5 64 5 16
17 34 307 12 66 5 17
18 6 78 18.4 57 5 18
19 30 322 11.5 68 5 19
20 11 44 9.7 62 5 20
Exercise - 2
1. Estimate appropriate regression line with suitable predictors. Compare different
regression lines and comment on regression coefficients.
2. Estimate the significance of regression coefficients using ANOVA and compare with
F and partial t test.
3. Model fit using R Square and Adjusted R square values.
4. Estimate Cook Statistic and Press Statistic for diagnostic checking
5. Post model statistical testing for the better fit and error free prediction.
6. Normality testing on error terms of fitted model
Exercise - 3
1. Plot residual versus Fitted values using plot command
4. Find out the leverage value in the fitted values using which.max command.
5. Interpret the residual summary from the lm( ) command.