3. Perceptron
The perceptron belongs to the family of forward propagation neural networks: information is propagated from input to output.
3.1 Single-layer perceptron
Figure 6 shows an example of a single-layer perceptron. It has three inputs: E0 and E1 are the input variables and 1 is a bias input for the sum calculation. Each input has an associated weight. The sum 1 · W 0 + E 0 · W 1 + E 1 · W 2 is the input to the activation function. The...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Perceptron
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!