Machine Leanring Lab (1)
Machine Leanring Lab (1)
INDEX
Write a Python program to implement Simple Linear Regression and plot the
7.
graph.
Write a Python program to implement Simple Linear Regression for iris using
8
sklearn and plot the confusion matrix.
9
Build KNN Classification model for a given dataset. Vary the number of k
values as follows and compare the results:
i. 1
ii. 3
iii. 5
iv. 7
v. 11
10
Implement Support Vector Machine for a dataset and compare the accuracy
by applying the following kernel functions:
i. Linear
ii. Polynomial
iii. RBF
11
Write a python program to implement K-Means clustering Algorithm. Vary
the number of k values as follows and compare the results:
i. 1
ii. 3
iii. 5