Difference between revisions of "Causation vs. Correlation"

From
Jump to: navigation, search
(Getting to Causality)
m
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
* [[Autocorrelation]]
 
* [[Autocorrelation]]
 
* [[Math for Intelligence]]
 
* [[Math for Intelligence]]
* [[Evaluation Measures - Classification Performance]]
+
* [[Evaluation - Measures]]
 
* [http://nickchk.com/causalgraphs.html Causal Inference Animated Plots | Nick Huntington-Klein]
 
* [http://nickchk.com/causalgraphs.html Causal Inference Animated Plots | Nick Huntington-Klein]
 
* [http://sites.google.com/view/causality-reading-group Causal Inference | Causal-Inference.org]
 
* [http://sites.google.com/view/causality-reading-group Causal Inference | Causal-Inference.org]
 
* [http://www.amazon.com/Book-Why-Science-Cause-Effect/dp/046509760X/ref=pd_bxgy_14_img_2/132-1214235-8276540 The Book of Why: The New Science of Cause and Effect |] [http://www.amazon.com/Judea-Pearl/e/B001HCTYSO/ref=dp_byline_cont_book_1 Judea Pearl]
 
* [http://www.amazon.com/Book-Why-Science-Cause-Effect/dp/046509760X/ref=pd_bxgy_14_img_2/132-1214235-8276540 The Book of Why: The New Science of Cause and Effect |] [http://www.amazon.com/Judea-Pearl/e/B001HCTYSO/ref=dp_byline_cont_book_1 Judea Pearl]
 
* [[Convolution vs. Cross-Correlation (Autocorrelation)]]
 
* [[Convolution vs. Cross-Correlation (Autocorrelation)]]
* [http://www.wired.com/story/ai-smart-cant-grasp-cause-effect/ If AI's So Smart, Why Can't It Grasp Cause and Effect? Deep-learning models can spot patterns that humans can't. But software still can't explain, say, what caused one object to collide with another. | Will Knight - Wired]
 
 
  
 
One of the most basic tenants of statistics is that correlation does not imply causation. In turn, a signal’s predictive power does not necessarily imply in any way that that signal is actually related to or explains the phenomena being predicted. This distinction matters when it comes to machine learning because many of the strongest signals these algorithms pick up in their training data are not actually related to the thing being measured. [http://www.forbes.com/sites/kalevleetaru/2019/01/15/a-reminder-that-machine-learning-is-about-correlations-not-causation/#2ca509766161 A Reminder That Machine Learning Is About Correlations Not Causation | Kalev Leetaru - Forbes]
 
One of the most basic tenants of statistics is that correlation does not imply causation. In turn, a signal’s predictive power does not necessarily imply in any way that that signal is actually related to or explains the phenomena being predicted. This distinction matters when it comes to machine learning because many of the strongest signals these algorithms pick up in their training data are not actually related to the thing being measured. [http://www.forbes.com/sites/kalevleetaru/2019/01/15/a-reminder-that-machine-learning-is-about-correlations-not-causation/#2ca509766161 A Reminder That Machine Learning Is About Correlations Not Causation | Kalev Leetaru - Forbes]
Line 26: Line 24:
 
<youtube>GtV-VYdNt_g</youtube>
 
<youtube>GtV-VYdNt_g</youtube>
 
<youtube>vtSCZcKXw1w</youtube>
 
<youtube>vtSCZcKXw1w</youtube>
 +
<youtube>uw1Tag08dK4</youtube>
  
 
== Getting to Causality ==
 
== Getting to Causality ==
Line 35: Line 34:
 
<youtube>6SCoaBo1MqU</youtube>
 
<youtube>6SCoaBo1MqU</youtube>
 
<youtube>1BioSmE5m6s</youtube>
 
<youtube>1BioSmE5m6s</youtube>
 +
  
 
== Multivariate Additive Noise Model (MANM) ==
 
== Multivariate Additive Noise Model (MANM) ==

Revision as of 21:54, 4 September 2020

YouTube search... ...Google search

One of the most basic tenants of statistics is that correlation does not imply causation. In turn, a signal’s predictive power does not necessarily imply in any way that that signal is actually related to or explains the phenomena being predicted. This distinction matters when it comes to machine learning because many of the strongest signals these algorithms pick up in their training data are not actually related to the thing being measured. A Reminder That Machine Learning Is About Correlations Not Causation | Kalev Leetaru - Forbes

Getting to Causality


Multivariate Additive Noise Model (MANM)

Model for general causality that identifies multiple causal connections without time-sequence data. "Uniquely, the model can identify multiple, hierarchical causal factors. It works even if data with time sequencing is not available. The model creates significant opportunities to analyse complex phenomena in areas such as economics, disease outbreaks, climate change and conservation," says Prof Tshilidzi Marwala, a professor of artificial intelligence, and global AI and economics expert at the University of Johannesburg, South Africa. "The model is especially useful at the regional, national or global level where no controlled or natural experiments are possible," adds Marwala. "MANM is based on Directed Acyclic Graph (DAG), which can identify a multi-nodal causal structure. MANM can estimate every possible causal direction in complex feature sets, with no missing or wrong directions." The use of DAGs is a key reason MANM significantly outperforms models previously developed by others, which were based on Independent Component Analysis (ICA), such as Linear Non-Gaussian Acyclic Model (ICA-LiNGAM), Greedy DAG Search (GDS) and Regression with Sub-sequent Independent Test (RESIT), he says. "Another key feature of MANM is the proposed Causal Influence Factor (CIF), for the successful discovery of causal directions in the multivariate system. The CIF score provides a reliable indicator of the quality of the casual inference, which enables avoiding most of the missing or wrong directions in the resulting causal structure," concludes Chakraverty. Where an existing dataset is available, MANM now makes it possible to identify multiple multi-nodal causal structures within the set. As an example, MANM can identify the multiple causes of persistent household debt for low, middle and high-income households in a region. Artificial intelligence trained to analyze causation | University of Johannesburg