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

PYTHON

Pty. Ni

Uploaded by

bsindhusha11
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
2 views1 page

PYTHON

Pty. Ni

Uploaded by

bsindhusha11
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

SET-1

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. Write a program to Implement Principle Component Analysis

SET-2

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 Implement Support Vector Machines and Principle Component Analysis

SET-3

1. 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.

2. Write a Python program to construct a Bayesian network considering medical data. Use this model
to demonstrate the diagnosis of heart patients using standard Heart Disease Data Set

SET-4

1.Exercises to solve the real-world problems using the following machine learning methods: a) Linear
Regression b) Logistic Regression c) Binary Classifier

2. Exploratory Data Analysis for Classification using Pandas or Matplotlib.

SET-5

1. Develop a program for Bias, Variance, Remove duplicates, Cross Validation

2. 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.

SET-6

1. Write a program to implement Categorical Encoding. One-hot Encoding

2. 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.

SET-7

1. Build an Artificial Neural Network by implementing the Back propagation algorithm and test the
same using appropriate data sets.

2. Implement the non-parametric Locally Weighted Regression algorithm in order to fit data points.
Select appropriate data set for your experiment and draw graphs.

You might also like