About 50 results
Open links in new tab
  1. What's a real-world example of "overfitting"? - Cross Validated

    Dec 11, 2014 · I kind of understand what "overfitting" means, but I need help as to how to come up with a real-world example that applies to overfitting.

  2. machine learning - Overfitting and Underfitting - Cross Validated

    Mar 2, 2019 · 0 Overfitting and underfitting are basically inadequate explanations of the data by an hypothesized model and can be seen as the model overexplaining or underexplaining the data. This …

  3. definition - What exactly is overfitting? - Cross Validated

    So, overfitting in my world is treating random deviations as systematic. Overfitting model is worse than non overfitting model ceteris baribus. However, you can certainly construct an example when the …

  4. Overfitting a logistic regression model - Cross Validated

    Jun 14, 2015 · To what extent might vary, but even a model validated on a hold out dataset will rarely yield in-wild performance that matches what was obtained on the hold-out dataset. And overfitting is …

  5. Why does the Akaike Information Criterion (AIC) sometimes favor an ...

    May 14, 2021 · Based upon the apparent overfitting that I can see with higher numbers of fitted model parameters, I would expect most model selection criteria to choose an optimal model as having < 10 …

  6. overfitting - What should I do when my neural network doesn't ...

    Overfitting for neural networks isn't just about the model over-memorizing, its also about the models inability to learn new things or deal with anomalies. Detecting Overfitting in Black Box Model: …

  7. Overfitting in randomForest model in R, WHY? - Cross Validated

    May 8, 2024 · I am trying to train a Random Forest model in R for sentiment analysis. The model works with tf-idf matrix and learns from it how to classify a review, in positive or negative. Positive ones are

  8. How to prevent overfitting in Gaussian Process - Cross Validated

    Oct 25, 2018 · Gaussian processes are sensible to overfitting when your datasets are too small, especially when you have a weak prior knowledge of the covariance structure (because the optimal …

  9. Why is xgboost overfitting in my task? Is it fine to accept this ...

    This behavior is not restricted to XGBoost. It is a common thread among all machine learning techniques; finding the right tradeoff between underfitting and overfitting. The formal definition is the . …

  10. Why is logistic regression particularly prone to overfitting in high ...

    The overfitting nature of logistic regression is related to the curse of dimensionality in way that I would characterize as curse, and not what your source refers to as .