FSharp.Stats
FSharp.Stats copied to clipboard
t-Distributed Stochastic Neighbour Embedding (tSNE)
Description
tSNE is a dimensionality reduction method. It allows you to visualise a multi-dimensional dataset in 2 or 3 dimensional scatter plot.
- All necessary information with pseudocode and coding hints can be accessed in reference [1].
- Of course you can start developing in notebooks/scripts and afterwards we try to incorporate into the library.
References
- [1] https://csbiology.github.io/BIO-BTE-10-L-4/projects/tSNE.html