JA EN
Glossary › random

GLOSSARY

random

appears in 1 paper titles

Definition

Sampling without a fixed pattern. Random search is the standard baseline in hyper-parameter tuning, and it often beats grid search at equal budget because it spends its trials on more distinct values of whichever dimension actually matters. In experiment sections "random" also names a control condition, and whether the seed is fixed determines whether a result can be reproduced.

Explainers using this term