Skip to content

Commit 77c0e0d

Browse files
committed
typo
1 parent 33293bd commit 77c0e0d

File tree

8 files changed

+144
-144
lines changed

8 files changed

+144
-144
lines changed

doc/pub/week8/html/week8-bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h2 id="lstm-details" class="anchor">LSTM details </h2>
417417
<p>The first stage is called the forget gate, where we combine the input
418418
at (say, time \( t \)), and the hidden cell state input at \( t-1 \), passing
419419
it through the Sigmoid activation function and then performing an
420-
element-wise multiplication, denoted by \( \otimes \).
420+
element-wise multiplication, denoted by \( \odot \).
421421
</p>
422422

423423
<p>It follows </p>

doc/pub/week8/html/week8-reveal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h2 id="lstm-details">LSTM details </h2>
318318
<p>The first stage is called the forget gate, where we combine the input
319319
at (say, time \( t \)), and the hidden cell state input at \( t-1 \), passing
320320
it through the Sigmoid activation function and then performing an
321-
element-wise multiplication, denoted by \( \otimes \).
321+
element-wise multiplication, denoted by \( \odot \).
322322
</p>
323323

324324
<p>It follows </p>

doc/pub/week8/html/week8-solarized.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h2 id="lstm-details">LSTM details </h2>
350350
<p>The first stage is called the forget gate, where we combine the input
351351
at (say, time \( t \)), and the hidden cell state input at \( t-1 \), passing
352352
it through the Sigmoid activation function and then performing an
353-
element-wise multiplication, denoted by \( \otimes \).
353+
element-wise multiplication, denoted by \( \odot \).
354354
</p>
355355

356356
<p>It follows </p>

doc/pub/week8/html/week8.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ <h2 id="lstm-details">LSTM details </h2>
427427
<p>The first stage is called the forget gate, where we combine the input
428428
at (say, time \( t \)), and the hidden cell state input at \( t-1 \), passing
429429
it through the Sigmoid activation function and then performing an
430-
element-wise multiplication, denoted by \( \otimes \).
430+
element-wise multiplication, denoted by \( \odot \).
431431
</p>
432432

433433
<p>It follows </p>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)