An open API service indexing awesome lists of open source software.

https://github.com/caselles/graph_kernels

Four of the main kernels on graphs Python implementation.
https://github.com/caselles/graph_kernels

Last synced: about 1 year ago
JSON representation

Four of the main kernels on graphs Python implementation.

Awesome Lists containing this project

README

          

# graph_kernels

Author : Hugo Caselles-Dupré

Disclaimer : several syntax errors can exist in the code. Use it wisely.

---------------------------------------
Kernels on graphs python implementation
---------------------------------------

In this directory you can find the following kernels :

- Random Walk
- Shortest paths
- Graphlet kernels including : 3,4 sampled graphlets and all connected 3,4,5-graphlets.
- Weisfeiler-Lehman subtree kernel

The file "convenient_tools.py" are useful functions often required when working on kernels for graphs, such as kernel normalization.

------------------------------------------

If you have any questions : casellesdupre.hugo@gmail.com.