Underfitting & Overfitting - Explained In Video
The clip offers a quick look at the main problems in training of machine learning models: underfitting and overfitting. It introduces the aim of machine learning—building a model from data to be able to make correct predictions, and then using this model on new data. A model is underfitting if it is too simple or if it has not been trained properly, which means it cannot find significant patterns in the data and thus will be unable to make good predictions. A more suitable model may be chosen, training may be prolonged, or more training data may be used as solutions. Overfitting occurs in the opposite case, that is where a model is too complex and it “remembers” not only the training data, but also the noise and it mistakes information for which it cannot generalize, so its performance on new data will be poor. The movie also gives hints on how to spot overfitting based on comparing a model’s performance with training data and validation data, hence, reveals significant gaps between training accuracy being high and low validation accuracy.
Comments
Post a Comment