File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 221
221
< div id ="appanana3Text " class ="scene topLayer bg-3grey ">
222
222
< div class ="text right ">
223
223
< 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
225
225
want to determine if an image is a cat or not, you would use a sigmoid activation
226
226
function, which transforms the output value into a probability (a number between 0
227
227
and 1).
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ <h3><strong>Glossary</strong></h3>
263
263
direction would be the “steepest” way to minimize loss (downhill).
264
264
< br > < br >
265
265
< 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.
267
267
< br > < br >
268
268
</ p >
269
269
</ div >
You can’t perform that action at this time.
0 commit comments