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

Machine Learning Lab List of Experiments

This document outlines the course objectives, topics, and outcomes for a Machine Learning lab course. Over 14 weeks, students will write programs implementing machine learning algorithms like data visualization, fraud detection, decision trees, Naive Bayes, and support vector machines. They will analyze real-world datasets and learn to represent documents as vectors. The course aims to help students apply ML algorithms, perform distributed computations, and understand current issues in the field. By the end, students should be able to discuss ML applications and algorithms as well as improve algorithm performance.

Uploaded by

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

Machine Learning Lab List of Experiments

This document outlines the course objectives, topics, and outcomes for a Machine Learning lab course. Over 14 weeks, students will write programs implementing machine learning algorithms like data visualization, fraud detection, decision trees, Naive Bayes, and support vector machines. They will analyze real-world datasets and learn to represent documents as vectors. The course aims to help students apply ML algorithms, perform distributed computations, and understand current issues in the field. By the end, students should be able to discuss ML applications and algorithms as well as improve algorithm performance.

Uploaded by

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

B.

Tech-CSE R20 Regulations


VAAGDEVI COLLEGE OF ENGINEERING
(AUTONOMOUS)
MACHINE LEARNING LAB
B. TECH- VI Semester L/T/P/C
0/0 /3 /1.5
Pre-requisites: Knowledge of DAA and Programming for Problem solving
Course Objectives:
 Understand the complexityof Machine Learning algorithms and their limitations.
 Understand modern notations in data analysis oriented computing.
 Capable of confidently applying common Machine Learning algorithms in practice and
implementing their own.
 Capable ofperforming distributed computations.
 Capable ofperforming experiments in Machine Learning using real world data.

Week-1: Write a program to create and combine data frames to get whole data

Week-2: Write a program to demonstrate data visualization based on user requirement

Week-3: Write a program to predict data on Insurance Fraud Detection based on given past historical data.

Week-4: Write a program for finding the most specific hypothesis based on a given set of training data
samples. Read thedata from .csv file

Week-5: Write a program to represent each document as a vector uses term frequency to identify commonly
used termsthat help classify the documents from various documents

Week-6: Write a program to derive knowledge from a given dataset using Decision Support System.

Week-7: Write a program to predict the future data based on past data (take past data as a data set)

Week-8:Write a program to implement Bayes theorem for support vector machine

Week-9: Experiment on “ to demonstrate least-square method”.

Week-10:
a) Write a R program to Create Pie-Chart.
b) Write a R Program to Demonstrate Scatterplots .

Week-11:
a) Write a R Program to Create Line Chart.
b) Write a R Program to Create Multiple Line Chart.

Week-12: Write a R Program to Create Histograms


Week-13: Write a R Program to Create Boxplots
Week-14: Write a R Program to Create Bar Charts
Course Outcomes:
After the completionofthis course the students should be able to :
CO-1: Discuss different application on Machine Learning problems.
CO-2: Describe various algorithms on Machine Learning mentioning its strengths and
weaknesses.
CO-3: Improve the performance of Machine Learning algorithms with different parameters.
CO-4: Understand the latest issues raised bycurrent researchers.

100

You might also like