How to build a graph attention network
I want to create a graph attention network whose nodes are the feature matrix and whose edges are the similarity matrix. I already have the feature matrix and the similarity matrix.
How can I implement the code?