---
title: "Overfitting in ML"  
description: "Overfitting in ML"  
author: "Anonymous User"  
published: 2018-06-27  
updated: 2018-06-27  
canonical: https://www.mindstick.com/forum/34547/overfitting-in-ml  
category: "artificial intelligence"  
tags: ["python", "artificial intelligence"]  
reading_time: 1 minute  

---

# Overfitting in ML

What is ‘[Overfitting](https://www.mindstick.com/articles/336961/explain-the-concept-of-overfitting-and-underfitting-in-machine-learning)’ in [Machine learning](https://www.mindstick.com/articles/13070/rising-popularity-of-machine-learning-classes-in-bangalore)?

How can you [avoid](https://yourviews.mindstick.com/story/1518/tips-to-avoid-dengue-at-home) overfitting ?

## Replies

### Reply by Prakash nidhi Verma

In machine [learning](https://www.mindstick.com/articles/126221/instructional-design-for-elearning-why-it-is-so-important) when a statistical model has error, noiseless data, uncleared data in that's situation ‘overfitting’ occurs. When a model is excessively complex, overfitting is normally occur because of having too many parameters with respect to data types In overfit models exhibits having very poor performance.

![Overfitting in ML](https://www.mindstick.com/mindstickforums/877f00ea-a662-4bdc-a687-767295a24556/images/ff5fcefa-1446-44ac-bdd9-02e61386b00f.png)\

The overfitting possibility exists as the criteria used for training the model is not the same as that's efficiency. lot of data overfitting can be avoided by using this, overfitting like you have a small dataset, and you try to learn from it. But if you have a small database and you are forced to come with a model based on problem. In such case you can use a technique known as cross validation. dataset splits into two section in this method.

- Testing datasets

- Training datasets

![Overfitting in ML](https://www.mindstick.com/mindstickforums/877f00ea-a662-4bdc-a687-767295a24556/images/588e7c60-2acf-4f3a-8f6d-be6a348bd7d8.png)

the testing dataset will only test the model but in training dataset the datapoints will come up with the model.\


---

Original Source: https://www.mindstick.com/forum/34547/overfitting-in-ml

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
