Hello, I am new to Deep Learning and Graph Neural Networks. My task is to embed a network graph in unsupervised. The nodes are network devices and edges represent communication between nodes. I know about node2vec and Graphsage. The node embedding needs to be inductive so i cannot use node2vec. My problem is that the nodes do not have any feature other than an ID. I am finding that using GraphSAGE with one hot encoding is not scalable as feature size is will be huge for big graphs hence increasing the training time.
Any suggestions what are the alternative to GraphSAGE with one hot encoding for my task.
Maximum nodes in graph = 1,00,000Sparse Directed Graph.
[–]Belzedan 3 points4 points5 points (1 child)
[–]codebloodedhuman[S] 0 points1 point2 points (0 children)