mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
Add README.md for GATs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#GATs
|
# GATs
|
||||||
* Graph Attention Networks(GATs) leverage masked self-attentional layers on graph-structured data. The nodes in stacked layers have different weights and they are able to attend over their
|
* Graph Attention Networks(GATs) leverage masked self-attentional layers on graph-structured data. The nodes in stacked layers have different weights and they are able to attend over their
|
||||||
neighborhoods’ features, without requiring any kind of costly matrix operation (such as inversion) or depending on knowing the graph structure upfront.
|
neighborhoods’ features, without requiring any kind of costly matrix operation (such as inversion) or depending on knowing the graph structure upfront.
|
||||||
* This code used in Qlib is implemented with PyTorch by ourselves.
|
* This code used in Qlib is implemented with PyTorch by ourselves.
|
||||||
|
|||||||
Reference in New Issue
Block a user