Answered step by step
Verified Expert Solution
Link Copied!

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 adjacency-based 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 random-walk node embeddings (with a length that is more than 1 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 shortest-path 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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions