base4sec commited on
Commit
4de1756
·
verified ·
1 Parent(s): 883cf71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- where $$\hat{A} = A + I$$ (adjacency with self-loops), $$\hat{D}$$ is the degree matrix of $$\hat{A}$$, $$H^{(l)}$$ is the node feature matrix at layer $$l$$, and $$W^{(l)}$$ is the learnable weight matrix.
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