The perceptron

Let's understand the most basic building block of a neural network, the perceptron, also known as the artificial neuron. The concept of the perceptron originated in the works of Frank Rosenblatt in 1962.

You may want to read the following work to explore the origins of neural networks: Frank Rosenblatt, Principles of Neurodynamics: Perceptrons and the Theory of Brain Mechanisms. Spartan Books, 1962

In the most simplified view, a perceptron is modeled after the biological neurons such that it takes one or multiple inputs and combines them to generate output.

As shown in the following image, the perceptron takes three inputs and adds them to generate output y:

 Simple perceptron

This perceptron is too simple to be of any practical ...

Get Mastering TensorFlow 1.x 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.