What is overfitting in machine learning?

By vivek kumar in 22 Jul 2024 | 03:22 pm
vivek kumar

vivek kumar

Student
Posts: 552
Member since: 20 Jul 2024

What is overfitting in machine learning? 

22 Jul 2024 | 03:22 pm
0 Likes
Prince

Prince

Student
Posts: 557
Member since: 20 Jul 2024

Overfitting in machine learning occurs when a model learns not only the underlying patterns in the training data but also the noise or random fluctuations. This leads to a model that performs well on the training data but poorly on new, unseen data.

Characteristics of Overfitting:

  1. High Training Accuracy: The model achieves very high accuracy on the training data.
  2. Low Generalization: The model performs poorly on validation or test data, indicating it has not generalized well to new data.
  3. Complex Model: The model may be overly complex with too many parameters or features, capturing noise rather than the signal.
22 Jul 2024 | 06:31 pm
0 Likes

Report

Please describe about the report short and clearly.