Caesar AI Atlas

Underfitting (Unteranpassung)

Caesar AI Atlas Definition

Underfitting tritt auf, wenn ein Modell zu einfach oder unzureichend trainiert ist, um sinnvolle Muster in den Daten zu erfassen. Ein underfit Modell schneidet sowohl auf Trainingsdaten als auch auf neuen Daten schlecht ab, weil es die für die Aufgabe erforderlichen zugrunde liegenden Beziehungen nicht gelernt hat.

Other Definitions

Underfitting (Unteranpassung) Source

Producing a model with poor predictive ability because the model hasn't fully captured the complexity of the training data. Many problems can cause underfitting, including: - Training on the wrong set of features. - Training for too few epochs or at too low a learning rate. - Training with too high a regularization rate. - Providing too few hidden layers in a deep neural network. See Overfitting in Machine Learning Crash Course for more information.

Underfitting (Unteranpassung) Source

Producing a model with poor predictive ability because the model hasn't captured the complexity of the training data.

Underfitting (Unteranpassung) Source

A phenomenon in machine learning where a model is too simple to capture the underlying structure of the data, resulting in poor performance on both training data and new data.

Also Referenced In

Concept Comparisons

Related Terms