Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)

What is inductive bias in machine learning? Why is it necessary?

1 Answer

0 votes
by (33.1k points)

Inductive Bias is one of the major concepts in terms of machine learning. A data scientist spends much of the time to remove inductive bias (one of the major causes of overfitting).

A machine-learning algorithm with any ability to generalize beyond the training data that it sees has some type of inductive bias, which are the assumptions made by the model to learn the target function and to generalize training data.

Get certified with Machine Learning Certification for more details on this.

For example 

In linear regression, the model implies that the output or dependent variable is related to the independent variable linearly (in the weights). This is an inductive bias of the model.

Hope this answer helps.

Browse Categories

...