MACHINE LEARNING

106403
Back to MACHINE LEARNING

Module 3: Classification Algorithms

  1. Q1f. Which of the following is true about Naive Bayes? (i) Assumes that all the features in a dataset are equally important (ii) Assumes that all the features in a dataset are independent (ii) Both (i) and (ii) (iv) None of the above20222m

    Module 3: Classification Algorithms

    Which of the following is true about Naive Bayes?
    (i) Assumes that all the features in a dataset are equally important
    (ii) Assumes that all the features in a dataset are independent
    (ii) Both (i) and (ii)
    (iv) None of the above

    View this question on its own page →
  2. Q1g. What is a support vector? (i) The distance between any two data points (ii) The average distance between all data points (iii) The distance between any two boundary data points . (iv)The minimum distance between any two data points20232m

    Module 3: Classification Algorithms

    What is a support vector?
    (i) The distance between any two data points
    (ii) The average distance between all data points
    (iii) The distance between any two boundary data points .
    (iv)The minimum distance between any two data points

    View this question on its own page →
  3. Q1g. The feature of ANN in which ANN creates its own organization or representation of information it receives during learning time is (i) adaptive learning (ii) self-organization (iii) what-if analysis (iv) supervised learning20222m

    Module 3: Classification Algorithms

    The feature of ANN in which ANN creates its own organization or representation of information it receives during learning time is
    (i) adaptive learning
    (ii) self-organization
    (iii) what-if analysis
    (iv) supervised learning

    View this question on its own page →
  4. Q1h. In neural network. which of the following techniques is used to deal with over fitting? × (i) Dropout (ii) Regularization. (iii) Batch normalization (iv) All of the above20232m

    Module 3: Classification Algorithms

    In neural network. which of the following techniques is used to deal with over fitting? ×
    (i) Dropout
    (ii) Regularization.
    (iii) Batch normalization
    (iv) All of the above

    View this question on its own page →
  5. Q1h. Which of the following is true about averaging ensemble? (i) It can only be used in classification problem (ii) It can only be used in regression problem (ii) It can be used in both classification as well as regression (iv) None of the above20222m

    Module 3: Classification Algorithms

    Which of the following is true about averaging ensemble?
    (i) It can only be used in classification problem
    (ii) It can only be used in regression problem
    (ii) It can be used in both classification as well as regression
    (iv) None of the above

    View this question on its own page →
  6. Q1j. Which of the following is the best algorithm for text classification? (i) KNN - (ii) Decision tree (iii) Random forest (iv) Naive Bayes20232m

    Module 3: Classification Algorithms

    Which of the following is the best algorithm for text classification?
    (i) KNN -
    (ii) Decision tree
    (iii) Random forest
    (iv) Naive Bayes

    View this question on its own page →
  7. Q2b. What is decision tree algorithm? What are the issues in decision tree induction?20227m

    Module 3: Classification Algorithms

    What is decision tree algorithm? What are the issues in decision tree induction?

    View this question on its own page →
  8. Q3b. How does Back Propagation Rule help in learning in Neural Network?20237m

    Module 3: Classification Algorithms

    How does Back Propagation Rule help in learning in Neural Network?

    View this question on its own page →
  9. Q4. Explain how the linear maximum-margin classifier can be modified to be non-linear and to allow misclassification of the training examples. Give a derivation of the modified optimization problem needed for training. You need only derive a statement of the primal optimization problem.202214m

    Module 3: Classification Algorithms

    Explain how the linear maximum-margin classifier can be modified to be non-linear and to allow misclassification of the training examples. Give a derivation of the modified optimization problem needed for training. You need only derive a statement of the primal optimization problem.

    View this question on its own page →
  10. Q4a. Discuss various issues in Decision Tree Learning.20237m

    Module 3: Classification Algorithms

    Discuss various issues in Decision Tree Learning.

    View this question on its own page →
  11. Q4b. Discuss with examples of instance-based learning algorithms.20237m

    Module 3: Classification Algorithms

    Discuss with examples of instance-based learning algorithms.

    View this question on its own page →
  12. Q5. Following is a data set that contains two attributes, X and Y, and two class labels, ‘+’ and ‘–’. Each attribute can take three different values: 0, 1, or 2. The concept for the ‘+’ class is Y = 1 and the concept for the ‘–’ class is X = 0 ∨ X = 2. ![image](https://res.cloudinary.com/djkpavwmp/image/upload/v1764335073/q5_zh4zj9.png) (a) Build a decision tree on the data set. Does the tree capture the ‘+’ and ‘–’ concepts? (b) What are the accuracy, precision, recall and F1-measure of the decision tree? (Note that precision, recall, and F1-measure are defined with respect to the ‘+’ class.)202214m

    Module 3: Classification Algorithms

    Following is a data set that contains two attributes, X and Y, and two class labels, ‘+’ and ‘–’.
    Each attribute can take three different values: 0, 1, or 2.

    The concept for the ‘+’ class is Y = 1
    and the concept for the ‘–’ class is X = 0 ∨ X = 2.

    image

    (a)
    Build a decision tree on the data set.
    Does the tree capture the ‘+’ and ‘–’ concepts?

    (b)
    What are the accuracy, precision, recall and F1-measure of the decision tree?
    (Note that precision, recall, and F1-measure are defined with respect to the ‘+’ class.)

    View this question on its own page →
  13. Q5a. State the mathematical formulation of the SVM problem. Give an outline of the method for solving the problem.20237m

    Module 3: Classification Algorithms

    State the mathematical formulation of the SVM problem. Give an outline of the method for solving the problem.

    View this question on its own page →
  14. Q6. For the Sun Burn data set given below, construct a decision tree. | Name | Hair | Height | Weight | Location | Class | |--------|--------|----------|---------|----------|-------| | Sunita | Blonde | Average | Light | No | Yes | | Anita | Blonde | Tall | Average | Yes | No | | Kavita | Brown | Short | Average | Yes | No | | Sushma | Blonde | Short | Average | No | Yes | | Xavier | Red | Average | Heavy | No | Yes | | Balaji | Brown | Tall | Heavy | No | No | | Ramesh | Brown | Average | Heavy | No | No | | Sweta | Blonde | Short | Light | Yes | No |202314m

    Module 3: Classification Algorithms

    For the Sun Burn data set given below, construct a decision tree.

    Name Hair Height Weight Location Class
    Sunita Blonde Average Light No Yes
    Anita Blonde Tall Average Yes No
    Kavita Brown Short Average Yes No
    Sushma Blonde Short Average No Yes
    Xavier Red Average Heavy No Yes
    Balaji Brown Tall Heavy No No
    Ramesh Brown Average Heavy No No
    Sweta Blonde Short Light Yes No
    View this question on its own page →
  15. Q6b. Explain the bagging and boosting with example.20227m

    Module 3: Classification Algorithms

    Explain the bagging and boosting with example.

    View this question on its own page →
  16. Q7. Discuss the steps in K-means algorithm and evaluate the following table using K-means : ![image](https://res.cloudinary.com/djkpavwmp/image/upload/v1764335242/portfolio_assets/egykrgdjwvrs0gzwlw4d.png)202214m

    Module 3: Classification Algorithms

    Discuss the steps in K-means algorithm and evaluate the following table using K-means :

    image

    View this question on its own page →
  17. Q7a. Discuss the Algorithmic convergence & Generalization property of ANN.20237m

    Module 3: Classification Algorithms

    Discuss the Algorithmic convergence & Generalization property of ANN.

    View this question on its own page →
  18. Q7b. What are the applications of supervised machine learning in modern business?20237m

    Module 3: Classification Algorithms

    What are the applications of supervised machine learning in modern business?

    View this question on its own page →
  19. Q8b. What is ANN? Explain feed forward and back propagation algorithm with example.20227m

    Module 3: Classification Algorithms

    What is ANN? Explain feed forward and back propagation algorithm with example.

    View this question on its own page →
  20. Q9. Write short notes on any two of the following: (a) Naive Bayes (b) Logistic Regression \(c\) Back Propagation algorithm202314m

    Module 3: Classification Algorithms

    Write short notes on any two of the following:

    (a) Naive Bayes
    (b) Logistic Regression
    (c) Back Propagation algorithm

    View this question on its own page →