Computer Science, asked by harikrishnathummalap, 1 year ago

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






























































































































































































































































































































































































































Answers

Answered by rouneeyroyp5fz9j
10
As per u r question, my answer is C
Answered by priyarksynergy
0

Answer the questions by choosing the correct option.

Explanation:

  • (1)Supervised learning is an implementation approach to Artificial Intelligence. It is used to make predictions and sense out of the given data.
  • Hence, all of the given problems are supervised learning problems. The answer is option (d).
  • (2)Classification tasks include classifying the data based on given information.
  • Hence, finding gender from writing style is a way of classifying the data into gender based on the information regarding their writing style. The answer is option (a).
  • (3) The mother tongue of a person is a categorical feature as it can belong to either of the languages which here is the category the data can be assigned to.
  • Hence, the answer is option(c).
  • (5) Occam's razor is a problem-solving theory and it uses a  hypothetical razor tool to remove improbable options in a given scenario.
  • Hence, we know that it is an inductive bias. The answer is option (a)
  • (6) As the size of the training set keeps on increasing the generalization performance starts improving consecutively. The answer is option (a).
  • (7) For implementing such type of robotic arm the Reinforcement learning paradigm should be implemented.
Similar questions