NEW
Font size
WorksheetsML#Module#3and#4
Total questions: 6
Worksheet time: 6mins
Which of the following statement about ANN is false?
ANN is preferred when Input is high-dimensional discrete or real-valued
ANN is preferred when less training time is desired
ANN is preferred when input data contain noisy data
ANN is preferred when Output is discrete or real valued
In the perceptron training rule, weights are updated as follows.
Wi = Wi+ ΔWi Where ΔWi = -----------?
η(t −o)xi
(t − o)xi
η(t − o)
η(t−o)wi
What is the derivative of the sigmoid function σ(x) = (1 + e−x)1 ?
σ(x)(1 − σ(x))
σ(x)(1−σ(x)2)
(1 −σ(x))
(1−σ(x))σ(x)
Consider a decision tree classifier. Suppose there are 9 instances and an attribute is randomly selected and that attribute split the examples into two classes A and B. class A contain 0 instance and class B contain 9 instance . Then which of the following inference is more appropriate?
Entropy is 1.
Entropy is high
Entropy is low
Entropy is 0
GainRatio(S,A) = ----------------------------------
Gain(S,A)/Split-information(S,A)
Gain(S,A) * Split-information(S,A)
Gain (S, A) * Entropy(S)
None
Which of the following statement about Naive Bayes classifier is false?
Can successfully train on small data set
Good for text classification, good for multiclass classification
Quick and simple calculation since it is naive
Can learn the relationship among the features because assumes feature independence
