rstudio / keras3

R Interface to Keras
https://keras3.posit.co/
Other
837 stars 283 forks source link

Is it possible to implement graph convolution neural networks? #1302

Open fancheng-szu opened 2 years ago

fancheng-szu commented 2 years ago

I found that graph convolution functions are available in Keras using Python. Is it possible to use it in R? Thanks!

t-kalinowski commented 2 years ago

Hi, thanks for filing. I think anything available in Python should also be available in R through reticulate, and I would expect it to work nicely with the methods provided by the keras R package. Please let me know if you encounter issues.

Is there a specific graph library you're interested in? This might be a good opportunity to improve the docs. Perhaps by porting this example to R, or by showing how to use something like StellarGraph from R.