From 3503f88b3bc33016857f69536feb181c65e08ab6 Mon Sep 17 00:00:00 2001 From: Vishesh <87526302+vishesh9131@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:01:35 +0530 Subject: [PATCH] plugged cr_pkg --- engine/cr_pkg/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/engine/cr_pkg/README.md b/engine/cr_pkg/README.md index 7c81cfc..bae6bfe 100644 --- a/engine/cr_pkg/README.md +++ b/engine/cr_pkg/README.md @@ -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" \ No newline at end of file