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

machine learning LIST OF EXPERIMENTS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

machine learning LIST OF EXPERIMENTS

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Christu Jyothi Institute of Technology & Science

Colombonagar, Yeswanthapur, Jangaon-506167, Telangana

Department of Computer Science and Engineering

Machine Learning Laboratory Internal Examination

III CSE–1: 03/08/2024

III CSE–2: 01/08/2024


Program Name: B.Tech – Computer Science & Engineering AY 2023-24
Course Name: Machine Learning Lab (CS604PC) Class / Sem III/II
Faculty Name: A.V. Vamshi Krishna & Dr. P.U.Anitha Regulation R18
Date of Exam: 01/08/2024 & 03/08/2024 FN: B1 AN: B2

LIST OF EXPERIMENTS ACCORDING TO SYLLABUS

1. The probability that it is Friday and that 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
theprobability that a student is absent given that today is Friday? Apply Baye’s rule
in python to get the result. (Ans: 15%)
2. Extract the data from database using python
3. Implement k-nearest neighbours classification using python
4. Given the following data, which specify classifications for nine combinations of
VAR1 and VAR2 predict a classification for a case where VAR1=0.906 and
VAR2=0.606, using the result of k-means clustering with 3 means (i.e., 3 centroids)
5. The following training examples map descriptions of individuals onto high, medium
and low credit-worthiness. medium skiing design single twenties no -> highRisk
high golf trading married forties yes -> lowRisk low speedway transport married
thirties yes -> medRisk medium football banking single thirties yes -> lowRisk high
flying media married fifties yes -> highRisk low football security single twenties no
-> medRisk medium golf media single thirties yes -> medRisk medium golf
transport married forties yes -> lowRisk high skiing banking single thirties yes ->
highRisk low golf unemployed married forties yes -> highRisk
Input attributes are (from left to right) income, recreation, job, status, age-group,
home-owner. Find the unconditional probability of `golf' and the conditional
probability of `single' given `medRisk' in the dataset?
6 Implement linear regression using python
7 Implement Naïve Bayes theorem to classify the English text
8 Implement an algorithm to demonstrate the significance of genetic algorithm
9 Implement the finite words classification system using Back-propagation algorithm

LIST OF ADDITIONAL EXPERIMENTS


1. Write a Python Program for FIND-S.
2. Write a Python Program for Decision Tree.
3. Write a Python Program for Support Vector Machine (SVM).
4. Implement EM Algorithm for fitting mixture of Gaussian Models.

FACULTY HOD-CSE

You might also like