0% found this document useful (0 votes)
4 views

Machine Learning Lab Experiments

The document outlines a series of lab experiments for a Machine Learning course at Medi-Caps University, focusing on the use of WEKA and Python for various algorithms. It includes tasks such as installing software, executing Linear and Logistic Regression, Naïve Bayes, Decision Trees, Support Vector Machines, K-Means clustering, and Neural Networks. Each experiment requires analysis of results and implementation using Python, with specific instructions provided for data handling and algorithm execution.

Uploaded by

jockyshortvlogs
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Machine Learning Lab Experiments

The document outlines a series of lab experiments for a Machine Learning course at Medi-Caps University, focusing on the use of WEKA and Python for various algorithms. It includes tasks such as installing software, executing Linear and Logistic Regression, Naïve Bayes, Decision Trees, Support Vector Machines, K-Means clustering, and Neural Networks. Each experiment requires analysis of results and implementation using Python, with specific instructions provided for data handling and algorithm execution.

Uploaded by

jockyshortvlogs
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

MEDI-CAPS UNIVERSITY

Department of Computer Science and Engineering

Machine Learning
(CS3EA07)
Lab Experiments

Explain each of the experiments with necessary screen shots

1. Install WEKA on your system and brief the below points


1. What is WEKA
2. Advantages & Disadvantages of WEKA
3. Minimum Hardware Requirement
4. Installation steps
2. (a) Install Anaconda Distribution on window or ubuntu operating system.
(b) Get familiarized with arff file format. Create an arff file on your system and save
in the WEKA installed drive of your system.
3. (a) Execute the Linear Regression algorithm on WEKA with the help of suitable data
set.When you select your data set try to do the splitting of data set for training and
testing as: i) Training 80 % and Testing 20% ii) Training 60 % and testing 40 %
(b) Implement linear regression using python.

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

You might also like