Learn Before
Concept

Factors determining how well a machine learning algorithm will perform

When we use a machine learning algorithm, we sample the training set, then use it to choose the parameters to reduce training set error, then sample the test set. Under this process, the expected test error is greater than or equal to the expected value of training error.

The factors determining how well a machine learning algorithm will perform are its ability to:

  1. Make the training error small.
  2. Make the gap between training and test error small.

These two factors correspond to the two central challenges in machine learning: underfitting and overfitting.

0

1

Updated 2021-02-10

References


Tags

Data Science