M

Mr. Dubey • 52.26K Points
Coach

Q. Assume that you are given a data set and a neural network model trained on the data set. You are asked to build a decision tree model with the sole purpose of understanding/interpreting the built neural network model. In such a scenario, which among the following measures would you concentrate most on optimising?

  • (A) accuracy of the decision tree model on the given data set
  • (B) f1 measure of the decision tree model on the given data set
  • (C) fidelity of the decision tree model, which is the fraction of instances on which the neural network and the decision tree give the same output
  • (D) comprehensibility of the decision tree model, measured in terms of the size of the corresponding rule set

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.

Related MCQs on Machine Learning

Q. You've just finished training a decision tree for spam classification, and it is getting abnormally bad performance on both your training and test sets. You know that your implementation has no bugs, so what could be causing the problem?

Q. How does the bias-variance decomposition of a ridge regression estimator compare with that of ordinary least squares regression?

Q. Which of the following is a heavily overloaded function?

Q. scikit-learn offers the class. . . . . . . ., which is responsible for filling the holes using a strategy based on the mean, median, or frequency

Q. Suppose we train a hard-margin linear SVM on n > 100 data points in R2, yielding a hyperplane with exactly 2 support vectors. If we add one more data point and retrain the classifier, what is the maximum possible number of support vectors for the new hyperplane (assuming the n + 1 points are linearly separable)?

Q. If two variables are correlated, is it necessary that they have a linear relationship?

Q. We have been given a dataset with n records in which we have input attribute as x and output attribute as y. Suppose we use a linear regression method to model this data. To test our linear regressor, we split the data in training set and test set randomly. What do you expect will happen with bias and variance as you increase the size of training data?

Q. Generally, which of the following method(s) is used for predicting continuous dependent variable? 1. Linear Regression 2. Logistic Regression

Q. Generally, an ensemble method works better, if the individual base models have . . . . . . . .? Note: Suppose each individual base models have accuracy greater than 50%.

Q. Which is the method that removes the current document from the browsing history before laoding the new document?

Learn All Machine Learning MCQs