AI Architecture

Neural Network

A computing system inspired by the biological neural networks that constitute human brains.

Detailed Explanation

An Artificial Neural Network (ANN) is a computing architecture modeled after the structure and functions of the human brain. It consists of interconnected nodes (neurons) arranged in layers: an input layer, one or more hidden layers, and an output layer. Neural networks are the fundamental building blocks of deep learning and are used to recognize patterns and solve complex problems in AI.

Related Terms