Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielegrattarola/keras-gat
/ functions
Functions
8 in github.com/danielegrattarola/keras-gat
⨍
Functions
8
◇
Types & classes
1
↓ 3 callers
Function
sample_mask
Create mask.
keras_gat/utils.py:20
↓ 1 callers
Function
load_data
Load data.
keras_gat/utils.py:27
↓ 1 callers
Function
parse_index_file
Parse index file.
keras_gat/utils.py:12
↓ 1 callers
Function
preprocess_features
Row-normalize feature matrix and convert to tuple representation
keras_gat/utils.py:83
Method
__init__
(self, F_, attn_heads=1, attn_heads_reduction='concat', #
keras_gat/graph_attention_layer.py:10
Method
build
(self, input_shape)
keras_gat/graph_attention_layer.py:66
Method
call
(self, inputs)
keras_gat/graph_attention_layer.py:103
Method
compute_output_shape
(self, input_shape)
keras_gat/graph_attention_layer.py:155