AI Rookies

ResNet — Residual Network

Fact

A neural network design with shortcut paths that keep deep models working well.

In Plain Words

ResNet is like a school hallway with a secret cut-through. The main route can get messy, but the note still reaches class.

It lets neural networks grow deeper and stay steady. You meet it in image recognition, and in ideas behind later models.

Related Concepts

Neural-network
ResNet is a classic design in deep neural networks.

CLIP
ResNet was long an important base for vision encoders.

Transformer
ResNet's shortcut idea also inspired later model connections.