Knowledge

Home

❯

Notes

❯

Loss Function

Loss Function

Feb 09, 20251 min read

  • Math

Gives the error in the model based on the parameters (weights) and some labeled input data

Topics

  • 0-1 Loss
  • Hinge Loss
  • Surrogate Loss

L(β0​,β1​)=n1​i=1∑n​[yi​−(β1​X+β0​)2]

  • Simple Linear Regression loss function

L…


Graph View

  • Topics
  • L(β0,β1)=1n∑i=1n[yi−(β1X+β0)2]\displaystyle L({\beta}_{0},{\beta}_{1})=\frac{1}{n}\sum_{i = 1}^{n}[y_{i}-({\beta}_{1}X+{\beta}_{0})^{2}]L(β0​,β1​)=n1​i=1∑n​[yi​−(β1​X+β0​)2]
  • L…\displaystyle L\ldotsL…

Backlinks

  • Backpropagation
  • CS M146 Midterm Cheatsheet
  • Lasso (statistics)
  • Ridge (statistics)
  • Simple Linear Regression

Created with Quartz v4.5.2 © 2026

  • Personal Site
  • GitHub