Ktra Machine Learning
Ktra Machine Learning
Low T T
Low T T
Medium T F
Medium T T
High T F
High F F
Entropy H(Cool) =1
True
.Which of the following describes the situation where the Naïve Bayes algorithm performs poorly?
.Which of the following claims regarding the k-Nearest Neighbor algorithm is untrue?
Regression cannot be performed using it.
.Out of all the statements made regarding the Naïve Bayes classifier method, which one is false?
Classification
.What kind of machine learning algorithm uses labeled data for training in order to predict fresh,
unseen data?
Supervised Learning
.In the Bayes Theorem, which of the following words is not used?
Unlikelihood
.Which of the following claims about k Nearest Neighbor as a lazy learning algorithm is untrue?
Khoảng cách Manhattan (al(x1,và1)(x_1, y_1)( x1,và1)và ( (x_2, y_(x2,và2)(x_2, y_2)( x2,và2),
nó là phép tính DTôiMộtNgiờMộtttMộtN=∣x1−x2∣+∣và1−và2vàD_{Manhattan} = |x_1 -DM
anha tt an=∣ x1−x2∣+∣ và1−và2∣
.Which method of machine learning enables models to decide depending on input from their
surroundings and prior experiences?
Reinforcement Learning
Labeled data is necessary for supervised learning, but not for unsupervised learning.
True
.How do you prepare raw data for machine learning by cleaning, converting, and standardizing it?
Data Preprocessing
.Which of the following uses for the Naïve Bayes algorithm is not one?
.What is the Bayes theorem formula? Where (X & Y) and (M & N) are events and P(Y), P(M) & P(N)
≠ 0.
To provide computers the ability to learn from data and gradually enhance performance.
True
.Which of the following claims about kNN's sluggish learning style is untrue?
.How does one feed data into a machine learning model to modify its internal parameters and
enhance its performance?
Training model
Naïve Bayes
.Which of these algorithms for machine learning under supervision isn't one?
K-means
.Which of the following claims regarding the term Nearest Neighbor is untrue?
K-means
True
How far apart are a new query instance (3, 4) and a data point (9, 7) in Manhattan space?
9
The model is generative and all input attributes are assumed to be independent of one
another.
The Manhattan distance and the Euclidian distance used in the kNN technique for distance
calculation are the same.
Sai
.Which of the following claims regarding the categorization of k-Nearest Neighbors is untrue?
.Regarding the Decision tree, which of the following claims is not true?
To minimize impurity
.Which probability-theoretic machine learning technique is especially well-suited for handling textual
data?
Naive Bayes
.A tree with n leaves can therefore break a set of n instances in a splitting rule at internal nodes of the
tree based on thresholding the value of a particular feature.
True
.Assume for the sake of simplification that every instance in a decision tree is a vector of y bits (X = {0,
1}y). Regarding the circumstances mentioned above, which of the following claims is not true?
A decision tree with 2y+1 leaves and a depth of y + 1 may represent any
classifier from {0, 1}y to {0, 1}.
Think about the decision tree that the figure depicts. If driver X begins at 6:30 AM and there are no
other cars on the road, and driver Q starts at 9 AM and there is an accident, what will be driver X's
and driver Q's travel times, respectively?
SHORT,LONG
.Regarding a splitting rule at internal nodes of the tree based on thresholding the value of a particular
feature, which of the following claims is untrue?
Multivariate splits are another name for splits that are based on thresholding the value of a
particular feature.
Naïve Bayes