Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t-Distributed Stochastic Neighbour Embedding (tSNE) #298

Open
bvenn opened this issue Sep 21, 2023 · 0 comments
Open

t-Distributed Stochastic Neighbour Embedding (tSNE) #298

bvenn opened this issue Sep 21, 2023 · 0 comments
Labels
Difficulty: Advanced Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available

Comments

@bvenn
Copy link
Member

bvenn commented Sep 21, 2023

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

@bvenn bvenn added Difficulty: Advanced Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available labels Sep 21, 2023
@bvenn bvenn moved this to Status: Available in FsLab Hackathon 2023 Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Advanced Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available
Projects
Status: Status: Available
Development

No branches or pull requests

1 participant