Clustering and cluster classification or node classification and link prediction #5287
Unanswered
maiiabocharova
asked this question in
Q&A
Replies: 1 comment 5 replies
-
What is the task that you are trying to solve? I think the graph representation you are aiming for sounds good. Here is some tutorial that hopefully gets you going :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you a lot for a wonderful library!
I am new to GNN, but I want to use graphs for document layout analysis problem
I want to consider each document as a graph, each line as a node. Nodes features are going to be properties of the lines. The edges features would be distances to the closest neighbouring lines.
Can you please advise me how to approach this problem? I am not even sure how to formulate the task - should this be first clustering and then classification of the clusters? Or should it be classification and link prediction? x
I am sorry if my questions are stupid.
Beta Was this translation helpful? Give feedback.
All reactions