Lukas' Notes

Empirical Risk Minimisation Algorithm

Dec 14, 20251 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

Backlinks

  • Realisable PAC-Learnable Hypothesis Class

Created with Quartz v4.4.0 © 2025

  • GitHub