Skip to content

Commit cd6318a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aab6715 commit cd6318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/tsne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
t-SNE is a nonlinear dimensionality reduction algorithm for visualizing
66
high-dimensional data in a low-dimensional space (2D or 3D).
77
8-
It computes pairwise similarities in both spaces and minimizes the
8+
It computes pairwise similarities in both spaces and minimizes the
99
Kullback-Leibler divergence using gradient descent.
1010
1111
References:

0 commit comments

Comments
 (0)