tfjs-tsne
tfjs-tsne copied to clipboard
Hi all! This project and the wider tfjs ecosystem have been a huge inspiration for us at @YaleDHLab, so thanks very much for this awesome work @Nicola17 @tafsiri and company!...
This one: https://storage.googleapis.com/tfjs-examples/tsne-mnist-canvas/dist/index.html This demo page is obtained as an example of tfjs-tsne here: https://github.com/tensorflow/tfjs-tsne ("Example" section)
Hello author! I am a rookie in WebGL/OpenGL I have several problems through my reading in the code. In https://github.com/tensorflow/tfjs-tsne/blob/master/src/dataset_util.ts#L36, I want to know why do you add 0.5 in...
Cf. discussion in #76, this is a *start* at getting tfjs-tsne working with the latest tfjs-core. (At @stitchfix, we really want the Web Worker & OffscreenCanvas support that's now in...
I observe an error when running the synthetic data example: ``` cd examples/synthetic_data yarn yarn watch ``` Specifically, it appears that the reshape op in the `generateData` function returns a...
Are there any plans to make tfjs-tsne to work with tfjs-node in order to use it in an non browser environment ?
Using the sample code at https://github.com/tensorflow/tfjs-tsne#script-tag we get the following exception tfjs-tsne:1 Uncaught TypeError: n.ENV.findBackend is not a function at F (tfjs-tsne:1) at new t (tfjs-tsne:1) at Object.t.tsne (tfjs-tsne:1) at...
The example at this URL: https://storage.googleapis.com/tfjs-examples/tsne-mnist-canvas/dist/index.html . Throws an error when you I hit Start TSNE. Varyings over maximum register limit tfjs-tsne-mnist.js:25403 Uncaught (in promise) Error: Failed to link vertex...
I'm trying to port https://beta.observablehq.com/@fil/tsne-js (made with https://github.com/karpathy/tsnejs) to tfjs-tsne, and I hit two problems: 1. the kNN procedure takes forever 2. then the model doesn't converge to anything meaningful...
Hi, I am developing a brief interface where user can select if compute t-SNE at once or observe the iterations. Unfortunately, I am not able to obtain comparable results using...