Skip to content

Commit

Permalink
plugged cr_pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh9131 committed Jul 25, 2024
1 parent ff02324 commit 3503f88
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions engine/cr_pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ Here are the specific imports and their meanings:
- **Convolution in GNNs**: The term `conv` in the imported algorithms refers to the convolution operation adapted for graph data.
- **Relation to Known Concepts**: Similar to how convolution in CNNs extracts features from images, graph convolution extracts features from graph structures.
- **Differences**: Each algorithm (GraphSAGE, GAT, GCN, HAN) has its unique way of aggregating information from a node's neighbors, tailored to different types of graph data and tasks.

### Cite
- **Title**: "Fast Graph Representation Learning with PyTorch Geometric"
- **Authors**:
- **Family-names**: "Fey"
given-names: "Matthias"
- **family-names**: "Lenssen"
given-names: "Jan Eric"
- **Date-released**: 2019-05-06
- **License**: MIT
- **URL**: "https://github.com/pyg-team/pytorch_geometric"

0 comments on commit 3503f88

Please sign in to comment.