Skip to content

Commit

Permalink
comment on code "y - output layer" (#19)
Browse files Browse the repository at this point in the history
In nn_matrix.py comment added to better explanation.
y    - output layer
  • Loading branch information
girishkuniyal authored and bfortuner committed Apr 2, 2018
1 parent adba30c commit a58445f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/nn_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def feed_forward(X):
Zh - hidden layer weighted input
Zo - output layer weighted input
H - hidden layer activation
y - output layer
yHat - output layer predictions
'''

Expand Down

0 comments on commit a58445f

Please sign in to comment.