Practice of MLP question
Question : In an MLP which has a single hidden layer with, let's say 10 neurons, and that the network is being trained for 1000 iterations. What is the total number of weights in this MLP? Solution : In an MLP with a single hidden layer and 10 neurons, the total number of weights is the sum of the weights connecting the input layer to the hidden layer and the weights connecting the hidden layer ..
2023.03.07