the.ai

Optimization / Regularization

verified

Dropout

Dropout switches off a random subset of units on every training step, so no unit can rely on any particular other one being there. The network is forced to spread its representation around instead of building fragile chains, and what remains works better on data it has not seen.

Viz primitive · update-spectrumrate = 0.1 · bars = 8

8 values. The left group decays steeply; the right group is 21% of the way to flat, and reads flatter than the left.

Activations before and after units are dropped and the survivors rescaled. Drag the rate to watch the representation thin out while its expected size holds.

0.1

Reviewed by opendroid · 2026-08-04

  • arXiv:1207.0580 — Improving neural networks by preventing co-adaptation of feature detectors