Approximation 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 | ||||||||
================================================================================= Approximation error in machine learning refers to the error introduced by approximating a real-world problem with a simplified model. In other words, it's the difference between the model's predictions and the actual values in the dataset, ε(h*) - ε:(g). Machine learning models aim to minimize this error to make accurate predictions. There are different sources of approximation error:
Figure 3766a shows the expected risk (error), approximation error, and estimation error. Figure 3766a. 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 ------------------------------------- [3766] Figure 3766b shows the relationship between these terms in Equation 3766. 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.
|
||||||||
================================================================================= | ||||||||
|
||||||||