ML 2018
ML 2018
(i) An artificial neuron receives n inputs x1, x2, ........, xn with weights w1, (viii) Statement- 1: The SVM learning algorithm is guaranteed to find the
w2, .........., wn attached to the input links. The weighted sum globally optimum hypothesis with respect to its object function.
_____________ is computed to be passed on to a non-linear filter Φ Statement- 2: The VC dimension of a perception is smaller than VC
called activation function to release the output. dimension of a linear SVM.
(a) Σ wi (b)Σ xi (c) Σ wi + Σ xi (d)Σ wi* xi. (a) Only statement- 1 is true (b) Only statement -2 is true
(ii) The growth function h(N) for positive rays (h(X) = 1 when X > a and (c) Both are true. (d) Both are false.
h(X) = -1 otherwise) is (ix) Statement-1: Kernel density estimator can be used to perform
(a) N+1 (b) N (c) 2N (d) ∞ (In inity). classification.
(iii) Perceptron can learn Statement -2: Cross validation can be used to select the number of
(a) AND (b) XOR (c) both (a) and (b) (d)none of these. iterations in boosting; this procedure may help reduce over fitting.
(iv) Back propagation is a learning technique that adjusts weights in the (a) Only Statement -1 is true (b) Only statement- 2 is true
neural network by propagating weight changes (c) Both are true (d) Both are false.
(a) forward from source to sink (x) Consider the following data set, where X1 and X2 are input and Y is the
(b) backward from sink to source output class.
(c) forward from source to hidden nodes X1 0 0 1 1
(d) backward from sink to hidden nodes. X2 0 1 0 1
(v) Which technique uses mean and standard deviation scores to Y +1 -1 -1 +1
transform real-valued attributes?
(a) Decimal scaling (b) Min-max normalization Minimum training error can be achieved by
(c) Z-score normalization (d) Logarithmic normalization (a) 3NN Classifier (b) SVM (Quadratic Kernel)
(c) Both (a) and (b) (d) Neither (a) nor (b).