All Projects → dipanjanS → Art_of_data_visualization

dipanjanS / Art_of_data_visualization

Licence: apache-2.0
The art of effective visualization of multi-dimensional data

Projects that are alternatives of or similar to Art of data visualization

Gutenberg Poetry Corpus
A corpus of poetry from Project Gutenberg
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Cpm
Convolutional Pose Machines in TensorFlow
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Hr Depth
[AAAI 2021] HR-Depth : High Resolution Self-Supervised Depth Estimation
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Text generators
Python code for building a text generator using LSTMs.
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Traffic Signs
Building a CNN based traffic signs classifier.
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Flotilla
Reproducible machine learning analysis of gene expression and alternative splicing data
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Ml19 20a
CS 771A: Introduction to Machine Learning, IIT Kanpur, 2019-20-autumn offering
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Torch npss
pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Bayareadlschool
Slides and exercises for the Theano tutorial at the Deep Learning School in Stanford, September 24-25, 2016
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Emp
Code repository of the Earth Microbiome Project.
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Lnpr book codes
Codes for Lecture Notes in Probabilistic Robotics
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Baselines Results
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1206.9%)
Mutual labels:  jupyter-notebook
Robust Physical Attack
Physical adversarial attack for fooling the Faster R-CNN object detector
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Pyrosetta.notebooks
Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Reachy
Open source interactive robot to explore real-world applications!
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Jwst
Python library for science observations from the James Webb Space Telescope
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Stocksentimenttrading
Algorithmic Trading using Sentiment Analysis on News Articles
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Devops microservices
Supporting material and projects for a course on Cloud DevOps: Microservices.
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Nlp Models Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Stars: ✭ 1,603 (+1281.9%)
Mutual labels:  jupyter-notebook

The art of effective visualization of Multi-dimensional Data

Author: Dipanjan Sarkar

Descriptive Analytics is one of the core components of any analysis life-cycle pertaining to a data science project or even specific research. Data aggregation, summarization and visualization are some of the main pillars supporting this area of data analysis. However, dealing with multi-dimensional datasets with typically more than two attributes start causing problems, since our medium of data analysis and communication is typically restricted to two dimensions. We will explore some effective strategies of visualizing data in multiple dimensions (ranging from 1-D up to 6-D) using a hands-on approach with Python and popular open-source visualization libraries like matplotlib and seaborn. We will also do a brief coverage on excellent R visualization libraries like ggplot if we have time.

BONUS: We will also look at ways to visualize unstructured data with several dimensions including text, images and audio!

The talk is usually a 90 minutes session but we will be covering it in the scheduled time focusing on the main aspects of effective data visualization with the grammar of graphics, leveraging popular open-source frameworks in Python. If we have time to spare, as a bonus we will then cover visualization in unstructured data including text, audio and images.

Outline:

  • Introduction
    • What is Data Visualization?
    • Why Data Visualization?
  • Motivation
    • Why Effective Data Visualization
  • Effective Multi-dimensional Data Visualization
    • Whirlwind tour of the grammar of graphics
  • Visualization tools and frameworks
    • General tools & frameworks
    • Python visualization frameworks
    • R visualization frameworks
  • Visualizing Structured Data
    • Univariate analysis and visualizations
    • Multivariate analysis and visualizations
    • Visualizing from 1-D up to 6-D
  • BONUS: Visualizing Unstructured Data
    • Text
    • Images
    • Audio
  • Final words
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].