You are on page 1of 2

2019-21-BA#QUIZ#4

 In what ratio the dataset should be divided into training and testing dataset respectively?
Points:
0.5/0.5 70% and 30%
50% and 50%
60% and 40%
There is no fixed ratio, but training datasets should be greater than testing datasets 

 Which of the following machine learning systems do not require labelled data for making predictions?
Points:
0.5/0.5 All of the above 
Clustering systems
Reinforcement learning systems
Reward based systems

 Clustering algorithms fall under which of the following categories of machine learning models?
Points:
0.5/0.5 Reinforcement Learning
Supervised Learning
None of the above
Un-supervised Learning 

 Which of the following types of machine learning algorithms forms a significant part of the human learning?
Points:
0.5/0.5 Unsupervised 
None
Reinforcement
Supervised

 The predicted price on a given day depends on the 5-day moving average. Imagine that the moving average of the price of the last 5 days is
Points: 20. The intercept is 2 and the weight for 5 days moving average or the slope is 1. What will be the predicted price on the given day?
0.5/0.5
The regression equation is given as:
price = weight of 5-days moving average x 5-days moving average + intercept
None of the above
23
22 
41

 Which of the following is the equation for linear regression?

Points: y = B+Cx1+Cx2
0.5/0.5 y = B+Cx 
y = B+Cx1+Cx^2
y^2 = B+Cx1
 Which of the following is NOT true about supervised learning?
Points:
0.5/0.5 Training data consists of a pair of input and output value
Expected outcome is clearly defined
Thought as a teacher supervising the learning process
Expected outcome is not defined 

 Which of the below-mentioned machine learning models is/are used to predict values of quantities as the function of input values?

Points: SVM
0.5/0.5 Linear Regression 
All of the above
Logistic Regression

 What type of supervised learning problem is categorized into regression problem?


Points:
0.5/0.5 Predict the cost of a car on the basis of given parameters 
Classify the objects into green and red color
Recognize someone in a picture from an album of tagged pictures
Predict whether a patient has disease or not

 Which of the following is true about KNN algorithm?


Points:
0.5/0.5 Classification of the object is done by a majority vote of its neighbors
All of the above 
The algorithm does not attempt to construct a general internal model but compares new problem with the instances seen in
training
Nearer neighbors have a higher vote than the more distant ones

You might also like