Generalization Loss
The generalization loss for a hypothesis h from a given Hypothesis Space with respect to a Loss Function L and examples E is
GenLossL(h):=(x,y)∈E∑L(y,h(x))⋅P(x,y).
We can find the best hypothesis
h∗:=h∈HargminGenLossL(h).
As P(X,Y) is unclear in practice we can only estimate the loss with the Empirical Loss.