Skip to content
#

t-sne

Here are 53 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 application provides an interactive visualization of dimensionality reduction techniques applied to a 2D and 3D demo datasets. The dimensionality reduction methods used in this application are PCA, t-SNE, and UMAP. This application is for educational purposes.

  • Updated Nov 9, 2023
  • Python
CXR-ACGAN-chest-xray-generator-covid19-pneumonia

CXR-ACGAN: Auxiliary Classifier GAN (AC-GAN) for Chest X-Ray (CXR) Images Generation (Pneumonia, COVID-19 and healthy patients) for the purpose of data augmentation. Implemented in TensorFlow, trained on COVIDx CXR-3 dataset.

  • Updated Jun 14, 2023
  • Python

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