Final project for the course Generative Neural Networks for the Sciences.
This project implements the paper "Learning to Induce Causal Structure" by Ke et al. (2023).
Install the required packages on your (virtual) environment by running:
pip install -r requirements.txt
You can run the Jupyter Notebook files on your local machine. However, this repository is meant to be viewed alongside the Report, which outlines our findings.
- Ke, Nan Rosemary, et al. "Learning to induce causal structure." arXiv preprint arXiv:2204.04875 (2022).
- Project Proposal
- Final Project Sheet
This project is licensed under the MIT License - see the LICENSE file for details.