HomeSort by relevance Sort by last modified time
    Searched full:tsne (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py 341 from sklearn.manifold import TSNE
344 tsne = TSNE( variable
347 low_dim_embs = tsne.fit_transform(final_embeddings[:plot_only, :])
349 plot_with_labels(low_dim_embs, labels, os.path.join(gettempdir(), 'tsne.png'))
  /external/tensorflow/tensorflow/docs_src/tutorials/
word2vec.md 225 [t-SNE dimensionality reduction technique](https://lvdmaaten.github.io/tsne/).
338 <img style="width:100%" src="https://www.tensorflow.org/images/tsne.png" alt>
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
embedding.md 123 [How to Use t-SNE Effectively](https://distill.pub/2016/misread-tsne/) and
  /external/tensorflow/tensorflow/examples/udacity/
5_word2vec.ipynb 58 "from sklearn.manifold import TSNE"
    [all...]

Completed in 101 milliseconds