1. Cross-validation is commonly used to evaluate machine learning algorithms and estimate their performance on new data. It involves partitioning the dataset into training and test sets and measuring the accuracy on the held-out test sets.
2. Tuning sets are often used to select hyperparameters like the number of hidden units. Performance on the tuning set is used to estimate future performance on new examples.
3. Statistical tests like paired t-tests are used to determine if differences in performance between algorithms on test sets are statistically significant.
Related topics: