Skip to content

Optimizer

Definition
AI-generated

An optimizer is an algorithm that applies gradients from backpropagation to update parameters—classic SGD, momentum, Adam, AdamW, or second-order approximations—often controlling step size via a learning rate schedule and sometimes decoupled weight decay.

Why it matters in GWAS

Reproducible deep predictors record optimizer choice and hyperparameters; subtle differences affect whether rare-variant classifiers or single-cell heads overfit to cohort-specific batch effects.

Example usage

"A replication analysis checks whether assumptions tied to Optimizer hold across cohorts."

References

  • Kingma DP, Ba J. (2015). Adam: a method for stochastic optimization. ICLR.
  • Loshchilov I, Hutter F. (2019). Decoupled weight decay regularization. ICLR.

Last updated (UTC · Git history)