You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GNN for Node Classification/ReadMe.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Description:
2
2
a Graph Neural Network (GNN) for node classification on graph-structured data.
3
-
The example uses the PyTorch Geometric library to build and train a GNN on the Cora dataset.
3
+
It uses the PyTorch Geometric library to build and train a GNN on the Cora dataset.
4
4
5
-
Graph Neural Networks (GNNs) are designed to operate on graph-structured data, where nodes represent entities and edges represent relationships between entities. This project showcases a simplified GNN architecture for node classification, helping you understand the fundamentals of GNNs and their application in real-world scenarios.
5
+
Graph Neural Networks (GNNs) are designed to operate on graph-structured data, where nodes represent entities and edges represent relationships between entities.
6
6
7
7
Dataset: The code uses the Cora dataset, which is a well-known citation network dataset. It consists of scientific publications as nodes in a graph, where edges represent citation relationships between publications. Each node (publication) has a bag-of-words feature representation and a class label indicating its research field.
0 commit comments