Skip to content

Commit 62cbab6

Browse files
author
Quinn Liu
committed
added equations that describe neural network
1 parent 3b8ac63 commit 62cbab6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
53.9 KB
Loading

unsupervisedLearning/neuralNetworks/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ Neural Networks
2727

2828
+ 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
2929
- 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+
![alt text](https://raw.github.com/quinnliu/MachineLearning/master/imagesForExplanation/NeuralNetworkExample.jpg)
3032

0 commit comments

Comments
 (0)