HyperAIHyperAI

Command Palette

Search for a command to run...

Underfitting

Date

2 years ago

UnderfittingIt refers to the situation where the model has a poor fit to the training data and is usually used to evaluate the model's learning and generalization capabilities.

There are three situations for training data and evaluating models: underfitting, fitting, and overfitting

The impact of underfitting

Underfitting usually occurs in simple models, which cannot reflect the data relationship, resulting in the machine learning model being unable to obtain a low training error. In addition, it may also be caused by factors such as too few feature sets, too few data sets, and unreasonable sampling data.

Solutions to Underfitting

  • Find the optimal weight initialization scheme;
  • Use appropriate activation functions;
  • Choose an appropriate optimizer and learning rate.
Related words: fitting, overfitting

References

【1】https://docs.aws.amazon.com/zh_cn/machine-learning/latest/dg/model-fit-underfitting-vs-overfitting.html

【2】https://blog.ailemon.me/2018/04/09/deep-learning-the-ways-to-solve-underfitting/

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Underfitting | Wiki | HyperAI