Skip to content

Commit fc2f266

Browse files
author
liuzi
committed
finish introduction of DGM-fix math prob
1 parent 2f6db96 commit fc2f266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-02-15-generative-models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ For more complex relationships that cannot be adequately captured by linear mode
460460

461461
$$
462462
\begin{aligned}
463-
h^{(1)} &= f^{(1)}(W^{(1)}\mathbf{x} + b^{(1)}) \\
464-
h^{(2)} &= f^{(2)}(W^{(2)}h^{(1)} + b^{(2)}) \\
463+
h^{(1)} &= f^{(1)}(w^{(1)T}\mathbf{x} + b^{(1)}) \\
464+
h^{(2)} &= f^{(2)}(w^{(2)T}h^{(1)} + b^{(2)}) \\
465465
&\vdots \\
466-
p_{neural}(y=1|\mathbf{x};\theta,W,\mathbf{b}) &= \sigma(W^{(L)}h^{(L-1)} + b^{(L)})
466+
p_{neural}(y=1|\mathbf{x};\theta,W,\mathbf{b}) &= \sigma(\theta^{T}[h^{(L-1)},1])
467467
\end{aligned}
468468
$$
469469

0 commit comments

Comments
 (0)