KAKINADA INSTITUTE OF TECHNOLOGHY AND SCIENCE
DIVILI, TIRUPATHI (VI), PEDDAPURAM MANDAL
(Approved by AICTE, New Delhi & Affiliated to JNT University, Kakinada)
NAAC ACCREDITED BY A GRADE (AUTONOMOUS)
I Year II Semester M.Tech Internal Practical Examinations
Branch : CSE Date:
Subject : MACHINE LEARNING WITH PYTHON LAB Marks:
Experiment-1:
Exercises to solve the real-world problems using the following machine learning methods:
a) Linear Regression
b) Logistic Regression.
Experiment-2:
Write a program to Implement Support Vector Machines.
Experiment-3:
Exploratory Data Analysis for Classification using Pandas and Matplotlib.
Experiment-4:
Implement a program for Bias, Variance, and Cross Validation.
Experiment-5:
Write a program to simulate a perception network for pattern classification and function approximation.
Experiment-6:
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.
Experiment-7:
Build an Artificial Neural Network by implementing the Back propagation algorithm and test the same
using appropriate data sets.
Experiment-8:
Write a program to implement the naïve Bayesian classifier for Iris data set. Compute the accuracy of the
classifier, considering few test data sets.
Experiment-9:
Assuming a set of documents that need to be classified, use the naïve Bayesian Classifier model to
perform this task. Built-in Java classes/API can be used to write the program. Calculate the accuracy,
precision, and recall for your data set.
KAKINADA INSTITUTE OF TECHNOLOGHY AND SCIENCE
DIVILI, TIRUPATHI (VI), PEDDAPURAM MANDAL
(Approved by AICTE, New Delhi & Affiliated to JNT University, Kakinada)
NAAC ACCREDITED BY A GRADE (AUTONOMOUS)
Experiment-10:
Apply EM algorithm to cluster a Heart Disease Data Set. Use the same data set for clustering using k-
Means algorithm. Compare the results of these two algorithms and comment on the quality of clustering.
You can add Java/Python ML library classes/API in the program.
Experiment-11:
Write a program to implement k-Nearest Neighbor algorithm to classify the iris data set. Print both
correct and wrong predictions.