go-tsne icon indicating copy to clipboard operation
go-tsne copied to clipboard

t-Distributed Stochastic Neighbor Embedding (t-SNE) in Go

Results 4 go-tsne issues
Sort by recently updated
recently updated
newest added

(Did not require any code changes.)

I found that package `github.com/danaugrs/go-tsne/tsne` is placed in module `github.com/danaugrs/go-tsne/tsne`. However, it seems that module `github.com/danaugrs/go-tsne/tsne` is not tagged. According to [Go Modules wiki](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository), submodule should be tagged like `relative-path-to-root/vX.X.X`....

Hi I was hoping to use this library to visualize some openai embeddings but after running the example for mnist2d I'm left with more questions. - Are there labels for...