Skip to content

Instantly share code, notes, and snippets.

View krishnakalyan3's full-sized avatar

Krishna Kalyan krishnakalyan3

View GitHub Profile
@shagunsodhani
shagunsodhani / t-SNE.md
Created May 15, 2016 09:30
Notes for t-SNE paper

Visualizing Data using t-SNE

Introduction

  • Method to visualize high-dimensional data points in 2/3 dimensional space.
  • Data visualization techniques like Chernoff faces and graph approaches just provide a representation and not an interpretation.
  • Dimensionality reduction techniques fail to retain both local and global structure of the data simultaneously. For example, PCA and MDS are linear techniques and fail on data lying on a non-linear manifold.
  • t-SNE approach converts data into a matrix of pairwise similarities and visualizes this matrix.
  • Based on SNE (Stochastic Neighbor Embedding)
  • Link to paper
@deroneriksson
deroneriksson / deron-eriksson-systemml-git-notes.md
Last active March 17, 2018 03:54
Deron Eriksson SystemML Git Notes