Emperical Risk

  • TRAINING ERROR. Mean loss computed over training examples
  • joint prob distribution is unknown
  • Learning set is finite
  • Need an estimator to evaluate it
    • Supervised Learning
      • Compute
      • Risk train = (1/M)(sum of loss values for (y, f(x)))
      • This is an unbiased estimator, so we can use it to approximate the optimal function f* that minimizes
      • This means that we find (out of all the possible functions)
      • : converges to the fn that minimizes emprical risk
    • Ordinary least squares regression