cnn_graph icon indicating copy to clipboard operation
cnn_graph copied to clipboard

node classification task

Open yeiamx opened this issue 6 years ago • 1 comments

It seems that it's doing signal classification / regression in the notebook 'usage' . What change should I make to let it do node classification / regression? Only change the matrix A?

yeiamx avatar Jan 28 '18 09:01 yeiamx

It was indeed developed with signal classification in mind. For node classification, you mainly have to change the objective function. The adjacency matrix A only depends on the graph, whatever the task.

mdeff avatar Mar 05 '18 14:03 mdeff