Q:

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

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. [1 X 5] , [5 X 8]
  2. [5 x 1] , [8 X 5]
  3. [8 X 5] , [5 X 1]
  4. [8 X 5] , [ 1 X 5]

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

B. [5 x 1] , [8 X 5]

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Deep Learning MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following would have a constant input... >>
<< Assume a simple MLP model with 3 neurons and input...