ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
72 stars 223 forks source link

t-SNE Dimensionality Reduction Algorithm #1145

Closed inkerton closed 1 week ago

inkerton commented 2 weeks ago

Have you read the Contributing Guidelines on issues?

Description

t-SNE (t-Distributed Stochastic Neighbor Embedding) is a non-linear dimensionality reduction technique that maps high-dimensional data to a lower-dimensional space while preserving the local structure of the data. It is particularly effective for visualizing high-dimensional data.  

Self-service

github-actions[bot] commented 2 weeks ago

👋 Hi @inkerton! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.