Loading, please wait...

Deep Learning MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

16.  Assume a simple MLP model with 3 neurons and inputs= 1,2,3. The weights to the input neurons are 4,5 and 6 respectively. Assume the activation function is a linear constant value of 3. What will be the output ?

  • 32
  • 64
  • 96
  • 128

17.  In a simple MLP model with 8 neurons in the input layer, 5 neurons in the hidden layer and 1 neuron in the output layer. What is the size of the weight matrices between hidden output layer and input hidden layer?

  • [1 X 5] , [5 X 8]
  •  [5 x 1] , [8 X 5]
  • [8 X 5] , [5 X 1]
  • [8 X 5] , [ 1 X 5]

18. Which of the following would have a constant input in each epoch of training a Deep Learning model?

  • Weight between input and hidden layer
  • Weight between hidden and output layer
  • Biases of all hidden layer neurons
  • Activation function of output layer

19.  In CNN, having max pooling always decrease the parameters?

  • True
  • False
  • Can be true or false
  • Cannot say

20. Sentiment analysis using Deep Learning is a many-to one prediction task

  • True
  • False
  • Can be true or false
  • Cannot say