FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

t-Distributed Stochastic Neighbour Embedding (tSNE)

Open bvenn opened this issue 1 year ago • 0 comments

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

bvenn avatar Sep 21 '23 18:09 bvenn