All Projects → neerjad → Datavisualization

neerjad / Datavisualization

Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph

Projects that are alternatives of or similar to Datavisualization

Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (+126.5%)
Mutual labels:  jupyter-notebook, exploratory-data-analysis, tutorial
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+18.8%)
Mutual labels:  jupyter-notebook, tutorial, plotly
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (-11.11%)
Mutual labels:  jupyter-notebook, plotly
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-11.54%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow
Deep Learning Zero to All - Tensorflow
Stars: ✭ 216 (-7.69%)
Mutual labels:  jupyter-notebook, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-14.1%)
Mutual labels:  jupyter-notebook, tutorial
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+896.58%)
Mutual labels:  jupyter-notebook, tutorial
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-12.82%)
Mutual labels:  jupyter-notebook, tutorial
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-25.64%)
Mutual labels:  jupyter-notebook, tutorial
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-5.98%)
Mutual labels:  jupyter-notebook, plotly
50 Days Of Ml
A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects
Stars: ✭ 218 (-6.84%)
Mutual labels:  jupyter-notebook, tutorial
Dl For Chatbot
Deep Learning / NLP tutorial for Chatbot Developers
Stars: ✭ 221 (-5.56%)
Mutual labels:  jupyter-notebook, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-17.09%)
Mutual labels:  jupyter-notebook, tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-22.22%)
Mutual labels:  jupyter-notebook, tutorial
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-12.82%)
Mutual labels:  jupyter-notebook, tutorial
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-23.08%)
Mutual labels:  jupyter-notebook, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (-9.83%)
Mutual labels:  jupyter-notebook, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-2.56%)
Mutual labels:  jupyter-notebook, tutorial
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (-26.5%)
Mutual labels:  jupyter-notebook, exploratory-data-analysis
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-26.5%)
Mutual labels:  jupyter-notebook, exploratory-data-analysis

DataVisualization

This repository aims to provide tutorials for implementing various visualisations using Seaborn, Plotly, Bokeh, Networkx and even a sample report built using Tableau.

01 - Winter Olympics Analysis - Tableau.pdf : This file has a demo of the kind of plots you can make using Tableau. The data used for this tutorial is the Winter Olympics data.

02 - Introduction to Data Visualization with Seaborn.ipynb : Here, we can see how Seaborn can be used for exploratory data analysis. The dataset used for this visualisation can be found here https://think.cs.vt.edu/corgis/csv/graduates/graduates.html.

03 - Time-Series Visualization using bokeh.ipynb : This tutorial shows how Bokeh can be used to create interactive visuals. The dataset is the SF Property Crime data that is available here: https://data.sfgov.org/Public-Safety/Monthly-Property-Crime-2005-to-2015/k5vw-3yuz.

04 - Network Visualization using networkx.ipynb : In this tutorial, using dummy data, we can see how Networkx can be used to create graphs, which are visualised using Matplotlib and Plotly.

05 - Geographic Visualization using plotly and geoplotlib.ipynb : This tutorial shows the use of Plotly to create choropleth and symbol maps.

06 - Eigen Faces.ipynb : In this tutorial, we can see how image data can be preprocessed and how PCA analysis on the data can help us recontruct faces and see how similar they are to one another.

--

Since some plots are interactive they can be best viewed here:

03 - Time-Series Visualization using bokeh.ipynb : https://nbviewer.jupyter.org/github/neerjad/DataVisualization/blob/master/03%20-%20Time-Series%20Visualization%20using%20bokeh.ipynb

05 - Geographic Visualization using plotly and geoplotlib.ipynb : https://nbviewer.jupyter.org/github/neerjad/DataVisualization/blob/master/05%20-%20Geographic%20Visualization%20using%20plotly%20and%20geoplotlib.ipynb

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].