We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb544d commit da78c47Copy full SHA for da78c47
1 file changed
machine_learning/t_stochastic_neighbour_embedding.py
@@ -1,3 +1,10 @@
1
+"""
2
+t-SNE (t-distributed Stochastic Neighbor Embedding) implementation.
3
+
4
+For more details, see:
5
+https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding
6
7
8
import doctest
9
10
import numpy as np
0 commit comments