TF-Keras
graph neural networks
merve HF staff commited on
Commit
ab7033a
·
1 Parent(s): 0c6f4ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ license:
10
 
11
  This repo contains the model and the notebook [to this Keras example on Graph Attention Networks for Node Classification](https://keras.io/examples/graph/gat_node_classification/).
12
 
13
- Full credits to: [Alexander Kensert]/(https://github.com/akensert)
14
 
15
  ## Background Information
16
  Graph neural networks is the preferred neural network architecture for processing data structured as graphs (for example, social networks or molecule structures), yielding better results than fully-connected networks or convolutional networks.
 
10
 
11
  This repo contains the model and the notebook [to this Keras example on Graph Attention Networks for Node Classification](https://keras.io/examples/graph/gat_node_classification/).
12
 
13
+ Full credits to: [Alexander Kensert](https://github.com/akensert)
14
 
15
  ## Background Information
16
  Graph neural networks is the preferred neural network architecture for processing data structured as graphs (for example, social networks or molecule structures), yielding better results than fully-connected networks or convolutional networks.