Skip to content

Commit c529cfd

Browse files
authored
Update ReadMe.txt
1 parent 1975608 commit c529cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNN for Node Classification/ReadMe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Description:
22
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.
44

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.
66

77
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.
88

0 commit comments

Comments
 (0)