-
**Describe the bug**
The `min_grad_norm` parameter is unused in `Barnes_Hut` tSNE:
https://github.com/rapidsai/cuml/blob/640baaee711bdb9d623de768189776dedfd700b6/cpp/src/tsne/barnes_hut.cuh#L44-L5…
-
When I try and follow the windows instructions in the readme I get the following error:
cl.exe /nologo /O2 /EHsc /D "_CRT_SECURE_NO_DEPRECATE" /D "USEOMP" /openmp tsne.obj sptree.obj -Fewindows\bh_ts…
-
I've run tSNE analysis on some files and can export them with their tSNE parameters. I was wondering if there was a way to run Phenograph clustering on the files without changing the structure of thei…
-
Has anyone run into issues with running TSne.jl on a cluster and returning a "Segmentation fault" error? I've run a few different datasets with TSne and some appear to be running fine on the cluster, …
-
pca's first pc can only explain 16% variance. maybe tsne is better?
https://www.analyticsvidhya.com/blog/2017/01/t-sne-implementation-r-python/
https://cran.r-project.org/web/packages/tsne/tsne…
-
I was hoping that we could be provided with more control over the color scales in the UMAP/tSNE plots.
First, being able to display the scales after log transformation. Second, to set max and min v…
-
I am by no means an expert on t-SNE, and I think your blogpost https://distill.pub/2016/misread-tsne/ is quite helpful for beginners, like myself.
Now that I have installed R-package Rtsne (https:/…
-
**Is your feature request related to a problem? Please describe.**
I would like to have a GPU-accelerated version of the PaCMAP algorithm, a competitor to UMAP. Personally, I would use this with t…
-
**What is your question?**
like question #3360
[my dataset](https://drive.google.com/file/d/1P3UcuCrO6FU_NKv4E59goDzqQP36CxHD/view?usp=sharing)
# Steps/Code to reproduce
```python
import numpy as…
-
Part of Issue #2071