Estimation Error - Python Automation and Machine Learning for ICs - - An Online Book - |
||||||||
Python Automation and Machine Learning for ICs http://www.globalsino.com/ICs/ | ||||||||
Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||
================================================================================= In machine learning, estimation error, ε(h^) - ε:(h*), refers to the difference between the predicted or estimated value and the true value of the quantity we are trying to predict. It is a measure of how well the machine learning model generalizes to new, unseen data. When we train a machine learning model, we use a dataset to teach the model to make predictions. The model learns patterns and relationships within that training data. However, the true test of the model's effectiveness is its ability to make accurate predictions on new, previously unseen data. Estimation error can arise for various reasons:
Figure 3765a shows the expected risk (error), approximation error, and estimation error. Figure 3765a. Expected risk (error), approximation error, and the estimation error. [1] The expected risk (error) of a hypothesis hs ∈H, which is selected based on the training dataset S from a hypothesis class H, can be decomposed into the approximation error, εapp, and the estimation error, εest, as following, LD(hs) = εapp + εest ------------------------------------- [3765] Figure 3765b shows the relationship between these terms in Equation 3765. The red points are specific hypotheses. The best hypothesis (the Bayes hypothesis) lies outside the chosen hypothesis class H. The distance between the risk of h^ and the risk of h* is the estimation error, while the distance between ℎ* and Bayes hypothesis is the approximation error. Some properties are:
============================================
[1] www.medium.com.
|
||||||||
================================================================================= | ||||||||
|
||||||||