An introduction to neurons

A neuron is a mathematical function that takes one or more input values, and outputs a single numerical value:

In this diagram, we can see the different elements of the neuron

The neuron is defined as follows:

  1. First, we compute the weighted sum of the inputs xi and the weights wi (also known as an activation value). Here, xi is either numerical values that represent the input data, or the outputs of other neurons ...

Get Python Deep Learning - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.