Skip to content

Commit

Permalink
Explanation of Weight Parameters Added (#108)
Browse files Browse the repository at this point in the history
A short explanation of the concept of weight, which was missing so far, was added to the Concepts session. "Weights are values that control the strength of the connection between two neurons. That is, inputs are typically multiplied by weights, and that defines how much influence the input will have on the output. In other words: when the inputs are transmitted between neurons, the weights are applied to the inputs along with an additional value (the bias)".
  • Loading branch information
victorlongo committed Sep 6, 2020
1 parent 9a4153d commit 43e1201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/nn_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ Synapses are like roads in a neural network. They connect inputs to neurons, neu
Weights
=======

Explanation of weights (parameters)

Weights are values that control the strength of the connection between two neurons. That is, inputs are typically multiplied by weights, and that defines how much influence the input will have on the output. In other words: when the inputs are transmitted between neurons, the weights are applied to the inputs along with an additional value (the bias)

.. _nn_bias:

Expand Down

0 comments on commit 43e1201

Please sign in to comment.