ZhengLiangliang1996 / Loss-Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loss_Functions

code demonstration of my blog post: Cost Functions and its properties in Deep Learning

Loss functions in regression problems

  • Mean Square Error (L2) and Mean Absolute Error (L1)
  • Huber Loss
  • Quantile Loss

Loss functions in classification problems

  • Cross Entropy Loss (Binary and Multi-class)
  • Hinge Loss

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%