Skip to content
#

t-sne

Here are 257 public repositories matching this topic...

t-distributed stochastic neighborhood embedding (t-SNE) is a unsupervised non-linear dimensionality reduction and data visualization technique. The math behind t-SNE is quite complex but the idea is simple. It embeds the points from a higher dimension to a lower dimension trying to preserve the neighborhood of that point. I compared PCA and t-SN…

  • Updated Mar 28, 2024
  • Python

This project is to build a model that predicts the human activities such as Walking, Walking Upstairs, Walking Downstairs, Sitting, Standing or Laying using readings from the sensors on a smartphone carried by the user.

  • Updated Oct 8, 2021
  • Jupyter Notebook

Welcome to "Lab I - Dimensionality Reduction"! This repository contains practical exercises and code examples to help you master the fundamental concept of dimensionality reduction in data analysis and machine learning. Explore various techniques, including PCA, t-SNE, and more, through hands-on coding exercises and insightful explanations

  • Updated Sep 21, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the t-sne topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the t-sne topic, visit your repo's landing page and select "manage topics."

Learn more