---
title: "Underfitting and Overfitting"  
description: "Underfitting and Overfitting"  
author: "Anonymous User"  
published: 2018-06-29  
updated: 2018-06-29  
canonical: https://www.mindstick.com/forum/34564/underfitting-and-overfitting  
category: "artificial intelligence"  
tags: ["artificial intelligence"]  
reading_time: 1 minute  

---

# Underfitting and Overfitting

[Underfitting](https://www.mindstick.com/articles/336961/explain-the-concept-of-overfitting-and-underfitting-in-machine-learning) and [Overfitting in Machine](https://www.mindstick.com/forum/157909/what-is-overfitting-in-machine-learning-and-how-can-you-prevent-it-from-occurring-in-your-models) [Learning](https://www.mindstick.com/articles/126221/instructional-design-for-elearning-why-it-is-so-important) ?

## Replies

### Reply by Prakash nidhi Verma

Underfitting and Overfitting in [Machine Learning](https://www.mindstick.com/articles/13070/rising-popularity-of-machine-learning-classes-in-bangalore):

Underfitting:

A machine learning algorithm is having underfitting when it can not capture the trend of the data.It's destroys the accuracy of our machine learning model. It usually happens when we have less data to build a model and also when we try to build a linear model with a non-linear data.

![Underfitting and Overfitting](https://www.mindstick.com/mindstickforums/a535ec6c-87cc-4462-a33a-91cdfe72a31c/images/610a83da-8012-49cf-a8a9-cfa3a44d989c.png)

Overfitting:

A statistical model is said to be overfitted, when we train it with a lot of data. because of too much of details and noise.its a non linear methods in machine learning. A solution to remove overfitting is using a linear algorithm using decision trees.

![Underfitting and Overfitting](https://www.mindstick.com/mindstickforums/a535ec6c-87cc-4462-a33a-91cdfe72a31c/images/e5795b75-0a5a-4515-b304-8e4eb523c00e.jpg)\


---

Original Source: https://www.mindstick.com/forum/34564/underfitting-and-overfitting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
