Skip to content

eugenium/LearnGraphDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnGraphDiscovery

Example code for the paper https://arxiv.org/abs/1605.06359 Please cite our ICML paper if you find this code useful

Basic python dependencies needed: sklearn theano keras

Basic Example

Run Example.py to execute the 39 node model and comparisons to sklearn glasso.

Evaluating on Other data

The example is simply using our own data generator. In order to evaluate on similar data as in the paper (not the training data generator). You will need to install R, the r-package BDGraph, and rpy2 python package. Then change the variable R_Install in Example.py to True. The script should work automatically

Train and model specification

To train your own model or see the model specifications run Train_39_Node_Net.py

For questions or bug reports please contact [email protected]

About

Learnable Graph Discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages