Skip to content

Commit

Permalink
Merge pull request #226 from slds-lmu/typo_it5
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ludwigbothmann authored Nov 18, 2024
2 parents 07d9ed9 + cc7865e commit 2171861
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified slides-pdf/lecture_sl.pdf
Binary file not shown.
Binary file modified slides-pdf/slides-info-cross-entropy-kld.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
The KL divergence (which is non-negative) between $f(x)$ and $g(x)$ is:
\begin{equation}
\begin{aligned}
0 \leq D_{KL}(f \| g) & = -h(f) + H(p \| q) \\
0 \leq D_{KL}(f \| g) & = -h(f) + H(f \| g) \\
& =-h(f)-\int_{-\infty}^{\infty} f(x) \log (g(x)) dx
\end{aligned}
\end{equation}
Expand Down

0 comments on commit 2171861

Please sign in to comment.