MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

DEEP LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Input layer contains “n” inputs, hidden layer has “h” number of nodes. What is the dimensionality of weight matrix (consider presence of “bias term”)?
A
(n+1) x h
B
n x (h+1)
C
n x (h-1)
D
(n-1) x h
Explanation: 

Detailed explanation-1: -The number of hidden neurons should be between the size of the input layer and the size of the output layer. The number of hidden neurons should be 2/3 the size of the input layer, plus the size of the output layer. More items

There is 1 question to complete.