Natural Language Processing Engineer Question:
Tell us what is bias-variance decomposition of classification error in ensemble method?
Answer:
The expected error of a learning algorithm can be decomposed into bias and variance. A bias term measures how closely the average classifier produced by the learning algorithm matches the target function. The variance term measures how much the learning algorithm’s prediction fluctuates for different training sets.
Previous Question | Next Question |
Tell me what are the different methods for Sequential Supervised Learning? | Tell me what are the two classification methods that SVM ( Support Vector Machine) can handle? |