0% found this document useful (0 votes)
11 views2 pages

24ad4x04-Machine Learning Laboratory

The document outlines the objectives and experiments for a Machine Learning Laboratory course, focusing on both supervised and unsupervised algorithms. Students will implement various machine learning techniques, including decision trees, neural networks, and clustering algorithms, using standard datasets. The course aims to equip students with the skills to evaluate and compare the performance of different machine learning models.

Uploaded by

kishorvrp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

24ad4x04-Machine Learning Laboratory

The document outlines the objectives and experiments for a Machine Learning Laboratory course, focusing on both supervised and unsupervised algorithms. Students will implement various machine learning techniques, including decision trees, neural networks, and clustering algorithms, using standard datasets. The course aims to equip students with the skills to evaluate and compare the performance of different machine learning models.

Uploaded by

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

24AD4X04 MACHINE LEARNING LABORATORY L T P C

(Common to AIDS & CSBS Branches) 0 0 4 2

COURSE OBJECTIVES

 To understand the data sets and apply suitable algorithms for


selecting the appropriate features for analysis.
 To learn to implement supervised machine learning algorithms on
standard datasets and evaluate the performance.
 To experiment the unsupervised machine learning algorithms on
standard datasets and evaluate the performance.
 To build the graph based learning models for standard data sets.
 To compare the performance of different ML algorithms and select the
suitable one based on the application.
LIST OF EXPERIMENTS

1. For a given set of training data examples stored in a .CSV file, implement and
demonstrate the Candidate-Elimination algorithm to output a description of
the set of all hypotheses consistent with the training examples.
2. 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.
3. Build an Artificial Neural Network by implementing the Backpropagation
algorithm and test the same using appropriate data sets.
4. Write a program to implement the naïve Bayesian classifier for a sample
training data set stored as a .CSV file and compute the accuracy with a few test
data sets.
5. Implement naïve Bayesian Classifier model to classify a set of documents and
measure the accuracy, precision, and recall.
6. Write a program to construct a Bayesian network to diagnose CORONA
infection using standard WHO Data Set.
7. Apply EM algorithm to cluster a set of data stored in a .CSV file. Use the same
data set for clustering using the k-Means algorithm. Compare the results of
these two algorithms.
8. Write a program to implement k-Nearest Neighbour algorithm to classify the
iris data set. Print both correct and wrong predictions.
9. Implement the non-parametric Locally Weighted Regression algorithm in
order to fit data points. Select an appropriate data set for your experiment and
draw graphs.

TOTAL 60

COURSE OUTCOMES

At the end of the course, the student will able to

CO1 Apply suitable algorithms for selecting the appropriate features for analysis.
CO2 Implement supervised machine learning algorithms on standard datasets and
evaluate the performance.
CO3 Apply unsupervised machine learning algorithms on standard datasets and evaluate
the performance.
CO4 Build the graph-based learning models for standard data sets.
C05 Assess and compare the performance e of different ML algorithms and select the
suitable one based on the application.
REFERENCE BOOK
1 Christopher M. Bishop, “Pattern Recognition and Machine Learning”, Springer, 2023.
2 Tom Mitchell, “Machine Learning”, McGraw Hill, 3rd Edition, 2022.
3 Mehryar Mohri, Afshin Rostamizadeh, Ameet Talwalkar, “Foundations of Machine
Learning”, Second Edition, MIT Press, 2023.
4 Ian Goodfellow, Yoshua Bengio, Aaron Courville, “Deep Learning”, MIT Press, 2024
5 Sebastain Raschka, Vahid Mirjalili, “Python Machine Learning”, Packt publishing, 3rd
Edition, 2023

You might also like