Skip to content

Commit db490df

Browse files
committed
Fixed one-hot/cold description
1 parent d1f61f2 commit db490df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lecture_10/theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The exponential ensures that all outputs are positive. The normalization ensures
9393

9494
#### One-hot and one-cold representation
9595

96-
One-hot and one-cold representations are directly connected with the softmax layer. The one-hot representation is "the normal one", while the one-cold representation is its probability distribution. For example, for the iris dataset, we encode virginica as ``(1,0,0)``, versicolor as ``(0,1,0)`` and setosa as ``(0,0,1)``.
96+
One-hot and one-cold representations are directly connected with the softmax layer. The one-cold representation is "the normal one", while the one-hot representation is its probability distribution. For example, for the iris dataset, we encode virginica as ``(1,0,0)``, versicolor as ``(0,1,0)`` and setosa as ``(0,0,1)``.
9797

9898
#### Other layers
9999

0 commit comments

Comments
 (0)