Concept icon
Concept

Neural Network

A neural network is a model built from connected layers of simple processing units.

  • The input layer receives the raw data.
  • One or more hidden layers transform that data.
  • The output layer produces the final prediction.

Each unit, often called a neuron, receives values through weighted connections. It combines those values, applies a rule or activation function, and passes the result forward if enough signal is present. By repeating this across many linked units, the network can learn patterns that help it make predictions or classifications.

0

1

Concept icon
Updated 2026-08-12

Tags

Python Programming Language

Data Science

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Related