Cross validation

One of the classical model "re-sampling" validation techniques.
 

In cross-validation, several models based on the same architecture are built on several special subsets of the available data. The generalization performance of each of these models is estimated on the the remaining data. The results are then combined in a global estimation of the generalization performance of the model architecture (rather than of an individual model).

 

____________________________________________________________

 

Related readings

Validation

Bootstrap

Download this Glossary

 

Want to contribute to this site ?