CSE508 Assignment 6 Solved

30.00 $

Category:

Description

Rate this product

 

Q1: Pick a real-world network dataset (number of nodes > 100) from  https://snap.stanford.edu/data/index.html

Represent the network in terms of its ‘adjacency matrix’ as well as ‘edge list’.

Briefly describe the dataset chosen and report the following:

  • Number of Nodes
  1. Number of Edges
  2. Avg In-degree
  3. Out-Degree
  4. Node with Max In-degree
  5. Node with Max out-degree
  6. Density of the network

 

Further, perform the following tasks

  1. Plot degree distribution of the network
  2. Calculate the clustering coefficient of each node
  3. Find any 1 centrality measure for each node

NOTE:  You are not allowed to use any library for this question.

 

Q2: For the dataset chosen in the above question, calculate the following:

  1. PageRank score for each node
  2. Authority and Hub score for each node

Compare the results obtained from both these parts.

NOTE:  You CAN use libraries like networkx (https://networkx.github.io/          )  to solve this question.

 

For both the questions, you are allowed to subsample the dataset so that it is processable on your machine. Ensure that you use an approach like random walk to subsample the nodes so that you get a connected network

  • A6_MT19133-qyqr9i.zip