Difference between revisions of "Visualization"

From
Jump to: navigation, search
m
m
Line 77: Line 77:
 
* [http://bookdown.org/max/FES/exploratory-visualizations.html Feature Engineering and Selection: A Practical Approach for Predictive Models - 4 Exploratory Visualizations | Max Kuhn and Kjell Johnson]
 
* [http://bookdown.org/max/FES/exploratory-visualizations.html Feature Engineering and Selection: A Practical Approach for Predictive Models - 4 Exploratory Visualizations | Max Kuhn and Kjell Johnson]
 
* [http://arxiv.org/pdf/1802.03426.pdf Uniform Manifold Approximation and Projection (UMAP) | L. McInnes, J. Healy, and J. Melville] ... a dimension reduction technique that can be used for visualisation similarly to [[T-Distributed Stochastic Neighbor Embedding (t-SNE) | t-SNE]], but also for general non-linear dimension reduction.  
 
* [http://arxiv.org/pdf/1802.03426.pdf Uniform Manifold Approximation and Projection (UMAP) | L. McInnes, J. Healy, and J. Melville] ... a dimension reduction technique that can be used for visualisation similarly to [[T-Distributed Stochastic Neighbor Embedding (t-SNE) | t-SNE]], but also for general non-linear dimension reduction.  
** [http://github.com/lmcinnes/umap ...[[Python]] version
+
** [http://github.com/lmcinnes/umap UMAP]...[[Python]] version
** [http://github.com/pair-code/umap-js UMAP-JS] ...[[JavaScript]] version
+
** [http://github.com/pair-code/umap-js UMAP-JS] ...[[Javascript]] version
  
 
<youtube>wvsE8jm1GzE</youtube>
 
<youtube>wvsE8jm1GzE</youtube>

Revision as of 08:38, 21 August 2020

YouTube search... ...Google search

Visualization with Python

Shan Carter