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:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...