Please do not message repeatedly. You will get the answer before the deadline.

Course Content
Week 1 Assignment Answers (Free)
0/1
Week 2 Assignment Answers
0/1
Week 3 Assignment Answers
0/1
Week 4 Assignment Answers
0/1
Week 5 Assignment Answers
0/1
Week 6 Assignment Answers
0/1
Week 7 Assignment Answers
0/1
Week 8 Assignment Answers
0/1
PYQ NPTEL Introduction To Machine Learning – IITKGP Assignment Answers 2022
    About Lesson

    1. Which of the following are classification tasks?
    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 the temperature for the next day
    D. Predict the number of copies of a book that will be sold this month

    Answer :- A

    2. Which of the following is a not categorical feature?
    A. Gender of a person
    B. Height of a person
    C. Types of Mountains
    D. Nationality of a person

    Answer :- B

    3. Which of the following tasks is NOT a suitable machine learning task?
    A. Finding the shortest path between a pair of nodes in a graph
    B. Predicting if a stock price will rise or fall
    C. Predicting the price of petroleum
    D. Grouping mails as spams or non-spams

    Answer :- A

    4. Suppose I have 10,000 emails in my mailbox out of which 200 are spams. The spam detection system detects 150 mails as spams, out of which 50 are actually spams. What is the precision and recall of my spam detection system?
    A. Precision = 33.333%, Recall = 25%
    B. Precision = 25%, Recall = 33.33%
    C. Precision = 33.33%, Recall = 75%
    D. Precision = 75%, Recall = 33.33%

    Answer :- A

    5. A feature F1 can take certain values: A, B, C, D, E, F and represents the grade of students from a college. Which of the following statements is true in the following case?
    A. Feature F1 is an example of a nominal variable.
    B. Feature F1 is an example of ordinal variables.
    C. It doesn’t belong to any of the above categories.
    D. Both of these

    Answer :- B

    6. 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

    Answer :- D

     7.

    Answer :- A

    8. What is the use of Validation dataset in Machine Learning?
    A. To train the machine learning model.
    B. To evaluate the performance of the machine learning model
    C. To tune the hyperparameters of the machine learning model
    D. None of the above.

    Answer :- C

    9. Regarding bias and variance, which of the following statements are true? (Here ‘high’ and ‘low’ are relative to the ideal model.)
    A. Models which overfit have a high bias.
    B. Models which overfit have a low bias.
    C. Models which underfit have a high variance.
    D. Models which underfit have a low variance.

    Answer :- B, D

    10. Identify whether the following statement is true or false?
    “Occam’s Razor is an example of Inductive Bias”
    A. True
    B. False

    Answer :- A

    0% Complete