Skip to content

Commit 862ab30

Browse files
committed
proofread English version texts
1 parent 461dd69 commit 862ab30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h3>
221221
<div id="appanana3Text" class="scene topLayer bg-3grey">
222222
<div class="text right">
223223
<p>
224-
Sigmoid calculates the probability that something is true.. For example, if you
224+
Sigmoid calculates the probability that something is true. For example, if you
225225
want to determine if an image is a cat or not, you would use a sigmoid activation
226226
function, which transforms the output value into a probability (a number between 0
227227
and 1).

chapter4.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h3><strong>Glossary</strong></h3>
263263
direction would be the “steepest” way to minimize loss (downhill).
264264
<br><br>
265265
<strong>Gradient Descent</strong>: An optimizer that uses gradients to
266-
adjust the weights and bias to minimize loss.
266+
adjust the weights and biases to minimize loss.
267267
<br><br>
268268
</p>
269269
</div>

0 commit comments

Comments
 (0)