KARADAVI
Technology

What is a neural network?

A gentle explanation of the model that quietly runs behind almost everything called AI.

Published Mar 11, 20258 min readTechnology

A Neural Network(Technology) is a mathematical object made of layers of simple functions.

Neurons and layers

Each unit takes a weighted sum of its inputs and passes the result through a non-linearity. Stack enough of those and you can approximate essentially any function.

Training

Training adjusts the weights so the model's outputs match a target. The technique that makes this efficient is called backpropagation.

The surprise of deep learning is not the depth. It is that scaling the same idea keeps working.

Explore Further

Continue exploring the forest
Next trailNeural Network

Every article leads somewhere. Follow this entity, or search the whole forest.