modify display of formulas

This commit is contained in:
Shine__Wong
2020-01-14 20:45:26 +08:00
committed by GitHub
parent 438a0c6e42
commit 78f580ddaa

View File

@@ -110,7 +110,7 @@ $$
$$
cost(h_\theta(x), y) =
\left\{
\left\\{
\begin{aligned}
-log(h_\theta(x))&, y = 1\\\\
-log(1 - h_\theta(x))&, y = 0