What is inductive bias in machine learning

0 votes
.What is inductive bias in machine learning? Why is it necessary?
Feb 10, 2022 in Machine Learning by Dev
• 6,000 points
3,210 views

1 answer to this question.

0 votes
Inductive bias can be understood as an assumption that Machine Learning Algorithm makes.
These assumptions help the algorithm
1) to find the function that can map the inputs to the output,
2) to optimize the function in order to make good predictions.

For Example:
Linear Regression algorithm assumes  linearity, normality, and homoscedasticity (equal variance)
Naive Bayes assumes that the data is Normally distributed, and conditional independence exists between the independent features.
K-NN makes the assumption that the data points close together will be similar, hence the new data point/unknown data will be placed with the majority of the neighbors. Support Vector Machines assume that the margins should be large
 

Thus, when an algorithm makes assumptions in order to model the data it can be understood as inductive bias.
answered Feb 10, 2022 by Nandini
• 5,480 points

Related Questions In Machine Learning

0 votes
1 answer

What is the process involved in machine Learning?

Discussing this on a high level, these ...READ MORE

answered May 10, 2019 in Machine Learning by Rhea
1,304 views
0 votes
1 answer

What is clustering in Machine Learning?

Clustering is a type of unsupervised learning ...READ MORE

answered May 10, 2019 in Machine Learning by Shridhar
960 views
0 votes
1 answer

What is difference between loss function and RMSE in Machine Learning?

The loss function is a function of ...READ MORE

answered Feb 23, 2022 in Machine Learning by Dev
• 6,000 points
2,422 views
0 votes
1 answer

What is semi-supervised machine learning?

Hi@Ganesh, Semi-supervised machine learning is a combination of ...READ MORE

answered Jul 19, 2020 in Machine Learning by MD
• 95,440 points
796 views
0 votes
1 answer
0 votes
1 answer

What does dimensionality reduction mean?

Dimensionality reduction is used in Machine Learning ...READ MORE

answered Mar 3, 2022 in Machine Learning by Nandini
• 5,480 points
410 views
0 votes
1 answer

Use different distance formula other than euclidean distance in k means

K-means is based on variance minimization. The sum-of-variance formula ...READ MORE

answered Jun 21, 2018 in Data Analytics by Sahiti
• 6,370 points
1,408 views
0 votes
1 answer

Overfitting vs Underfitting

In statistics and machine learning, one of ...READ MORE

answered Jul 11, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
943 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP