Hsword / Lasagne

Lasagne: A Multi-Layer Graph Convolutional Network Framework via Node-aware Deep Architecture [TKDE 2021]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lasagne: A Multi-Layer Graph Convolutional Network Framework via Node-aware Deep Architecture.

This repository is the official implementation of Lasagne.

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train the model(s) in the paper:

  • cd the examples dir.

  • run the three ipynb notebook files (e.g. “Lasagne-maxpool-6layers.ipynb”)

Results

Performance of Lasagne on transductive settings:

About

Lasagne: A Multi-Layer Graph Convolutional Network Framework via Node-aware Deep Architecture [TKDE 2021]


Languages

Language:Python 100.0%