Cross-validation set

From Machinelearning
Revision as of 02:21, 19 June 2014 by Vipul (talk | contribs) (Created page with "==Definition== A '''cross-validation set''' is a set of labeled examples used in supervised learning algorithms for the goal of hyperparameter optimization for the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

A cross-validation set is a set of labeled examples used in supervised learning algorithms for the goal of hyperparameter optimization for the learning algorithm. It is distinguished from the training set, on which we run the learning algorithm to determine the parameters. The cross-validation set may be used to tune the values of model hyperparameters (such as the degree of the polynomial to use), regularization hyperparameters (such as the coefficient to use for - or -regularization), or learning algorithm hyperparameters (such as the learning rate or the number of iterations).