M. Sc., COMPUTER SCIENCE (2022 – 2024 Batch)
Semester III
Paper Name: MACHINE LEARNING LAB
Paper
Code: 22PCSCP35
1. Write a python program to compute
Central
Tendency Measures: Mean, Median, Mode
2. Measure of Dispersion: Variance, Standard
Deviation
3. Study of Python Libraries for ML
application such as Pandas and Matplotlib
4. The probability that it is Friday and a
student is absent is 3%. Since there are 5 school days in a week, the
probability that it is Friday is 20%. What is the probability that a student is
absent given that today is Friday? Apply Bayes’ rule in python to get the
result.
5. Extract the data from database using
python.
6. Implementation of Logistic Regression and
test with a dataset using sklearn.
7. Implement k-nearest neighbours’
classification for an iris dataset using python.
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. Build an Artificial Neural Network by
implementing the Backpropagation algorithm and test the same using real time
data sets.
10. Implement SVM Classifier on a PIMA Indian
diabetes dataset.
11. Performance analysis of Classification
Algorithms on a specific dataset (Mini Project).

No comments:
Post a Comment