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

Machine Learning Notes Btech

This document provides instructions for a machine learning exam consisting of 3 sections with a total of 9 questions. Section A contains 10 multiple choice questions worth 2 marks each. Section B contains 4 long-form questions worth 5 marks each requiring students to apply machine learning algorithms and interpret results. Section C contains 2 long-form questions worth 10 marks each, requiring detailed explanations of fundamental machine learning concepts and algorithms such as gradient descent, backpropagation, support vector machines, Naive Bayes theorem, and bagging and boosting. The exam is worth a total of 60 marks and students are given 3 hours to complete it.

Uploaded by

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

Machine Learning Notes Btech

This document provides instructions for a machine learning exam consisting of 3 sections with a total of 9 questions. Section A contains 10 multiple choice questions worth 2 marks each. Section B contains 4 long-form questions worth 5 marks each requiring students to apply machine learning algorithms and interpret results. Section C contains 2 long-form questions worth 10 marks each, requiring detailed explanations of fundamental machine learning concepts and algorithms such as gradient descent, backpropagation, support vector machines, Naive Bayes theorem, and bagging and boosting. The exam is worth a total of 60 marks and students are given 3 hours to complete it.

Uploaded by

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

AMRITSAR COLLEGE OF ENGINEERING AND TECHNOLOGY, AMRITSAR

(AUTONOMOUS COLLEGE)

Roll No. ......................


Total No. of Questions: 09 Total No. of Pages: 03

B.Tech. (CSE/IT) – 6th Sem


B.Tech. (ECE) - 8th Sem
MACHINE LEARNING
ACCS-16603

Time: 3 Hours Maximum Marks: 60

Instruction to Candidates:
1) Section-A contains ten questions. All questions are compulsory.
2) Section-B contains five questions. Attempt any four questions.
3) Section-C contains three questions. Attempt any two questions.

Section - A
(10 × 2 = 20)
Q1)
i) How is Amazon Able to Recommend Other Things to Buy? How Does the
Recommendation Engine Work?
ii) Define multitask learning with example.
iii) Explain Confusion Matrix with respect to detection of “Spam e-mails”.
iv) Can you cite some examples where a false positive is important than a false negative?
v) With a suitable example, explain Face Recognition using Machine Learning.
vi) Differentiate between deep learning and machine learning?
vii) There are many machine learning algorithms till now. If given a data set, how can one
determine which algorithm to be used for that?
viii) Differentiate between Supervised, Unsupervised and Reinforcement Learning.
ix) A data set is given to you about utilities fraud detection. You have built a classifier model
and achieved a performance score of 98.5%. Is this a good model? If yes, justify. If not,
what can you do about it?
x) How can you handle duplicate values in a dataset for a variable in Python?

1
Section – B
(4 × 5 = 20)
Q2) The following table represents the survey results from the 7 online stores. You have to
study the relationship between the monthly e-commerce sales and the online advertising
costs. You have the survey results for 7 online stores for the last year. Your task is to find
the equation of the straight line that fits the data best.

Online Monthly E- Online


Store commerce Advertising
Sales Dollars(1000s)
(in 1000 s)
1 368 1.7
2 340 1.5
3 665 2.8
4 954 5
5 331 1.3
6 556 2.2
7 376 1.3

Q3) Write a basic Machine Learning program to check the accuracy of a model, by importing
any dataset using any classifier?
Q4) Suppose we are trying to create a model that can predict the result for the disease that is
either a person has that disease or not. Find out the various performance matrix for
classification with the given table:

Actual: Actual:
N= ?
Yes No
Predicted:
24 8 ?
Yes
Predicted:
3 65 ?
No
? ?

Q5) How would you predict who will renew their subscription next month? What data would
you need to solve this? What analysis would you do? Would you build predictive
models? If so, which algorithms?

2
Q6)
a) In any 15-minute interval, there is a 20% probability that you will see at least one
shooting star. What is the probability that you see at least one shooting star in the period
of an hour?
b) A jar has 1000 coins, of which 999 are fair and 1 is double headed. Pick a coin at random,
and toss it 10 times. Given that you see 10 heads, what is the probability that the next toss
of that coin is also a head?
Section – C
(2 × 10 = 20)
Q7) Describe the concept of Gradient Descent algorithm? Explain it step by step with a suitable
example with minimum two iterations.

Q8) Explain the working of Backpropagation Algorithm. Update the value of w5 and w1 for
following data:

Q9) Explain the following:


a) SVM
b) Navies Bayes Theorem
c) Bagging and boosting with example

You might also like