Coder Social home page Coder Social logo

phlippe / enco Goto Github PK

View Code? Open in Web Editor NEW
77.0 3.0 15.0 125 KB

Official repository of the paper "Efficient Neural Causal Discovery without Acyclicity Constraints"

License: Other

Python 73.88% Shell 2.46% Jupyter Notebook 23.66%
causal-discovery pytorch causality structure-learning

enco's Introduction

Hi there ๐Ÿ‘‹ Iโ€™m Phillip, a PhD student in the Qualcomm-UvA lab (QUVA) at the University of Amsterdam supervised by Efstratios Gavves and Taco Cohen. My research focuses on the intersection of causality and machine learning ๐Ÿค–, but I am also interested in generative modeling ๐ŸŒ€, reinforcement learning ๐Ÿ•น, AI4Science ๐Ÿงช, and natural language processing ๐Ÿ’ฌ. Besides that, I like teaching ๐Ÿ‘จโ€๐Ÿซ. A short guide of my main repositories:

Teaching/Education

  • uvadlc_notebooks: Jupyter notebook tutorials for the Deep Learning course at UvA. They cover basic deep learning topics such as initialization and optimization, to more complex topics including Normalizing Flows, Vision Transformers and Meta Learning. All notebooks executed can be viewed on our RTD website, and are integrated in PyTorch Lightning's documentation.
  • UvA_summaries: A collection of summaries that I wrote during my Master studies of Artificial Intelligence at the University of Amsterdam (2018-2020). Topics cover courses including Machine Learning, Reinforcement Learning, and many more.
  • jax_trainer: A small library for providing a Lightning-like API for JAX with Flax. A template research repository based on jax_trainer is shown here.

Research

enco's People

Contributors

phlippe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

enco's Issues

convergence_guarantees_ENCO

sorry to bother,
but did u remove the file named 'convergence_guarantees_ENCO.ipynb'?
it's mentioned in the paper but cannot be found.

Missing SID metric

Hi, Phillip

Nice Work! But I didn't find the implementation of SID metric in your code, can you add it?
I found it in another R package, but it seems that the implementation is not good.
Thank you so much!

Best,
Wei.

How to generate/create the interventions

Dear Authors,
Thank you for sharing complete and comprehensive code of the article. I have some questions.

  1. I want to apply this model on the fMRI data, so I only have observational data/graph (num_time * num_var), and don't have interventional data.
  2. Can I run this model without interventional data or how could I generate the interventions on this kind of data.

Thanks a lot.
Warmest Regards,

Exponentiating `log_var` twice in NLL function of `GaussianNoiseModel`

Hey,

I know you haven't applied your model to continuous data, but we have used the GaussianNoiseModel in one of our projects.

At

nll = - log_normal(x, y[...,0], torch.exp(y[...,1]))

you exponentiate the third argument, which is already exponentiated in
def log_normal(x, mean, log_var, eps=0.00001):
return - (x - mean) ** 2 / (2. * torch.exp(log_var) + eps) - log_var / 2. + c

This leads to y[..., 1] being exponentiated twice, which we think shouldn't.

Best,
Heiner

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.