Update README.md
Browse files
README.md
CHANGED
|
@@ -90,7 +90,7 @@ Each GC layer performs the operation:
|
|
| 90 |
|
| 91 |
$$H^{(l+1)} = \text{ReLU}\!\left(\hat{D}^{-1}\hat{A}\, H^{(l)}\, W^{(l)}\right)$$
|
| 92 |
|
| 93 |
-
|
| 94 |
|
| 95 |
### Weight Tensors
|
| 96 |
|
|
|
|
| 90 |
|
| 91 |
$$H^{(l+1)} = \text{ReLU}\!\left(\hat{D}^{-1}\hat{A}\, H^{(l)}\, W^{(l)}\right)$$
|
| 92 |
|
| 93 |
+
$$\text{where }\hat{A} = A + I \text{ (adjacency with self-loops) }, \hat{D} \text{ is the degree matrix of }\hat{A}, H^{(l)}\text{ is the node feature matrix at layer l, and }W^{(l)}\text{ is the learnable weight matrix.}$$
|
| 94 |
|
| 95 |
### Weight Tensors
|
| 96 |
|