pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

Feature/gnn

Open silkspace opened this issue 2 years ago • 2 comments

Adds joint training GNN toy model and fits it on Cora dataset. For @tanmoyio and @webcoderz as templates for proj work.

silkspace avatar Sep 02 '23 18:09 silkspace

i'm unclear what problem this solves? rgcn for link prediction that handles both node+edge attrs and node+edge classes?

or for ER, how would this line up with a real dataset (hypergraph of ID -> attributes for raw input, and attribute<>attribute weighted equality scores of diff classes from feature engineering), + task (???)

lmeyerov avatar Sep 02 '23 19:09 lmeyerov

This gives them a base class that doesn't use DGL, is lightweight, and stubs the net while I am away.

silkspace avatar Sep 03 '23 01:09 silkspace