Machine Learning Bytes

Bias, Variance, and the Bias-Variance Tradeoff


Listen Later

The bias-variance trade-off is a key problem in your model search. While bias represents how well your model can capture the salient details of a problem, and generally correlates with more complex algorithms, it comes at the trade off of variance. Variance is the degree to which on individual predictions your estimators stray from the mean output on those values.  High variance means that a model has overfit, and incorrectly or incompletely learned the problem from the training set. Most commonly, high bias = underfitting, high variance = overfitting.

Please consider joining the conversation on Twitter. I also blog from time to time. You can find me at erikpartridge.com.

For more academic sources, consider reading the slides from this fantastic Carnegie Mellon lecture.

...more
View all episodesView all episodes
Download on the App Store

Machine Learning BytesBy Erik Partridge