Hello everyone,
I'm trying to implement Graph Convolutional Networks (GCN) in R for a project. I know that GCNs are commonly used in Python, but I was wondering if it is possible to run them in R as well. Are there any R packages that support GCNs directly or through integration with other deep learning frameworks?
I would really appreciate it if someone could share an example or guidance on how to get started with GCNs in R.
Thanks in advance for your help!