Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mm-ir/gcn_pytorch_demo

A simple demo for GCN implemented by Pytorch
https://github.com/mm-ir/gcn_pytorch_demo

Last synced: about 2 months ago
JSON representation

A simple demo for GCN implemented by Pytorch

Awesome Lists containing this project

README

        

## A Demo for 2-layer GCN implemented by pytorch

```
the data is just a simple network

learnable weights: nn.Parameter

not suitable for transductive learning due to the L matrix
```