Update README.md
Browse files
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]
|
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.
|