Skip to content

burger-han/wl-graph-kernels

 
 

Repository files navigation

Weisfeiler-Lehman Graph Kernels

Installation

Python >= 3.6 is supported.

$ git clone https://github.com/deeplego/wl-graph-kernels.git
$ cd wl-graph-kernels
$ pip install -r requirements.txt
$ pip install .

Usage

To download the datasets of the experiments:

$ cd data
$ ./download_datasets.sh

The experiments are replicated in the jupyter notebooks in the notebooks directory.

About

A Python implementation of a fast approximation of the Weisfeiler-Lehman Graph Kernels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.7%
  • TeX 20.4%
  • Python 15.6%
  • Shell 0.3%