Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Empirical risk minimization
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Formal definition == In general, the risk <math>R(h)</math> cannot be computed because the distribution <math>P(x, y)</math> is unknown to the learning algorithm. However, given a sample of [[Independent and identically distributed random variables|iid]] training data points, we can compute an [[Estimate (statistics)|estimate]], called the ''empirical risk'', by computing the average of the loss function over the training set; more formally, computing the expectation with respect to the [[empirical measure]]: : <math>\! R_\text{emp}(h) = \frac{1}{n} \sum_{i=1}^n L(h(x_i), y_i).</math> The empirical risk minimization principle<ref>V. Vapnik (1992). [https://papers.nips.cc/paper_files/paper/1991/file/ff4d5fbbafdf976cfdc032e3bde78de5-Paper.pdf ''Principles of Risk Minimization for Learning Theory.'']</ref> states that the learning algorithm should choose a hypothesis <math>\hat{h}</math> which minimizes the empirical risk over the hypothesis class <math>\mathcal H</math>: : <math>\hat{h} = \underset{h \in \mathcal{H}}{\operatorname{arg\, min}}\, R_{\text{emp}}(h).</math> Thus, the learning algorithm defined by the empirical risk minimization principle consists in solving the above [[Mathematical optimization|optimization]] problem.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)