karpathy / tsnejs

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

Remove max cells condition #12

Open theabc123 opened 5 years ago

theabc123 commented 5 years ago

Hi,

How can I remove the max cell condition to run the t-sne code on a larger set of data ?

Thanks in advance for your help.

smitii commented 4 years ago

Hi, I'm having the same issue and thought I'd try modifying the max cell condition in my own copy of tsne.js, but I don't see it. Would appreciate it if you solved this problem and could share how

theabc123 commented 4 years ago

Hi Smitii, unfortunatly I didn't find a solution, I ended using another website for online t-SNE that allows larger data : https://projector.tensorflow.org/

Good Luck !

smitii commented 4 years ago

Okay thanks!