Machine Learning Lab Experiments
Machine Learning Lab Experiments
Machine Learning
(CS3EA07)
Lab Experiments
4. (a) Execute the Logistic Regression with the help of properly identified data set.
Analyse the result and identify how well the model performed on test set. Brief the
steps that you have followed for analyse the data set.
(b) Implement Logistic Regression using python.
5. Execute the Naïve Bayes algorithm with suitable data set and do proper analysis on
the result. Also implement Naïve Bayes algorithm using python
6. Identify a data set for executing the Decision Tree algorithm to implement using
python and analyse the same with cross validation and percentage split.
7. Identify a data set to execute Support Vector Machine algorithm and do the proper
analysis with different test options.
8. Identify / prepare a data set for executing K-Means algorithm. Implement K-Means
algorithm using python. Do the proper analysis of the result with visualizing the
clusters and by changing the K.
9. Implementation of different activation functions to train Neural Network.
10. Implementation of Perceptron Networks using tensoreflow and keras.
Course Co-ordinator