2023-ML-Lab-CIE
2023-ML-Lab-CIE
12 Hrs.
1. Assignment on Find S algorithm. Consider Play Tennis dataset. Implement and apply Find-s
algorithm to find general hypothesis which cover all positive examples.
2. Assignment on candidate elimination algorithm: Consider Play Tennis dataset. Apply Candidate
Elimination algorithm to find the most specific and most general hypotheses that cover all positive
and negative examples
3. Assignment on simple regression: Build an application where it can predict a number of sales of
TV based on its size using Single Variable Linear Regression. Display the coefficient and intercept.
Also visualize the results by plotting the graphs testing dataset.
4. Assignment on multi-regression: Build an application where it can predict price of a house using
multiple variable Linear Regression. Display all the coefficients.
5. Assignment on binary classification using Decision Tree Classifier: Build an application to decide
on whether to play the tennis using Decision Tree. Do the required data processing. Display
Accuracy score, Classification report and Confusion matrix.
6. Assignment on binary classification using Perceptron: Implement Perceptron model. Use this
model to classify a patient that she is having Diabetes or not. Display Accuracy score,
Classification report and Confusion matrix.
7. Assignment on Multi classification using Multilayer Perceptron (MLP): Buid an application to
classify a given flower into its specie using MLP. Use required Iris data. Display Accuracy score,
Classification report and Confusion matrix.
8. Assignment on regression using KNN: Build an application where it can predict a price of a house
using KNN.
9. Assignment on Classification using KNN: Buid an application to classify a given flower into its
specie using KNN (Use Iris dataset from sklearn library).
10. Assignment on Naïve Bayes classifier: Using Naïve Bayes classifier, build an application to
classify a given text. Use text data from sklearn (Text classification).
11. Assignment on PCA Principal component analysis. Find principal components for the iris dataset.
Reference Books *
1.Machine Learning Tom Mitchell McGraw - Hill 2nd Edition, 2013
2.An Introduction to Machine Learning Miroslav Kubat Springer 2ndEdition,2017
3.Introduction to Machine Learning Ethem Alpayd in MIT press, Cambridge, Massachusetts, London
2ndEdition, 2010
4. Elements of Statistical Learning Trevor Hastie. Robert Tipeshirani, Jerome Fredman Springer
2ndEdition, 2010
5.Building Machine Learning Systems with Python Luis Pedro Coelho and Willi Richart PACKT
Publication 2ndEdition, 2013
Course Outcomes**