All Projects → DataForScience → Causality

DataForScience / Causality

Licence: mit

Projects that are alternatives of or similar to Causality

Tensorflow2.0 Examples
Jupyter notebooks to help you started with tensorflow 2.0
Stars: ✭ 253 (+0.4%)
Mutual labels:  jupyter-notebook
Contextily
Context geo-tiles in Python
Stars: ✭ 254 (+0.79%)
Mutual labels:  jupyter-notebook
Deep Learning From Scratch
Six snippets of code that made deep learning what it is today.
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook
Speech recognition with tensorflow
Implementation of a seq2seq model for Speech Recognition using the latest version of TensorFlow. Architecture similar to Listen, Attend and Spell.
Stars: ✭ 253 (+0.4%)
Mutual labels:  jupyter-notebook
Visual genome python driver
A python wrapper for the Visual Genome API
Stars: ✭ 253 (+0.4%)
Mutual labels:  jupyter-notebook
Pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Stars: ✭ 17,219 (+6732.94%)
Mutual labels:  jupyter-notebook
Fmix
Official implementation of 'FMix: Enhancing Mixed Sample Data Augmentation'
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook
Practicalsessions2020
Repository for tutorial sessions at EEML2020
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Learning To Reweight Examples
PyTorch Implementation of the paper Learning to Reweight Examples for Robust Deep Learning
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook
Cardiac Segmentation
Right Ventricle Cardiac MRI Segmentation
Stars: ✭ 253 (+0.4%)
Mutual labels:  jupyter-notebook
Cornell Conversational Analysis Toolkit
Stars: ✭ 250 (-0.79%)
Mutual labels:  jupyter-notebook
Football Crunching
Analysis and datasets about football (soccer)
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Gulius Projects
收录古柳(DesertsX)的一些小项目
Stars: ✭ 252 (+0%)
Mutual labels:  jupyter-notebook
Spacy Notebooks
💫 Jupyter notebooks for spaCy examples and tutorials
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook
Pythontutorial
From Microsoft's FREE Edx course
Stars: ✭ 253 (+0.4%)
Mutual labels:  jupyter-notebook
Complete Python 3 Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
Stars: ✭ 18,322 (+7170.63%)
Mutual labels:  jupyter-notebook
Amazing Python Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
Stars: ✭ 229 (-9.13%)
Mutual labels:  jupyter-notebook
Stock Analysis
Regression, Scrapers, and Visualization
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook
Keras Bert
A simple technique to integrate BERT from tf hub to keras
Stars: ✭ 255 (+1.19%)
Mutual labels:  jupyter-notebook

GitHub Twitter @data4sci GitHub top language GitHub repo size GitHub last commit Binder

Sunday Briefing

Causality

How do causes lead to effects? Can you associate the cause leading to the observed effect? Big Data opens the doors for us to be able to answer questions such as this, but before we are able to do so, we must dive into the field of Causal Inference, a field championed by Judea Pearl. In this series of blog posts we will learn about the main ideas of Causality by working our way through “Causal Inference In Statistics” a nice Primer co-authored by Pearl himself.


Amazon Affiliate Link: https://amzn.to/3gsFlkO

The book is divided into Four chapters. The first chapter covers background material in probability and statistics. The other three chapters are (roughly) organized to match the “Three steps” in the ladder of causality as defined by Pearl:

  1. — Association
  2. — Intervention
  3. — Counterfactuals

In this series of blog posts we will cover most of the content of the book, with a special emphasis on the parts that I believe are more interesting or relevant to practical applications. In addition to summarizing and explaining the content, we will also explore some of the ideas using simple (or as simple as possible) Python code you can run on Binder: Binder

Chapter 1

1.2 - Simpson's Paradox -- 1.2 - Simpson's Paradox.ipynb

1.3 - Probability Theory -- 1.3 - Probability and Statistics.ipynb

1.4 - Graphs -- 1.4 - Graphs.ipynb

1.5 - Structural Causal Models -- 1.5 - Structural Causal Models.ipynb

Chapter 2

2.2 - Chains and Forks -- 2.2 - Chains and Forks.ipynb

2.3 - Colliders -- 2.3 - Colliders.ipynb

2.4 - d-separation -- 2.4 - d-separation.ipynb

2.5 - Model Testing and Causal Search -- 2.5 - Model Testing and Causal Search.ipynb

Chapter 3

3.1 - Interventions -- 3.1 - Interventions.ipynb

3.2 - Adjustment Formula -- 3.2 - The Adjustment Formula.ipynb

3.3 - Backdoor Criterion -- 3.3 - Backdoor Criterion.ipynb

3.4 - Front-Door Criterion -- 3.4 - Front-Door Criterion.ipynb

3.5 - Conditional Interventions and Covariate-Specific Effects -- 3.5 - Conditional Interventions and Covariate-Specific Effects.ipynb

3.6 - Inverse Probability Weighing -- 3.6 - Inverse Probability Weighing.ipynb

3.7 - Mediation -- 3.7 - Mediation.ipynb


For a more in-depth analysis, checkout Pearl's more technical book:


Amazon Affiliate Link: https://amzn.to/2OSBP6u


Sign up to the Sunday Briefing newsletter to be the first to know when we publish new posts:

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