Skip to content

Commit

Permalink
Update forwardpropagation.rst (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
puru17 authored and bfortuner committed Dec 4, 2019
1 parent 22c2089 commit 39f1ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forwardpropagation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Let’s write a method feed_forward() to propagate input data through our simple
Larger Network
==============

The simple network above is helpful for learning purposes, but in reality neural networks are much larger and more complex. Modern neural networks many more hidden layers, more neurons per layer, more variables per input, more inputs per training set, and more output variables to predict. Here is a slightly larger network that will introduce us to matrices and the matrix operations used to train arbitrarily large neural networks.
The simple network above is helpful for learning purposes, but in reality neural networks are much larger and more complex. Modern neural networks have many more hidden layers, more neurons per layer, more variables per input, more inputs per training set, and more output variables to predict. Here is a slightly larger network that will introduce us to matrices and the matrix operations used to train arbitrarily large neural networks.

.. image:: images/neural_network_w_matrices.png
:align: center
Expand Down

0 comments on commit 39f1ff4

Please sign in to comment.