I have exactly this scenario and I need to know how many connections this set has. I searched in several places and I'm not sure of the answer. That is, I do not know how to calculate the number of connections on my network, this is still unclear to me. What I have is exactly the following:
** Having bias in everything except input - Input: 784 - First hidden layer - Output: 400 - Second hidden layer - Output: 200 - Output layer - Output: 10
I would calculate this as follows: (Bs) + ((400 * 200) + bias) + ((200 * 10) + bias) = XXX
I do not know if this is correct. I need help figuring out how to solve this, and if it's not just something mathematical, what's the theory to do this calculation?
Thank you.