The ML Deformer Export Training Results window shows a chart with the training error rate, letting you identify trends during training that affect the deformer's performance, such as overfitting.
To open the ML Deformer Training Results window
ML Deformer Training Results window
The blue line shows the Training data points and the orange show the Validation data points.
Hover over the data points to view data about the individual Epochs.
Overfitting is a machine learning concept that happens when the prediction is too similar to the existing data. When a predictive model learns too much detail in the training data, it becomes difficult to apply to new data.
A simple example: imagine a rule to sort apples and oranges by color, where any red fruit would be labelled "Apple", and any orange fruit labelled as "Orange". If the process encounters a green apple, the rule might incorrectly identify it as an Orange. The identification error occurs because the rule was too strict about the initial data, and could not process new data: a green apple. This example would be overfitting and demonstrates the need for multiple variables when making predictions.
A sign of potential overfitting of the data during learning would be a gap between the error rate for the Training data versus the Validation data. The above screenshot shows an obvious example of overfitting, where there's a large difference between the Training and Validation data points.