NPTEL Introduction To Machine Learning – IITKGP Week 6 Assignment Answers 2024
1.
Answer :- For Answers Click Here
2. What is the sequence of the following tasks in a perceptron?
I) Initialize the weights of the perceptron randomly.
II) Go to the next batch of data set.
III) If the prediction does not match the output, change the weights.
IV) For a sample input, compute an output.
A) I, II, II, IV
B) IV, III, II, I
C) I, I, II, IV
D) I, IV, III, II
Answer :- For Answers Click Here
3.
Answer :- For Answers Click Here
4. For a fully-connected neural network with one hidden layer, what effect should increasing the number of hidden units have on bias and variance?
A. Decrease bias, increase variance
B. Increase bias, increase variance
C. Increase bias, decrease variance
D. No effect
Answer :-
5. Which of the following is true about model capacity (where model capacity means the ability of a neural network to approximate complex functions)?
A) As number of hidden layers increase, model capacity increases
B) As dropout ratio increases, model capacity increases
C) As learning rate increases, model capacity increases
D) None of these.
Answer :-
6. The back-propagation learning algorithm applied to a two layer neural network
A) always finds the globally optimal solution.
B) finds a locally optimal solution which may be globally optimal.
C) never finds the globally optimal solution.
D) finds a locally optimal solution which is never globally optimal
Answer :- For Answers Click Here
7. Which of the following gives non-linearity to a neural network
A) Gradient descent
B) Bias
C) Sigmoid Activation Function
D) None
Answer :-
8. The network that involves backward links from outputs to the inputs and hidden layers is called as
A) Self-organizing Maps
B) Perceptron
C) Recurrent Neural Networks
D) Multi-Layered Perceptron
Answer :-
9. A Convolutional Neural Network(CNN) is a Deep Neural Network which can extract various abstract features from an input required for a given task. Given are the operations performed by a CNN on an input:
1) Max Pooling
2) Convolution Operation
3) Flatten
4) Forward propagation by Fully Connected Network
Identify the correct sequence of operations performed from the options below:
A) 4,3,2.1
B) 2,1,3,4
C) 3,1,2,4
D) 4,2,1,3
Answer :-
10. In training a neural network, we notice that the loss does not increase in the first few starting epochs: What is the reason for this?
A) The learning Rate is low.
B) The Regularization Parameter is High.
C) Stuck at the Local Minima.
D) All of the above could be the reason.
Answer :- For Answers Click Here