Skip to content

yaolezju/CGNN

 
 

Repository files navigation

Tensorflow Implementation of the CGNN

Code provided to reproduce the results from the article "Learning Functional Causal Models with Generative Neural Networks"

Requirements: numpy scipy scikit-learn tensorflow joblib pandas

In order to run the CGNN and launch the experiments:

  1. First install the CGNN package. Enter in the code directory. Run the command line "python setup.py install develop --user"

  2. Launch the example python script for pairwise inference: "python run_GNN_pairwise_inference.py"

  3. Launch the example python script for graph reconstruction from a skeleton: "python run_CGNN_graph.py"

  4. Launch the example python script for graph reconstruction in presence of hidden variables: "python run_CGNN_graph_hidden_variables.py"

  5. The complete datasets used in the article may be found at the following url:

Fast Pytorch implementation of CGNN available in the CDT

A faster implementation of CGNN in pytorch in available in the CausalDiscoveryToolBox (CDT)

https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox

arXiv paper of the CDT: https://arxiv.org/abs/1903.02278

About

Replication code for the article "Learning Functional Causal Models with Generative Neural Networks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Lua 5.8%