Neural network

Neural Network is a general term for a computational system inspired by the structure and function of the human brain. It consists of interconnected nodes (similar to neurons) that process information and learn patterns from data.

In AI, the most common type is the Artificial Neural Network (ANN), which uses layers of nodes to handle tasks like image recognition, language processing, and predictions. Neural networks are the foundation of many modern AI systems.