Y
Hacker News
new
|
ask
|
show
|
jobs
by
SubiculumCode
3550 days ago
Does this classify whole graphs, or nodes into communities/classes?
1 comments
triplefloat
3550 days ago
Both graph-level and node-level classification are possible. Graph-level classification requires some from of pooling operation (simplest case: mean-pooling over all nodes, but there are more elaborate things one can do)
link