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

Machine Learning19

Uploaded by

ggkaushik2004
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)
4 views

Machine Learning19

Uploaded by

ggkaushik2004
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/ 15

GURU JAMESHWAR UNIVERSITY OF SCIENCE

AND TECHNOLOGY
(Hisar-Haryana)

DEPARTMENT OF COMPUTER SCIENCE AND


ENGINEERING

Practical file

Machine Learning
(PCC-CSEAI301-P)

Submitted to : Submitted by :
Dr. Narender Gargi
Dept. of CSE 220010150015
B.Tech CSE- AI & ML
INDEX

S.No. Name of practical Date Page Teacher’


No. sign
1. Assignment demonstrating Linear Regression:
a) Implementing linear regression on
placement dataset and predicting the 07/08/24 1-2
dependent variable.
b) Implementing linear regression on
randomly generated dataset and
evaluation of the regression model
using R2 score. 07/08/24 3

2 Implementing and demonstrating the Find-S


algorithm for finding most specific hypothesis
using
14/08/24 4
a) Cat ,Non-Cat dataset
b) EnjoySport dataset 14/08/24 5

3 Implementing Candidate Elimination


algorithm and finding specific and general
boundary sets of hypotheses consistent with
EnjoySport dataset via
a) Program I 09/10/24 6-7
b) Program II 09/10/24 8

4 a) Implementing Perceptron learning from 23/10/24 9-10


scratch and showing decision boundary.
b) Iris Species Classifier using SVM 23/10/24
Assignment : 1
a). Implementing linear regression on placement dataset and predicting the
dependent variable.
b) Implementing linear regression on randomly generated dataset and evaluation of
the model (regression model) using R2 score.
Assignment : 2
Implementing and demonstrating the Find-S algorithm for finding most
specific hypothesis using :
(a) Cat - non cat dataset
(b) EnjoySport dataset
Assignment : 3
Implementing Candidate Elimination algorithm and finding specific and
generic boundary sets of hypotheses consistent with EnjoySport dataset via
(a) Program I
(2) Program II
Assignment : 4
a) Implementing Perceptron learning from scratch and showing decision
boundary.

You might also like