Skip to content
/ tsne4go Public

An implementation of the tSNE algorithm for the Go language

License

Notifications You must be signed in to change notification settings

sacado/tsne4go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsne4go

This is tsne4go, an implementation of the tSNE algorithm in Go. It is licensed under the MIT license.

This library is strongly inspired from tsnejs, an equivalent library for javascript. Its goal is to reduce the dimension of data from a high-dimension space to a low-dimension (typically 2 ou 3) one.

To learn more about it, you can download the scientific paper describing the tSNE algorithm.

About

An implementation of the tSNE algorithm for the Go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages