Lukas' Notes

Empirical Risk Minimisation Algorithm

Jan 28, 20261 min read

machine-learning

Definition

Empirical Risk Minimisation Algorithm

A learning algorithm is called empirical risk minimising if it always returns a hypothesis hS​:

hS​∈argh∈Hmin​RS​(h)

where:

  • S∼D is the training sample sampled from an unknown independently and identically distributed distribution D.
  • R is the empirical risk.
  • hS​ is the hypothesis that results in the lowest possible empirical risk.

Graph View

Created with Quartz v4.4.0 © 2026

  • GitHub