danielegrattarola / spektral

Graph Neural Networks with Keras and Tensorflow 2.
https://graphneural.network
MIT License
2.37k stars 335 forks source link

[Feature request] Examples of Generative Model #225

Open nashid opened 3 years ago

nashid commented 3 years ago

Spektral certainly seems promising and easy to get started. Also, it has some good examples for predictive tasks. However, Spektral lacks examples of generative models.

That said, other libraries on GNN also lack examples of generative models and it would be awesome if Spektral can add generative models!

I am wondering whether there are any plans to include any of the following models:

Also, Spektral lacks examples of Graph2Seq based models. It would be awesome to include consider any of the following Graph2Seq based generative models.

I'm happy to contribute as well.

danielegrattarola commented 3 years ago

Hi,

thanks for pointing this out, I have marked this as a feature request so that I'll eventually get around to working on it (or someone else will, hopefully). I can't give you a timeline for this, unfortunately.

Cheers

nashid commented 3 years ago

@danielegrattarola FYI only - OpenNMT has a GGNN implementation. https://opennmt.net/OpenNMT-py/examples/GGNN.html

I think having a similar model would be a great starting point.