Which ONE of the following are regression tasks?
A) Predict the age of a person
B) Predict the country from where the person comes from
C) Predict whether the price of petroleum will increase tomorrow
D) Predict whether a document is related to science
1 point
Which of the following is a supervised learning problem?
A) Grouping people in a social network.
B) Predicting credit approval based on historical data
C) Predicting rainfall based on historical data
D) all of the above
1 point
Which of the following are classification tasks? (Mark all that apply)
A) Find the gender of a person by analyzing his writing style
B) Predict the price of a house based on floor area, number of rooms etc.
C) Predict whether there will be abnormally heavy rainfall next year
D) Predict the number of copies of a book that will be sold this month
1 point
Which of these are categorical features?
A) Height of a person
B) Price of petroleum
C) Mother tongue of a person
D) Amount of rainfall in a day
1 point
What would be the ideal complexity of the curve which can be used for separating the two classes shown in the image below?
A) Linear
B) Quadratic
C) Cubic
D) insufficient data to draw conclusion
1 point
Occam’s razor is an example of:
(a) Inductive bias
(b) Preference bias
1 point
How does generalization performance change with increasing size of training set?
A) Improves
B) Deteriorates
C) No Change
D) None
1 point
One of the most common uses of Machine Learning today is in the domain of Robotics. Robotic tasks include a multitude of ML methods tailored towards navigation, robotic control and a number of other tasks. Robotic control includes controlling the actuators available to the robotic system. An example of this is control of a painting arm in automotive industries. The robotic arm must be able to paint every corner in the automotive parts while minimizing the quantity of paint wasted in the process. Which of the following learning paradigms would you select for training such a robotic arm?
A) Supervised learning
B) Unsupervised learning
C) Combination of supervised and unsupervised learning
D) Reinforcement learning
1 point
Choose the function that has the maximum variance:
a)
b)
c)
1 point
I am the marketing consultant of a leading e-commerce website. I have been given a task of making a system that recommends products to users based on their activity on Facebook. I realize that user-interests could be highly variable. Hence I decide to
a. First, cluster the users into communities of like-minded people and
b. Second, train separate models for each community to predict which product category (e.g. electronic gadgets, cosmetics, etc.) would be the most relevant to that community.
The first task is a/an ______________ learning problem while the second is a/an ________________ problem.
Choose from the options:
A) Supervised and unsupervised
B) Unsupervised and supervised
C) Supervised and supervised
D) Unsupervised and unsupervised
Answers
Answered by
0
Explanation:
Which ONE of the following are regression tasks?
The correct answer is
A) Predict the age of a person
Which of the following is a supervised learning problem?
B) Predicting credit approval based on historical data
C) Predicting rainfall based on historical data
Similar questions