Skip to content

Commit

Permalink
pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy committed Mar 27, 2015
1 parent 5ccbde6 commit 7d13587
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,11 @@ And then here is some example code:

The data can be passed to tSNEJS as a set of high-dimensional points using the `tsne.initDataRaw(X)` function, where X is an array of arrays (high-dimensional points that need to be embedded). The algorithm computes the Gaussian kernel over these points and then finds the appropriate embedding.

## Web Demos
There are two web interfaces to this library that we are aware of:

- By Andrej, [here](http:https://cs.stanford.edu/people/karpathy/tsnejs/csvdemo.html).
- By Laurens, [here](http:https://homepage.tudelft.nl/19j49/tsnejs/), which takes data in different format and can also use Google Spreadsheet input.

## About
Send questions to [@karpathy](https://twitter.com/karpathy).

0 comments on commit 7d13587

Please sign in to comment.