fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

t-Distributed Stochastic Neighbour Embedding (tSNE) #298

Open bvenn opened 9 months ago

bvenn commented 9 months ago

Description

tSNE is a dimensionality reduction method. It allows you to visualise a multi-dimensional dataset in 2 or 3 dimensional scatter plot.

References