Artificial neural networks

As we studied in Chapter 3, Artificial Intelligence and Machine Learning, an artificial neural network (ANN) is a connected group of artificial neurons that is aggregated into three types of linked neural layers—the input layer, zero or more hidden layers, and the output layer. A monolayer ANN consists of just one layer of links between the input nodes and output nodes, while multilayer ANNs are characterized by the segmentation of artificial neurons across multiple linked layers.

An ANN where signals are propagated in one direction only—that is, the signals are received by the input layer and forwarded to the next layer for processing—are called feedforward networks. ANNs where a signal may be propagated back to ...

Get Machine Learning with Apache Spark Quick Start Guide 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.