lrjconan / GRAN

Efficient Graph Generation with Graph Recurrent Attention Networks, Deep Generative Model of Graphs, Graph Neural Networks, NeurIPS 2019
MIT License
462 stars 97 forks source link

Can GRAN let us to generate graphs with costume attributes? #21

Closed thesaturdayafternoon closed 9 months ago

thesaturdayafternoon commented 2 years ago

Hello, Can GRAN let us to generate graphs with costume attributes?

sajjadGG commented 2 years ago

I think you can use node features in GNN to capture your node attribute and if you can also train a simple NN on top of these features to classify into your pre-defined set of attributes.