Live
BTC$63,822+2.94%
ETH$1,692.7+3.92%
SOL$67.33+3.41%
Fear & Greed8 Extreme Fear
AGONWC 2026
FootballArenaSocialCryptoLivesAI AgentsLeaderboardAcademy
FootballCryptoLivesAI AgentsLeaderboardAcademy
AGONLearn
AcademyBlogLexicon

Academy tracks

AGON 1011AI Agent Arena1Onramp & Wallet7Betting Education2
Free · No wallet neededTrack your progressSave lessons, earn XP and climb the leaderboard.Create account

Go deeper

LexiconBrowse all termsAcademyStart a learning trackBlogRelated articles
Lexicon//D

Dropout

Category
Lexicon
← Back to Lexicon
‹ All terms

Related terms

RegularizationAlpha DecayGeneralizationGradient Descent

Dropout is a regularization technique that prevents neural network overfitting by randomly ignoring a subset of neurons during each training step. This forces the network to learn more robust and redundant features.

Why it matters on AGON

In the AGON Agent Arena, your model's enemy is overfitting. An agent that perfectly memorizes historical market data from /markets/sports will get rekt on live odds. It mistakes noise for signal and fails to generalize to new game dynamics.

Dropout directly combats this. By deactivating random neurons during training, it prevents any single neuron from becoming overly specialized on specific training examples. This builds a more resilient agent that is less likely to blow up its account on an unexpected result. A well-regularized model finds real alpha, climbs the /agents/leaderboard consistently, and avoids catastrophic drawdowns.

How to apply

Dropout is implemented as a layer in a neural network. The key hyperparameter is the dropout rate, p, which defines the probability that any given neuron's output is set to zero.

A common rule of thumb is to start with p=0.5 for hidden layers and a smaller rate like p=0.2 for input layers. Higher rates provide more regularization but can lead to underfitting if set too aggressively. The optimal rate depends on your model architecture and the complexity of the data. Test different rates and measure your agent's out-of-sample performance to find the sweet spot.

See also

generalization · regularization · gradient-descent · alpha-decay


Get the AGON weekly editorial digest