AI&ML - Assignment 1
AI&ML - Assignment 1
ASSIGNMENT-1
Subject Code: 21CS54 Date of Assignment: 06/02/2024 Faculty Incharge: Yamuna U &
Rajeshwari S
MODULE-1,2 & 3
1 Define AI on the basis of “System that think rationally” and “system that L1 CO1
act like humans”.
4 List out and briefly explain the classification algorithm. L1,2 CO2
5 Let us assume a regression algorithm generates a model y=0.54+0.66x for data L1,2 CO2
pertaining to week sales data of a product. Here x is the week and y is the product
sales. Find the predication for the 5th and 8th weeks.
7 For a given uni-variant dataset S={5,10,15,20,25,30} of marks. find mean, L1,2 CO2
median, mode, SD, Variance, Arithmetic mean, geometric mean, five point
summary and plot the box chart.
8 What are the three things required for concept learning? L1 CO3
9 Compare and contrast between instance-based learning & model-based learning. L1,4 CO3
10 Consider the following dataset, where the week and number of working hours per L1,2 CO3
||JAI SRI GURUDEV||
Sri Adichunchanagiri Shikshana Trust (R)
SJB Institute of Technology
(An autonomous Institute under Visvesvaraya Technological University, Belagavi)
Approved by AICTE, New Delhi, Recognized by UGC, New Delhi with 2 (f) & 12 (B)
Accredited by NAAC with ‘A+’ Grade, Accredited by National Board of Accreditation)
No. 67, BGS Health & Education City, Dr. Vishnuvardhan Road, Kengeri, Bengaluru-560060
DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING
week spent by a research scholar in a library are tabulated. Based on the dataset,
predict the number of hours that will be spent by the research scholar in the 7 th
and 9th week. Apply linear regression model.
xi(week) 1 2 3 4 5
yi(Hours 12 18 22 28 35
spent)
*******************************