GiovanniPioDelvecchio / GCNs_on_text

This repository has the purpose of being a comprehensive guide to Graph Neural Network designing for text classification
0 stars 0 forks source link

Visualization #4

Closed GiovanniPioDelvecchio closed 1 year ago

GiovanniPioDelvecchio commented 1 year ago

It is necessary to create some functions to plot sailent elements of the project such as:

Some plotting functions are already present in the notebook, however it is needed to extend them in order to get a more meaningful graph, where after aggregating the node features (the feature vector of a single node should become a color) it is possible to comprehend better what happens after the convolutions and thus what the network is learning.

GiovanniPioDelvecchio commented 1 year ago

These have been added in the issue#2 branch