Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose that you know that the nodes of a social network can be classified as follows: computer science majors, math majors, and engineering majors. You
Suppose that you know that the nodes of a social network can be classified as follows: computer science majors, math majors, and engineering majors. You only have one labeled node for each of the three classes but you also know that students tend to make social connections with students of the same major. Which of the following approaches do you expect would perform best in this classification problem?
Compute adjacencybased node embeddings, and classify each node based on the shortest distance between its embedding vector and the embedding vectors of the three labeled nodes.
Compute randomwalk node embeddings with a length that is more than but much less than the network diameter and classify each node based on the shortest distance between its embedding vector and the embedding vectors of the three labeled nodes.
Classify each node based on the minimum shortestpath length between that node and the three labeled nodes.
Use a supervised learning approach to train a deep graph neural network using the three labeled nodes.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started