Text Document Classification Quiz: Q1. Classification Techniques Have Been Applied To
Text Document Classification Quiz: Q1. Classification Techniques Have Been Applied To
(B) Assign test documents to the category with the closest prototype
vector based on cosine similarity
b1| = |b2|
c1| = |c2|
(C) It does not guarantee that classifications are consistent with the
given training data
(B) Also called: (1) Case-based learning, (2) Memory-based learning and
(3) Lazy learning
(A) For text, cosine similarity of tf.idf weighted vectors is typically most
effective.
(B) The case when the labels are just +1 or -1 called two class
classification problems
(C) When ‘I’ is related to more than two classes then it is called multi-
class classification problem
(D) It is possible to convert the multiclass classification problem into a
set of binary classification problems
(B) If there exists no hyperplane that can split the "yes" and "no"
examples, the Soft Margin method will choose a hyperplane that splits
the examples as cleanly as possible
(B) SVM uses the concept of slack variables for Nonlinear classification