π€ What is Overfitting In Machine Learning? π€
A statistical model is said to be overfitted when we feed it a lot more data than necessary. To make it relatable, imagine trying to fit into oversized apparel.
A statistical model is said to be overfitted when we feed it a lot more data than necessary. To make it relatable, imagine trying to fit into oversized apparel.
When a model fits more data than it actually needs, it starts catching the noisy data and inaccurate values in the data. As a result, the efficiency and accuracy of the model decrease.
In an example of simple linear regression, training the data is all about finding out the minimum cost between the best fit line and the data points.
It goes through a number of iterations to find out the optimum best fit, minimizing the cost. This is where overfitting comes into the picture.
This might look efficient but isnβt really. The main goal of an algorithm such as linear regression is to find a dominant trend and fit the data points accordingly.
But in this case, the line fits all data points, which is irrelevant to the efficiency of the model in predicting optimum outcomes for new entry data points.
If you liked this thread, be sure to share it with everyone! π
If you're interested in:
π Python
π Artificial Intelligence
π€ Machine Learning
π Data Science
βοΈ MLOps
Be sure to follow me to learn more about becoming an AI EngineerβοΈ
If you're interested in:
π Python
π Artificial Intelligence
π€ Machine Learning
π Data Science
βοΈ MLOps
Be sure to follow me to learn more about becoming an AI EngineerβοΈ
Loading suggestions...