What is regularization in Machine learning?

devquora
devquora

Posted On: Feb 22, 2018

 

Regularization is a technique used to solve the overfitting or underfitting issues in any statistical model. It is basically used to reduce fitting error in the dataset. A new piece of information is fit in the data set to minimize or reduce fitting issues.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Artificial Intelligence Interview Questions

    How will you explain machine learning to a layperson?

    Basically, machine learning is pattern recognition. Like Youtube’s video recommendations, Facebook’s News Feeds, etc...

    Artificial Intelligence Interview Questions

    What is Breath-First Search Algorithm?

    Breath-First search involves traversing a binary search tree one level at a time...