We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8ac63 commit 62cbab6Copy full SHA for 62cbab6
imagesForExplanation/NeuralNetworkEquations.jpg
53.9 KB
unsupervisedLearning/neuralNetworks/README.md
@@ -27,4 +27,6 @@ Neural Networks
27
28
+ where (a_i)^(j) = activation of unit i in layer j and BigTheta^(j) = matrix of weights controlling function mapping from layer j to layer j + 1
29
- The dimension of BigTheta^(j) is s_j+1 x (s_j + 1) if a neural network has s_j units in layer j & s_j+1 units in layer j + 1.
30
+ - This is the set of equations that describes the above neural network configuration:
31
+ 
32
0 commit comments