mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
Merge branch 'main' of github.com:you-n-g/qlib into main
This commit is contained in:
5
examples/benchmarks/GATs/README.md
Normal file
5
examples/benchmarks/GATs/README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#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
|
||||||
|
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.
|
||||||
|
* Paper: Graph Attention Networks https://arxiv.org/pdf/1710.10903.pdf
|
||||||
Reference in New Issue
Block a user