Machine Learning Lab Internal Qb-2
Machine Learning Lab Internal Qb-2
1.Implement and demonstrate the FIND-S algorithm for finding the most specific
hypothesis based on a given set of training data samples. Read the training data from
a CSV file.
2. Implement Simple Linear Regression
3.Implement Back Propagation.
4. Implement Logistic Regression.
5. Implement Support Vector Machines.
6. Write a program to implement the naïve Bayesian classifier for a sample training
data set stored as a CSV file. Compute the accuracy of the classifier, considering few
test data sets.
7. Write a program to implement k-Nearest Neighbor algorithm to classify the iris
data set. Print both correct and wrong predictions.
8. Write a program to demonstrate the working of the decision tree based ID3
algorithm. Use an appropriate data set for building the decision tree and apply this
knowledge to classify a new sample.
9. Implement k-Mean’s algorithm to cluster a set of data stored in a CSV file.
10. Implement GMM Model to perform classification.
11. Implement Hieararchial Clustering.
Scheme of Evaluation
Program 5 Marks
Execution 5 Marks
Viva-Voce 5 Marks