diff --git a/docs/bn/week11/11-2.md b/docs/bn/week11/11-2.md index b3acff915..c6860975e 100644 --- a/docs/bn/week11/11-2.md +++ b/docs/bn/week11/11-2.md @@ -324,7 +324,7 @@ $$ ### হিঞ্জ লস $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ diff --git a/docs/en/week11/11-2.md b/docs/en/week11/11-2.md index 629f4febc..54d4c431d 100644 --- a/docs/en/week11/11-2.md +++ b/docs/en/week11/11-2.md @@ -238,7 +238,7 @@ If the energy function is able to ensure that the energy of the *most offending ### Hinge Loss $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ Where $\bar Y^i$ is the *most offending incorrect answer*. This loss enforces that the difference between the correct answer and the most offending incorrect answer be at least $m$. diff --git a/docs/es/week11/11-2.md b/docs/es/week11/11-2.md index ac835dc2b..ef6074b8d 100644 --- a/docs/es/week11/11-2.md +++ b/docs/es/week11/11-2.md @@ -546,12 +546,12 @@ Si la función de energía es capaz de asegurar que la energía de la *respuesta ### Pérdida de Bisagra $$ -L_{\text{bisagra}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{bisagra}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ diff --git a/docs/ja/week11/11-2.md b/docs/ja/week11/11-2.md index 6c9ffad2f..1b5142c91 100644 --- a/docs/ja/week11/11-2.md +++ b/docs/ja/week11/11-2.md @@ -329,7 +329,7 @@ If the energy function is able to ensure that the energy of the *most offending ### ヒンジ損失 $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ diff --git a/docs/ko/week11/11-2.md b/docs/ko/week11/11-2.md index afdfef19a..1d59e1501 100644 --- a/docs/ko/week11/11-2.md +++ b/docs/ko/week11/11-2.md @@ -353,7 +353,7 @@ $$ ### 힌지 손실 $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ diff --git a/docs/tr/week11/11-2.md b/docs/tr/week11/11-2.md index 9ee1e5736..fca201ec8 100644 --- a/docs/tr/week11/11-2.md +++ b/docs/tr/week11/11-2.md @@ -423,7 +423,7 @@ Enerji fonksiyonu *en rahatsız edici yanlış cevabın* enerjisinin doğru ceva ### Hinge Kayıp Terimi $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ $\bar Y^i$ *en rahatsız edici yanlış cevap* tır. Bu kayıp, doğru cevap ile en rahatsız edici yanlış cevap arasındaki farkın en az $m$ olmasını zorlar. diff --git a/docs/zh/week11/11-2.md b/docs/zh/week11/11-2.md index 116c05db9..bd7c1dfe8 100644 --- a/docs/zh/week11/11-2.md +++ b/docs/zh/week11/11-2.md @@ -385,7 +385,7 @@ If the energy function is able to ensure that the energy of the *most offending ### Hinge Loss $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ Where $\bar Y^i$ is the *most offending incorrect answer*. This loss enforces that the difference between the correct answer and the most offending incorrect answer be at least $m$. @@ -405,7 +405,7 @@ A: It's arbitrary, but it affects the weights of the last layer. ### 合页损失 (Hinge Loss) $$ -L_{\text{hinge}}(W,Y^i,X^i)=\max(0,m+E(W,Y^i,X^i))-E(W,\bar Y^i,X^i) +L_{\text{hinge}}(W,Y^i,X^i)=( m + E(W,Y^i,X^i) - E(W,\bar Y^i,X^i) )^+ $$ Where $\bar Y^i$ is the *most offending incorrect answer*. This loss enforces that the difference between the correct answer and the most offending incorrect answer be at least $m$.