karpathy / tsnejs

Implementation of t-SNE visualization algorithm in Javascript.
858 stars 155 forks source link

use one dimension array to store symmetric matrix #8

Open flynnwang opened 7 years ago

flynnwang commented 7 years ago

Hi @karpathy , I've updated the code to use less space, so that I could visualize more points (e.g. 10K+) in chrome. Thought others might need this as well.

Please review~