Neural Network Adder Function

From GM-RKB
Jump to navigation Jump to search

A Neural Network Adder Function is the dot product between a Neural Network Input vector and a Neural Network Weight matrix.



References

2018

2016

2005

  • (Golda, 2005) ⇒ Adam Gołda (2005). Introduction to neural networks. AGH-UST.
    • QUOTE: The scheme of the neuron can be made on the basis of the biological cell. Such element consists of several inputs. The input signals are multiplied by the appropriate weights and then summed. The result is recalculated by an activation function.

      In accordance with such model, the formula of the activation potential [math]\displaystyle{ \varphi }[/math] is as follows

      [math]\displaystyle{ \varphi=\sum_{i=1}^Pu_iw_i }[/math]

      Signal [math]\displaystyle{ \varphi }[/math] is processed by activation function, which can take different shapes.