Skip to main content

Questions tagged [graph-neural-network]

5 votes
0 answers
51 views

I've been diving into Graph Neural Networks lately, and I've noticed that most papers seem to focus on scenarios where all samples share a single, large graph — like citation networks or social graphs....
tony's user avatar
  • 51
1 vote
0 answers
38 views

I'm currectly trying to train a model in order to predict dependencies between text, here it's industrials tasks, based on historical data. The goal is to learn that "Task A precedes Task B for ...
lili's user avatar
  • 361
5 votes
1 answer
94 views

Can you help me choose a NN architecture that solves this kind of problem: A route, meaning a sequence of coordinates (e.g. [(34.1, 52.3),(34.101, 52.301), ... ]), ...
leonid ulyanov's user avatar
3 votes
1 answer
181 views

I have a multivariate time series forecasting model that originally used dilated temporal convolution for temporal dependencies extraction that i tried to replace with multi head self-attention with ...
Anas Ayed's user avatar
1 vote
0 answers
23 views

Now, I want to get nodes' structual embedding, use DeepWalk or Node2Vec couldn't get same vector even they have same structure. then I use GCN which could get same vector without training. So I want ...
yiyi wang's user avatar
0 votes
1 answer
23 views

I have an idea for adding new nodes into a directed graph to achieve a numerically stable graph Fourier transform for signal analysis in the graph domain. To assess its efficiency, I am looking for ...
ABB's user avatar
  • 103
2 votes
0 answers
31 views

Following the article: A Practical Guide to Graph Neural Networks: https://arxiv.org/abs/2010.05234 Suppose our graph has $N$ nodes and Laplacian $L = UDU^T$. Let $\Theta$ denote a filter. Let $f_{k}$ ...
André Armatowski's user avatar
1 vote
1 answer
67 views

This website https://snap.stanford.edu/data/cit-HepPh.html shows that the High-energy physics citation network has strongly connected components and it's driving me crazy. A SCC would mean that you ...
StackExchanger's user avatar
1 vote
1 answer
66 views

I am thinking of how would it be if I can create asynchronous forward function in sub-class of nn.Module . When I came across architecture in attached image, I felt that it would be faster if we could ...
Sarvagya_P's user avatar
1 vote
1 answer
367 views

I am working on materials property prediction using GNNs with torch_geometric. Each data in my dataset has different number of feature vectors x, edge_index vectors ...
user174967's user avatar
0 votes
0 answers
300 views

As part of this semester assignment , I'm working on a project that aims to to represent the knowledge in "PMBOK 6th edition, section 11: Project Risk Management (page 395 -> 458)" and the knowledge ...
Wissem Boujlida's user avatar
0 votes
1 answer
2k views

I'm currently working on a project where I want to utilize Graph Neural Networks (GNNs) for image classification tasks. However, I'm facing difficulties in understanding how to implement GNNs ...
Rezuana Haque's user avatar
2 votes
1 answer
405 views

I am using a GNN to solve a problem in which I have a query target and an undirected graph. My goal is to emit a subset of nodes in the graph (via a node-wise binary prediction) whose features sum to ...
mt_'s user avatar
  • 21
0 votes
1 answer
56 views

I have a dataset where I have 3 different columns (Title, Keyword and Abstract) representing a document. I have to build a text classification model using TextGCN, where documents and words will be ...
ROHAN PADSHAH's user avatar
0 votes
1 answer
275 views

I tried to make a GNN class which can make use of my node features along with my edge features of the graph.I have implemented NNConv in order to use the edge features, but I am not able to understand ...
Formal_this's user avatar

15 30 50 per page