MACHINE LEARNING

MACHINE LEARNING

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Error that results from inaccurate assumptions in model training (that are made to simplify the training process)
A
Variance
B
Overfitting
C
Underfitting
D
Bias
Explanation: 

Detailed explanation-1: -Machine learning bias, also sometimes called algorithm bias or AI bias, is a phenomenon that occurs when an algorithm produces results that are systemically prejudiced due to erroneous assumptions in the machine learning process.

Detailed explanation-2: -There are two main types of errors present in any machine learning model. They are Reducible Errors and Irreducible Errors. Irreducible errors are errors which will always be present in a machine learning model, because of unknown variables, and whose values cannot be reduced.

Detailed explanation-3: -Bias is the simplifying assumptions made by the model to make the target function easier to approximate. Variance is the amount that the estimate of the target function will change given different training data. Trade-off is tension between the error introduced by the bias and the variance.

There is 1 question to complete.