Monday, May 22, 2023

Graph Neural Network - Step 1

 

References:

[1] Short review https://neptune.ai/blog/graph-neural-network-and-some-of-gnn-applications

[2] Coding GNN https://keras.io/examples/graph/gnn_citations/

[2.1] https://keras.io/examples/graph/gat_node_classification/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...