About 50 results
Open links in new tab
  1. 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: …

  2. 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.

  3. overfitting - Is it possible to have a higher train error than a test ...

    Jul 20, 2022 · Usually it is called over-fitting when the test error is higher than the training error. Does that imply that it is called under-fitting when the training error is ...

  4. 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 …

  5. 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 …

  6. How do I intentionally design an overfitting neural network?

    Jun 30, 2020 · To have a neural network that performs perfectly on training set, but poorly on validation set, what am I supposed to do? To simplify, let's consider it a CIFAR-10 classification task. For …

  7. 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 .

  8. neural networks - What are the impacts of different learning rates on ...

    Jul 11, 2021 · What are the impacts of different learning rates on this model and why does it keep overfitting? Ask Question Asked 4 years, 7 months ago Modified 4 years, 7 months ago

  9. How does cross-validation overcome the overfitting problem?

    Jul 19, 2020 · Why does a cross-validation procedure overcome the problem of overfitting a model?

  10. how to avoid overfitting in XGBoost model - Cross Validated

    Jan 4, 2020 · Firstly, I have divided the data into train and test data for cross-validation. After cross validation I have built a XGBoost model using below parameters: n_estimators = 100 max_depth=4 …