NPTEL Data Mining Week 6 Assignment Answers 2025
1. A perceptron consists of –
A. one neuron
B. two neuron
C. three neuron
D. four neuron
Answer :- For Answers Click Here
2. A perceptron can correctly classify instances into two classes where the classes are:
A. Overlapping
B. Linearly separable
C. Non-linearly separable
D. None of the above
Answer :-
3. The logic function that cannot be implemented by a perceptron having two inputs is?
A. AND
B. OR
C. NOR
D. XOR
Answer :-
4. A training input x is used for a perceptron learning rule. The desired output is t and the actual output is o. If learning rate is η, the weight update performed by the learning rule is describedby?
A. wi←wi+ h(t – o)
B. wi←wi+ h(t – o) x
C. wi←h(t – o) x
D. wi←wi+ (t – o) x
Answer :-
5.

Answer :-
6.

A. Discontinuous and not differentiable
B. Discontinuous but differentiable
C. Continuous but not differentiable
D. Continuous and differentiable
Answer :- For Answers Click Here
7. The neural network given bellow takes two binary valued inputs x1,x2ϵ{0,1} and the activation function is the binary threshold function h(z)=1 if z>0; 0 otherwise
Which of the following logical functions does it compute?

A. OR
B. AND
C. NAND
D. NOR
Answer :-
8. The neural network given bellow takes two binary valued inputs x1,x2ϵ{0,1}
and the activation function is the binary threshold function h(z)=1if z>0; 0 otherwise. Which of the following logical functions does it compute?

A. OR
B. AND
C. NAND
D. NOR
Answer :-
9. Which of the following statement is true for a multilayered perceptron?
A. Output of all the nodes of a layer is input to all the nodes of the next layer
B. Output of all the nodes of a layer is input to all the nodes of the same layer
C. Output of all the nodes of a layer is input to all the nodes of the previous layer
D. Output of all the nodes of a layer is input to all the nodes of the output layer
Answer :-
10. A multi-layered perceptron is usually trained using:
A. margin maximization algorithm
B. single linkage algorithm
C. belief propagation algorithm
D. backpropagation algorithm
Answer :-
11. Overfitting is expected when we observe that?
A. With training iterations error on training set as well as test set decreases
B. With training iterations error on training set decreases but test set increases
C. With training iterations error on training set as well as test set increases
D. With training iterations training set as well as test set error remains constant
Answer :- For Answers Click Here