Concept

Artificial Neural Networks Formulation

A neural network maps an input vector XX to an output vector YY by stacking layers of nodes, each functioning as a logistic-regression unit: a weighted sum of inputs passed through an activation function. The hidden layers contain neurons, the connections between them, and the activation functions applied at each layer to transform the input into the output. The accompanying figure shows the logistic-regression representation of two of the network's four neurons.

Image 0

0

1

Updated 2026-07-09

Tags

Data Science