Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 680 Bytes

NOTEARS-Tensorflow

This repository is a Tensorflow reimplementation of NOTEARS [1].

1. Setup

pip install -r requirements.txt

2. Training

To run NoTears, for example, run:

python main.py  --seed 1230 \
                --d 20 \
                --n 1000 \
                --degree 4 \
                --graph_thres 0.3 \
                --l1_lambda 0.1

Remark

References

[1] Zheng, X., Aragam, B., Ravikumar, P., and Xing, E. P. DAGs with NO TEARS: Continuous optimization for structure learning. In Advances in Neural Information Processing Systems, 2018.