0% found this document useful (0 votes)
8 views1 page

Machine Learning Lab Internal Qb-2

The document outlines the internal examination for the Machine Learning Lab course, detailing the exam date, faculty name, and a list of programming tasks to be completed, including various algorithms such as FIND-S, Linear Regression, and Support Vector Machines. It also includes a scheme of evaluation with marks allocated for program implementation, execution, and viva-voce. The exam is scheduled for March 6, 2025, during the sixth semester.

Uploaded by

G Ramyasri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Machine Learning Lab Internal Qb-2

The document outlines the internal examination for the Machine Learning Lab course, detailing the exam date, faculty name, and a list of programming tasks to be completed, including various algorithms such as FIND-S, Linear Regression, and Support Vector Machines. It also includes a scheme of evaluation with marks allocated for program implementation, execution, and viva-voce. The exam is scheduled for March 6, 2025, during the sixth semester.

Uploaded by

G Ramyasri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OFCOMPUTER SCIENCE AND ENGINEERING

Lab Internal Examination

Question paper and Scheme of Evaluation


Subject: Machine learning Lab(20CS6L01)

Date of Exam: 06-03-2025 Semester: VI


Name of the faculty : Dr.P. Srinivasulu

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

Signature of the Examiner 1 Signature of the Examiner 2

You might also like