NAVIGATION

What is Dropout?

Definition

Dropout

Dropout is a regularization technique used in neural networks during training where a fraction of network nodes are randomly deactivated (dropped out) in each forward pass, preventing co-adaptation of features.

Why It Matters for AI Builders

Helps AI builders design and scale robust architectures; mastering the implementation of Dropout improves latency, accuracy, and operational efficiency for neural network training, overfitting prevention, and model regularization.

Detailed Deep Dive

Dropout is a popular regularization technique used to prevent overfitting in deep neural networks. During training, dropout randomly deactivates (zeroes out) a specified fraction of neurons in a layer during each forward pass. This forces the network to learn redundant representations and prevents individual neurons from co-adapting too closely, resulting in a more robust model that generalizes better to unseen testing data.

Advertisement

Frequently Asked Questions

Q:How does dropout prevent overfitting?

By turning off random neurons, it forces the remaining network to learn redundant representations and robust features rather than depending on specific pathways.

Q:Is dropout active during inference?

No, dropout is only active during training. During inference, all weights are utilized but scaled to match the training probability distribution.

Quick Facts

  • CategoryModel Training
  • Key ApplicationNeural network training, overfitting prevention, and model regularization.

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Dropout Media Coverage & Intelligence

FUNDINGJul 23, 2026

AI Chip Startup Etched Defies Skeptics, Hits $10.3B Valuation From Big-name Investors

Etched, founded by three Harvard dropout, has created new chips and memory components that speed up inference on any AI model -- no GPU required, it says.