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:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...