Social Networks | Week 8

Session: JULY-DEC 2023

Course Name: Social Networks

Course Link: Click Here

These are Nptel Social Networks Week 8 Assignment 8 Answers

Q1. Consider a network of recommenders and resources, where higher rating represents a good one. What are the factors that contribute to a good rating for a node P? I. Good nodes pointing to P II. P pointing to good nodes I only II only Both I and II None

Answer: Both I and II

Q2. Pick out all the properties of a markov matrix largest eigen value is 1 smallest eigen value is 1 sum of any coumn is 1 sum of any column is 0

Answer: A, C

Q3. Identify whether the statements are True. Statement I – When a matrix is applied on its eigenvectors, the direction of the eigenvector only changes Statement II – Eigenvectors are linearly independent of each other I only II only II only None

Answer: II only

Q4. Consider a directed network having nodes A,B,C and edges (B,A), (A,C), (C,B), (B,C). The current pagerank values of and 0.2, 0.4 and 0.4 respectively. What will be their pagerank after one iteration? Apply the basic page update rule ignoring evaporation/teleportation. A:0.2,B:0.2,C:0.4 A:0.4,B:0.2,C:0.2 A:0.4,B:0.2,C:0.4 A:0.2,B:0.4,C:0.4

Answer: A:0.2,B:0.4,C:0.4

Q5. According to Google Page rank, a web page is important if a lot of other pages refer to this page the page recommends a lot of other pages important pages refer to this page unimportant pages refer to this page

Answer: important pages refer to this page

Q6. What will be the resultant vector when we apply the matrix A on the vector (3, 5)?A=[5142] (13, 35) (35, 13) (16, 22) (22, 16)

Answer: (35, 13)

Q7. If a Markov matrix X whose eigenvectors and eigenvalues are υ1,υ2 and λ1,λ2 respectively is applied on a vector V repeatedly k times, which of the following is true assuming we that we normalise the resultant vector after each iteration and λ1 is the greater eigenvalue and k is very large? AkV=υ1 AkV=υ2 AkV=υ1+υ2 AkV=υ1−υ2

Answer: A^kV=υ1

Q8. Pick out the matrix that represents the given graph H to view page rank as a matrix multiplication process: ⎡⎣⎢⎢⎢⎢0 1 1 0 1 0 0 0 0 1/2 0 1/2 1/2 1/2 0 0⎤⎦⎥⎥⎥⎥ ⎡⎣⎢⎢⎢⎢0 0 1 0 1 0 0 0 0 1/2 1 1/2 1/2 1/2 0 0⎤⎦⎥⎥⎥⎥ ⎡⎣⎢⎢⎢⎢0 0 1 0 1 0 0 0 1 1/2 0 1/2 1/2 1/2 0 0⎤⎦⎥⎥⎥⎥ ⎡⎣⎢⎢⎢⎢0 0 1 0 1 0 0 0 0 1/2 0 1/2 1/2 1/2 0 0⎤⎦⎥⎥⎥⎥

Answer: d. ⎡⎣⎢⎢⎢⎢0 0 1 0 1 0 0 0 0 1/2 0 1/2 1/2 1/2 0 0⎤⎦⎥⎥⎥⎥

Q9. Which of the following are TRUE for the Hubs and Authorities algorithm? Statement I – The Authority update rule states that for each page p, update auth(p) is the sum of the authority scores of all pages that point to it. Statement II – The Hub update rule states that for each page p, update hub(p) is the sum of the hub scores of all pages that it points to. I only II only Both None

Answer: None

Q10. What is the score value of authority(a) and hub(h) respectively for node 4 in the following figure after applying 1-step hub-authority computation (i.e. when k is 1)?Assume initial hub and authority of each node as 1. a(1)=3, h(1)=3 a(1)=0, h(1)=3 a(1)=3, h(1)=0 a(1)=0, h(1)=0

Answer: a(1)=3, h(1)=0

More Weeks of Social Networks: Click here

More Nptel Courses: Click here

Session: JAN-APR 2023

Q1. Consider the following graph G. What is the formula used to apply the principle of repeated improvement before normalisation to obtain convergence?

image 48

a. A = P1 + P2 + P4, B = P1 + P3, C = P2 + P4, P1 = A + B, P2 = A + C, P3 = B, P4 = A + C b. A = P1 + P3 + P4, B = P1 + P3, C = P2 + P4, P1 = A + B, P2 = A + C, P3 = B, P4 = A + C c. A = P1 + P2 + P4, B = P1 + P3, C = P2 + P4, P1 = A + B, P2 = A + C, P3 = B, P4 = A + B d. A = P1 + P2 + P3, B = P1 + P3, C = P2 + P4, P1 = A + B, P2 = A + C, P3 = B, P4 = A + C

Answer: a. A = P1 + P2 + P4, B = P1 + P3, C = P2 + P4, P1 = A + B, P2 = A + C, P3 = B, P4 = A + C

Q2. For the given network H, what will happen after say 10 iterations of Page rank updates for the initial value of 1/3 for every node in the network

image 49

a. The value at A steadily increases b. The value at C steadily decreases c. The value at C steadily increases d. The value at B steadily increases

Answer: c. The value at C steadily increases

Q3. Consider a Graph H shown in figure 2. Which of the following is True for this graph? a. Doesnot converge b. Converges with all points in node C c. Converges zero points in node C d. Converges with maximum points in A and B

Answer: b. Converges with all points in node C

Q4. Pick out the matrix that represents the given graph J to view page rank as a matrix multiplication process:

image 50

a. ⎡⎣⎢0011/201/2010⎤⎦⎥ b. ⎡⎣⎢001101010⎤⎦⎥ c. ⎡⎣⎢01/211/201/2010⎤⎦⎥ d. ⎡⎣⎢01/21/21/201/2010⎤⎦⎥

Answer: d. ⎡⎣⎢01/21/21/201/2010⎤⎦⎥

Given a matrix M, M=[4352] and a vector V=[23] Apply M on V and normalise it to obtain the resultant vector, R=[ab] Note: Precision level of at least four decimal places to be considered for computation

Q5. Enter the value of a ______________.

Answer: 0.88,0.89

Q6. Enter the value of b ______________.

Answer: 0.455,0.465

Q7. Which of the following are TRUE for the Hubs and Authorities algorithm? Statement I – The Authority update rule states that for each page p, update auth(p) is the sum of the hub scores of all pages that point to it. Statement II – The Hub update rule states that for each page p, update hub(p) is the sum of the authority scores of all pages that it points to. a. I only b. II only c. Both d. None

Answer: c. Both

Assume the shown pageranks for the given nodes at some point of time.

image 51

Q8. Find the page rank score of web pages B in the next iteration:

Answer: 6.5

Q9. Find the page rank score of web pages D in the next iteration:

Answer: 5.5

Q10. What is the score value of authority(a) and hub(h) respectively for node 5 in the following figure after applying 1-step hub-authority computation (i.e. when k is 1)?Assume initial hub and authority of each node as 1.

image 52

a. a(1)=3, h(1)=3 b. a(1)=3, h(1)=0 c. a(1)=0, h(1)=3 d. a(1)=0, h(1)=0

Answer: c. a(1)=0, h(1)=3

Q11. Two vectors V1 and V2 are added in the XY plane. Given that V1 is of a very high magnitude when compared to V2, then the resultant vector is a. same as V1 b. independent of V2 c. closer to the direction of V1 d. closer to the direction of V2

Answer: c. closer to the direction of V1

Q12. Which of the following is TRUE for a Markov Matrix? Statement I – The sum of elements in every column is same. Statement II – Highest eigenvalue of a Markov matrix is 1. a. I only b. II only c. Both d. None

Answer: b. II only

More Solutions of Social Networks: Click Here

More NPTEL Solutions: https://progiez.com/nptel-assignment-answers/

Nptel Social Networks Week 8 Assignment 8 Answers

The content uploaded on this website is for reference purposes only. Please do it yourself first.

DBC Itanagar

All India News

NPTEL Social Network Analysis Week 3 Assignment Answers 2024

admin

1. A network is said to follow small-world property if:

  • Average path length α (log(network size))-1
  • Average path length α (exp(network size))-1
  • Average path length α log(network size)
  • Average path length α exp(network size)

2. A giant component appears in a random network when the average degree of the network is:

  • greater than or equal to 0.5
  • less than or equal to 0.5
  • less than or equal to 1
  • greater than or equal to 1

3. Erdos-Renyi Random Network

  • High clustering coefficient
  • Small world property
  • Degree distribution following power law

4. Watts-Strogatz Model

5. Barabasi-Albert Model

6. The clustering coefficient of a node is not (multiple-choice):

  • Independent of p
  • Dependent on p
  • Dependent on the node’s degree
  • Independent of the node’s degree

7. The principle of preferential attachment can also be thought of as:

  • Rich attracts rich
  • Poor gets richer
  • Rich gets richer
  • Rich gets poor

8. What are the different regimes in the plot below that characterize a random network?

W3Q8

  • I: Supercritical regime; II: Critical point; III: Subcritical regime; IV: Connected regime
  • I: Connected regime; II: Critical point; III: Supercritical regime; IV: Subcritical regime
  • I: Subcritical regime; II: Critical point; III: Connected regime; IV: Supercritical regime
  • I: Subcritical regime; II: Critical point; III: Supercritical regime; IV: Connected regime

9. What characteristic of the Barabási-Albert (BA) model distinguishes it from other random graph models?

  • Each new node connects to a fixed number of existing nodes based on the node degree.
  • All nodes have the same number of links.
  • New nodes are added at random without preference.
  • Nodes can be removed and added back into the system.

10. Based on the following formula for the clustering coefficient of a Watts-Strogatz model, determine the minimum and maximum values of CCWS, given that each node is connected to k/2 forward and k/2 backward nodes.

CC WS = 3(k-2)/4(k-1)

  • 2, Infinity

NPTEL Smart Grid Basics to Advanced Technologies Week 1 Assignment Answers 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

Latest News

[Week 1] NPTEL Problem Solving Through Programming In C Assignment Answers 2023

NPTEL Problem Solving Through Programming in C Week 4 Assignment Answers 2024

NPTEL Product and Brand Management Assignment Answers

NPTEL Product and Brand Management Week 4 Assignment Answers 2024

NPTEL Organizational Behaviour Week 1 Assignment Answers 2024

NPTEL Organizational Behaviour Week 4 Assignment Answers 2024

NPTEL Product Design and Development Week 3 Assignment Answers

NPTEL Product Design and Development Week 4 Assignment Answers 2024

NPTEL Operating System Fundamentals Week 1 Assignment Answers 2024

NPTEL Operating System Fundamentals Week 4 Assignment Answers 2024

social network analysis nptel assignment answers

Sign in to your account

Username or Email Address

Remember Me

GEC Lakhisarai

NPTEL Social Network Analysis Week 1 Assignment Answers 2024

1. Social network analysis cannot be used in the healthcare domain (e.g., to map susceptible people from infected ones).

2. In an ego-centric network, the central node is called the “alter” and its neighbors are “egos”.

3. What is the time complexity to check if an edge exists between two vertices i and j using an adjacency matrix?

4. How can you represent an undirected graph using an adjacency matrix?

  • Using diagonal matrix
  • Using upper triangular matrix
  • Using symmetric matrix
  • Using lower triangular matrix

5. How many edges are there in an undirected graph with 19 nodes?

6. Which of the following best describes an edge in a hypergraph?

  • Always connects exactly two vertices.
  • Can connect any number of vertices, including possibly more than two.
  • Connects vertices in a linear chain.
  • Cannot connect vertices but can connect other edges.

7. Which of the following is not a type of network analysis?

  • Microscopic
  • Macroscopic

social network analysis nptel assignment answers

9. What is a characteristic property of many real-world networks in terms of node connectivity?

  • Randomly connectioned
  • Uniform degree distribution
  • Fully connected

10. Which of the following is not a link-centric view of the network?

  • Ego-network

Please do not message repeatedly. You will get the answer before the deadline.

AnswerGPT Logo

NPTEL Social Network Analysis Assignment Answers 2024 (July-October)

social network analysis nptel assignment answers

About Course

In this course you will get answers of  all 12 weeks  assignments of  Social Network Analysis .  Now we have uploaded the answers of  Week 3 .

Note: Our Answers will be visible for only those who will buy this course. If you want answers then buy the course.

Course Content

Week 1 assignment answers (free), week 1 answers, week 2 assignment answers, week 2 answers, week 3 assignment answers, week 3 answers, week 4 assignment answers, week 4 answers.

Want to receive push notifications for all major on-site activities?

Quizermania Logo

Social Networks | NPTEL 2022 | Week 2 Assignment Solutions

This set of MCQ(multiple choice questions) focuses on the  Social Networks NPTEL Week 2 Assignment Solutions .

Course layout (Answers Link)

Answers COMING SOON! Kindly Wait!

Week 0: Assignment answers Week 1:  Introduction Week 2: Handling Real-world Network Datasets Week 3: Strength of Weak Ties Week 4: Strong and Weak Relationships (Continued) & Homophily   Week 5:  Homophily Continued and +Ve / -Ve Relationships Week 6: Link Analysis   Week 7:  Cascading Behaviour in Networks Week 8:  Link Analysis (Continued) Week 9:  Power Laws and Rich-Get-Richer Phenomena Week 10:  Power law (contd..) and Epidemics Week 11: Small World Phenomenon Week 12: Pseudocore (How to go viral on web)

NOTE:  You can check your answer immediately by clicking show answer button. This set of “ Social Networks NPTEL 2022 Week 2 Assignment Solution” contains 10 questions.

Now, start attempting the quiz.

Social Networks NPTEL 2022 Week 2 Assignment Solutions

Q1. For any vertex v in an undirected (without loop, multiple edges) , the clustering coefficient of v ranges from:

a) -1 to +1 b) 0 to 1 c) −∞ to +∞ d) 0 to +∞

Answer: b) 0 to 1

Q2. Which of the following is not a network data set format?

a) Comma Separated Values b) GEphi XML Format c) Pajek NET d) GraphML

Answer: b) GEphi XML Format

Q3. Diameter of the complete graph on n vertices is

a) n-1 b) n-2 c) 0 d) 1

Answer: d) 1

Q4. Assuming Synonymy network of English language is undirected, we can traverse from the word ’FRIEND’ to ’ENEMY’ necessarily because:

a) the underlying network is connected. b) there must be an edge between them. c) the words have same number of letters. d) the Synonymy network is complete.

Answer: a) the underlying network is connected.

Q5. Let the given four real-world networks be A. Friendship network  B. Road network  C. E-mail network  D. Citation network

Choose the correct option.

a) Only (A) is undirected b) Only (C) and (D) are directed. c) Only (C) is directed. d) All of them are undirected.

Answer: b) Only (C) and (D) are directed.

Social Networks NPTEL Week 2 Assignment Solutions

Q6. For reading a network file where the data is in the following form, which function should be used? node1 node2 node2 node3 node2 node5……..  where node1, node2, node3, node5 etc are ids of the nodes and node1 node2 indicates that there is an undirected edge between node1 and node2 and so on

a) nx.read_nodelist() b) nx.read_edgelist() c) nx.read_adjmat() d) Both nx.read_edgelist() and nx.read_adjmat() can be used

Answer: b) nx.read_edgelist()

Q7. State yes or no. Degree distribution of most real-world networks follows power law, which means there are very few nodes with very less degrees and there are a lot of nodes with very high degrees.

a) Yes b) No

Answer: b) No

Q8. What is the density of the graph H?

Social Networks NPTEL week 2 Assignment Solutions

a) 1/2 b) 1/3 c) 1 d) 0

Answer: b) 1/3

Social Networks NPTEL week 2 Assignment Solutions

Q9. Given that the clustering coefficient of a vertex v is 0.3, and the number of edges between the neighbors of v is 3. What is the degree of the vertex v? (Graph considered is undirected, without loops and multiple edges)

a) 3 b) 4 c) 5 d) Insufficient information

Answer: c) 5

Q10. If G is a connected graph with n vertices, what is the minimum number of edges the graph G should have?

a) n b) n-1 c) n+1 d) n/2

Answer: b) n-1

<< Prev- Social Networks Week 1 Assignment Solutions

>> Next- Social Networks Week 3 Assignment Solutions

NPTEL answers: Problem solving through programming in C

Programming in Java NPTEL week 1 quiz answers

The above question set contains all the correct answers. But in any case, you find any typographical, grammatical or any other error in our site then kindly  inform us . Don’t forget to provide the appropriate URL along with error description. So that we can easily correct it.

Thanks in advance.

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Related Posts

Operating system fundamentals | nptel | week 0 assignment 0 solution, nptel operating system fundamentals week 1 assignment solutions, nptel operating system fundamentals week 10 answers, nptel operating system fundamentals week 2 assignment solutions, nptel operating system fundamentals week 3 assignment solutions, nptel operating system fundamentals week 4 assignment solutions, leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

This repository contains the social networks course notes, network data sets and python programs for network analysis. NPTEL (National Programme on Technology Enhanced Learning) Social Networks - Python

PunithKumarMR/Social-Networks-NPTEL

Folders and files.

NameName
13 Commits

Repository files navigation

Social-network, introduction.

The world has become highly interconnected and hence more complex than ever before. We are surrounded by a multitude of networks in our daily life, for example, friendship networks, online social networks, world wide web, road networks etc. All these networks are today available online in the form of graphs which hold a whole lot of hidden information. They encompass surprising secrets which have been time and again revealed with the help of tools like graph theory, sociology, game theory etc. The study of these graphs and revelation of their properties with these tools have been termed as Social Network Analysis.

Some of the surprising observations and beautiful discoveries achieved with Social Network Analysis are listed below.

1. six degrees of separation:.

You can reach out to any person on this earth within an average of 6 hops. That means, "You know someone who knows someone who knows someone who knows someone who knows someone who knows Justin Beiber (or Angelina Jolie or literally anyone on this planet.)".

2. The algorithm behind Google search:

How does Google achieve such precise and valid search results? The underlying algorithm is fairly simple and relies totally on the network of web pages.

3. How do you get your dream job:

Not through your best friends but through your acquaintances to whom you talk relatively less frequently! Sounds counterintuitive.

4. Link prediction:

Can one predict who is going to be your next Facebook friend, or which product are you going to buy next on Flipkart, or which is the next movie you are going to watch on Netflix? Yes, it is possible.

5. Viral Marketing:

Want to make your new product sell out quickly? How do you determine the people to whom you should be giving the free samples? Does that even matter?

6. Contagion:

Not only information but happiness, obesity, altruism, depression all spread from person to person.

  • Jupyter Notebook 99.4%

swayam-logo

Social Networks

--> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> -->

Note: This exam date is subjected to change based on seat availability. You can check final exam date on your hall ticket.

Page Visits

Course layout, books and references.

  • Networks, Crowds and Markets by David Easley and Jon Kleinberg, Cambridge University Press, 2010  (available for free download).
  • Social and Economic Networks by Matthew O. Jackson, Princeton University Press, 2010.

Instructor bio

social network analysis nptel assignment answers

Prof. Sudarshan Iyengar

social network analysis nptel assignment answers

Prof. Yayati Gupta

Course certificate.

social network analysis nptel assignment answers

DOWNLOAD APP

social network analysis nptel assignment answers

SWAYAM SUPPORT

Please choose the SWAYAM National Coordinator for support. * :

  • Computer Science and Engineering
  • NOC:Social Networks (Video) 
  • Co-ordinated by : IIT Ropar
  • Available from : 2017-07-03
  • Intro Video
  • Introduction
  • Answer to the puzzle
  • Introduction to Python-1
  • Introduction to Python-2
  • Introduction to Networkx-1
  • Introduction to Networkx-2
  • Social Networks: The Challenge
  • Google Page Rank
  • Searching in a Network
  • Link Prediction
  • The Contagions
  • Importance of Acquaintances
  • Marketing on Social Networks
  • Introduction to Datasets
  • Ingredients Network
  • Synonymy Network
  • Social Network Datasets
  • Datasets: Different Formats
  • Datasets : How to Download?
  • Datasets: Analysing Using Networkx
  • Datasets: Analysing Using Gephi
  • Introduction : Emergence of Connectedness
  • Advanced Material : Emergence of Connectedness
  • Programming Illustration : Emergence of Connectedness
  • Summary to Datasets
  • Granovetter's Strength of weak ties
  • Triads, clustering coefficient and neighborhood overlap
  • Structure of weak ties, bridges, and local bridges
  • Validation of Granovetter's experiment using cell phone data
  • Embededness
  • Structural Holes
  • Social Capital
  • Finding Communities in a graph (Brute Force Method)
  • Community Detection Using Girvan Newman Algorithm
  • Visualising Communities using Gephi
  • Tie Strength, Social Media and Passive Engagement
  • Betweenness Measures and Graph Partitioning
  • Strong and Weak Relationship - Summary
  • Introduction to Homophily - Should you watch your company ?
  • Selection and Social Influence
  • Interplay between Selection and Social Influence
  • Homophily - Definition and measurement
  • Foci Closure and Membership Closure
  • Introduction to Fatman Evolutionary model
  • Fatman Evolutionary Model- The Base Code (Adding people)
  • Fatman Evolutionary Model- The Base Code (Adding Social Foci)
  • Fatman Evolutionary Model- Implementing Homophily
  • Quantifying the Effect of Triadic Closure
  • Fatman Evolutionary Model- Implementing Closures
  • Fatman Evolutionary Model- Implementing Social Influence
  • Fatman Evolutionary Model- Storing and analyzing longitudnal data
  • Spatial Segregation: An Introduction
  • Spatial Segregation: Simulation of the Schelling Model
  • Spatial Segregation: Conclusion
  • Schelling Model Implementation-1(Introduction)
  • Schelling Model Implementation-2 (Base Code)
  • Schelling Model Implementation-3 (Visualization and Getting a list of boundary and internal nodes)
  • Schelling Model Implementation-4 (Getting a list of unsatisfied nodes)
  • Schelling Model Implementation-5 (Shifting the unsatisfied nodes and visualizing the final graph)
  • CHAPTER - 5 POSITIVE AND NEGATIVE RELATIONSHIPS (INTRODUCTION)
  • STRUCTURAL BALANCE
  • ENEMY'S ENEMY IS A FRIEND
  • Characterizing the structure of balanced networks
  • BALANCE THEOREM
  • PROOF OF BALANCE THEOREM
  • Introduction to positive and negative edges
  • Outline of implemantation
  • Creating graph, displaying it and counting unstable triangles
  • Moving a network from an unstable to stable state
  • Forming two coalitions
  • Forming two coalitions contd
  • Visualizing coalitions and the evolution
  • The Web Graph
  • Collecting the Web Graph
  • Equal Coin Distribution
  • Random Coin Dropping
  • Google Page Ranking Using Web Graph
  • Implementing PageRank Using Points Distribution Method-1
  • Implementing PageRank Using Points Distribution Method-2
  • Implementing PageRank Using Points Distribution Method-3
  • Implementing PageRank Using Points Distribution Method-4
  • Implementing PageRank Using Random Walk Method -1
  • Implementing PageRank Using Random Walk Method -2
  • DegreeRank versus PageRank
  • Why do we Follow?
  • Diffusion in Networks
  • Modeling Diffusion
  • Modeling Diffusion (continued)
  • Impact of Commmunities on Diffusion
  • Cascade and Clusters
  • Knowledge, Thresholds and the Collective Action
  • An Introduction to the Programming Screencast (Coding 4 major ideas)
  • The Base Code
  • Coding the First Big Idea - Increasing the Payoff
  • Coding the Second Big Idea - Key People
  • Coding the Third Big Idea- Impact of Communities on Cascades
  • Coding the Fourth Big Idea - Cascades and Clusters
  • Introduction to Hubs and Authorities (A Story)
  • Principle of Repeated Improvement (A story)
  • Principle of Repeated Improvement (An example)
  • Hubs and Authorities
  • PageRank Revisited - An example
  • PageRank Revisited - Convergence in the Example
  • PageRank Revisited - Conservation and Convergence
  • PageRank, conservation and convergence - Another example
  • Matrix Multiplication (Pre-requisite 1)
  • Convergence in Repeated Matrix Multiplication (Pre-requisite 1)
  • Addition of Two Vectors (Pre-requisite 2)
  • Convergence in Repeated Matrix Multiplication- The Details
  • PageRank as a Matrix Operation
  • PageRank Explained
  • Introduction to Powerlaw
  • Why do Normal Distributions Appear?
  • Power Law emerges in WWW graphs
  • Detecting the Presence of Powerlaw
  • Rich Get Richer Phenomenon
  • Summary So Far
  • Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-1
  • Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-2
  • Implementing a Random Graph (Erdos- Renyi Model)-1
  • Implementing a Random Graph (Erdos- Renyi Model)-2
  • Forced Versus Random Removal of Nodes (Attack Survivability)
  • Rich Get Richer - A Possible Reason
  • Rich Get Richer - The Long Tail
  • Epidemics- An Introduction
  • Introduction to epidemics (contd..)
  • Simple Branching Process for Modeling Epidemics
  • Simple Branching Process for Modeling Epidemics (contd..)
  • Basic Reproductive Number
  • Modeling epidemics on complex networks
  • SIR and SIS spreading models
  • Comparison between SIR and SIS spreading models
  • Basic Reproductive Number Revisited for Complex Networks
  • Percolation model
  • Analysis of basic reproductive number in branching model (The problem statement)
  • Analyzing basic reproductive number 2
  • Analyzing basic reproductive number 3
  • Analyzing basic reproductive number 4
  • Analyzing basic reproductive number 5
  • Small World Effect - An Introduction
  • Milgram's Experiment
  • The Generative Model
  • Decentralized Search - I
  • Decentralized Search - II
  • Decentralized Search - III
  • Programming illustration- Small world networks : Introduction
  • Making homophily based edges
  • Adding weak ties
  • Plotting change in diameter
  • Programming illustration- Myopic Search : Introduction
  • Myopic Search
  • Myopic Search comparision to optimal search
  • Time Taken by Myopic Search
  • PseudoCores : Introduction
  • How to be Viral
  • Who are the right key nodes?
  • finding the right key nodes (the core)
  • Coding K-Shell Decomposition
  • Coding cascading Model
  • Coding the importance of core nodes in cascading
  • Pseudo core
  • Live Session
  • Live Session 10-04-2021
  • Live Session 08-04-2021
  • Live Session 07-09-2019
  • Live Session 09-11-2019
  • Live Session 26-10-2019
  • Watch on YouTube
  • Assignments
  • Download Videos
  • Transcripts
Course Status : Completed
Course Type : Elective
Duration : 12 weeks
Category :
Credit Points : 3
Undergraduate
Start Date : 22 Jan 2024
End Date : 12 Apr 2024
Enrollment Ends : 05 Feb 2024
Exam Registration Ends : 16 Feb 2024
Exam Date : 28 Apr 2024 IST
Module NameDownload
noc20_cs32_assigment_1
noc20_cs32_assigment_10
noc20_cs32_assigment_11
noc20_cs32_assigment_12
noc20_cs32_assigment_13
noc20_cs32_assigment_2
noc20_cs32_assigment_3
noc20_cs32_assigment_4
noc20_cs32_assigment_5
noc20_cs32_assigment_6
noc20_cs32_assigment_7
noc20_cs32_assigment_8
noc20_cs32_assigment_9
Sl.No Chapter Name MP4 Download
1Introduction
2Answer to the puzzle
3Introduction to Python-1
4Introduction to Python-2
5Introduction to Networkx-1
6Introduction to Networkx-2
7Social Networks: The Challenge
8Google Page Rank
9Searching in a Network
10Link Prediction
11The Contagions
12Importance of Acquaintances
13Marketing on Social Networks
14Introduction to Datasets
15Ingredients Network
16Synonymy Network
17Web Graph
18Social Network Datasets
19Datasets: Different Formats
20Datasets : How to Download?
21Datasets: Analysing Using Networkx
22Datasets: Analysing Using Gephi
23Introduction : Emergence of Connectedness
24Advanced Material : Emergence of Connectedness
25Programming Illustration : Emergence of Connectedness
26Summary to Datasets
27 Introduction
28Granovetter's Strength of weak ties
29Triads, clustering coefficient and neighborhood overlap
30Structure of weak ties, bridges, and local bridges
31Validation of Granovetter's experiment using cell phone data
32Embededness
33Structural Holes
34Social Capital
35Finding Communities in a graph (Brute Force Method)
36Community Detection Using Girvan Newman Algorithm
37Visualising Communities using Gephi
38Tie Strength, Social Media and Passive Engagement
39Betweenness Measures and Graph Partitioning
40Strong and Weak Relationship - Summary
41Introduction to Homophily - Should you watch your company ?
42Selection and Social Influence
43Interplay between Selection and Social Influence
44Homophily - Definition and measurement
45Foci Closure and Membership Closure
46Introduction to Fatman Evolutionary model
47Fatman Evolutionary Model- The Base Code (Adding people)
48Fatman Evolutionary Model- The Base Code (Adding Social Foci)
49Fatman Evolutionary Model- Implementing Homophily
50Quantifying the Effect of Triadic Closure
51Fatman Evolutionary Model- Implementing Closures
52Fatman Evolutionary Model- Implementing Social Influence
53Fatman Evolutionary Model- Storing and analyzing longitudnal data
54Spatial Segregation: An Introduction
55Spatial Segregation: Simulation of the Schelling Model
56Spatial Segregation: Conclusion
57Schelling Model Implementation-1(Introduction)
58Schelling Model Implementation-2 (Base Code)
59Schelling Model Implementation-3 (Visualization and Getting a list of boundary and internal nodes)
60Schelling Model Implementation-4 (Getting a list of unsatisfied nodes)
61Schelling Model Implementation-5 (Shifting the unsatisfied nodes and visualizing the final graph)
62CHAPTER - 5 POSITIVE AND NEGATIVE RELATIONSHIPS (INTRODUCTION)
63STRUCTURAL BALANCE
64ENEMY'S ENEMY IS A FRIEND
65Characterizing the structure of balanced networks
66BALANCE THEOREM
67PROOF OF BALANCE THEOREM
68Introduction to positive and negative edges
69Outline of implemantation
70Creating graph, displaying it and counting unstable triangles
71Moving a network from an unstable to stable state
72Forming two coalitions
73Forming two coalitions contd
74Visualizing coalitions and the evolution
75The Web Graph
76Collecting the Web Graph
77Equal Coin Distribution
78Random Coin Dropping
79Google Page Ranking Using Web Graph
80Implementing PageRank Using Points Distribution Method-1
81Implementing PageRank Using Points Distribution Method-2
82Implementing PageRank Using Points Distribution Method-3
83Implementing PageRank Using Points Distribution Method-4
84Implementing PageRank Using Random Walk Method -1
85Implementing PageRank Using Random Walk Method -2
86DegreeRank versus PageRank
87We Follow
88Why do we Follow?
89Diffusion in Networks
90Modeling Diffusion
91Modeling Diffusion (continued)
92Impact of Commmunities on Diffusion
93Cascade and Clusters
94Knowledge, Thresholds and the Collective Action
95An Introduction to the Programming Screencast (Coding 4 major ideas)
96The Base Code
97Coding the First Big Idea - Increasing the Payoff
98Coding the Second Big Idea - Key People
99Coding the Third Big Idea- Impact of Communities on Cascades
100Coding the Fourth Big Idea - Cascades and Clusters
101Introduction to Hubs and Authorities (A Story)
102Principle of Repeated Improvement (A story)
103Principle of Repeated Improvement (An example)
104Hubs and Authorities
105PageRank Revisited - An example
106PageRank Revisited - Convergence in the Example
107PageRank Revisited - Conservation and Convergence
108PageRank, conservation and convergence - Another example
109Matrix Multiplication (Pre-requisite 1)
110Convergence in Repeated Matrix Multiplication (Pre-requisite 1)
111Addition of Two Vectors (Pre-requisite 2)
112Convergence in Repeated Matrix Multiplication- The Details
113PageRank as a Matrix Operation
114PageRank Explained
115Introduction to Powerlaw
116Why do Normal Distributions Appear?
117Power Law emerges in WWW graphs
118Detecting the Presence of Powerlaw
119Rich Get Richer Phenomenon
120 Summary So Far
121Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-1
122Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-2
123Implementing a Random Graph (Erdos- Renyi Model)-1
124Implementing a Random Graph (Erdos- Renyi Model)-2
125Forced Versus Random Removal of Nodes (Attack Survivability)
126Rich Get Richer - A Possible Reason
127Rich Get Richer - The Long Tail
128Epidemics- An Introduction
129Introduction to epidemics (contd..)
130Simple Branching Process for Modeling Epidemics
131Simple Branching Process for Modeling Epidemics (contd..)
132Basic Reproductive Number
133Modeling epidemics on complex networks
134SIR and SIS spreading models
135Comparison between SIR and SIS spreading models
136Basic Reproductive Number Revisited for Complex Networks
137Percolation model
138Analysis of basic reproductive number in branching model (The problem statement)
139Analyzing basic reproductive number 2
140Analyzing basic reproductive number 3
141Analyzing basic reproductive number 4
142Analyzing basic reproductive number 5
143Small World Effect - An Introduction
144Milgram's Experiment
145The Reason
146The Generative Model
147Decentralized Search - I
148Decentralized Search - II
149Decentralized Search - III
150Programming illustration- Small world networks : Introduction
151Base code
152Making homophily based edges
153Adding weak ties
154Plotting change in diameter
155Programming illustration- Myopic Search : Introduction
156Myopic Search
157Myopic Search comparision to optimal search
158Time Taken by Myopic Search
159PseudoCores : Introduction
160How to be Viral
161Who are the right key nodes?
162finding the right key nodes (the core)
163Coding K-Shell Decomposition
164Coding cascading Model
165Coding the importance of core nodes in cascading
166Pseudo core
Sl.No Chapter Name English
1Introduction
2Answer to the puzzle
3Introduction to Python-1
4Introduction to Python-2
5Introduction to Networkx-1
6Introduction to Networkx-2
7Social Networks: The Challenge
8Google Page Rank
9Searching in a Network
10Link Prediction
11The Contagions
12Importance of Acquaintances
13Marketing on Social Networks
14Introduction to Datasets
15Ingredients Network
16Synonymy Network
17Web Graph
18Social Network Datasets
19Datasets: Different Formats
20Datasets : How to Download?
21Datasets: Analysing Using Networkx
22Datasets: Analysing Using Gephi
23Introduction : Emergence of Connectedness
24Advanced Material : Emergence of Connectedness
25Programming Illustration : Emergence of Connectedness
26Summary to Datasets
27 Introduction
28Granovetter's Strength of weak ties
29Triads, clustering coefficient and neighborhood overlap
30Structure of weak ties, bridges, and local bridges
31Validation of Granovetter's experiment using cell phone data
32Embededness
33Structural Holes
34Social Capital
35Finding Communities in a graph (Brute Force Method)
36Community Detection Using Girvan Newman Algorithm
37Visualising Communities using Gephi
38Tie Strength, Social Media and Passive Engagement
39Betweenness Measures and Graph Partitioning
40Strong and Weak Relationship - Summary
41Introduction to Homophily - Should you watch your company ?
42Selection and Social Influence
43Interplay between Selection and Social Influence
44Homophily - Definition and measurement
45Foci Closure and Membership Closure
46Introduction to Fatman Evolutionary model
47Fatman Evolutionary Model- The Base Code (Adding people)
48Fatman Evolutionary Model- The Base Code (Adding Social Foci)
49Fatman Evolutionary Model- Implementing Homophily
50Quantifying the Effect of Triadic Closure
51Fatman Evolutionary Model- Implementing Closures
52Fatman Evolutionary Model- Implementing Social Influence
53Fatman Evolutionary Model- Storing and analyzing longitudnal data
54Spatial Segregation: An Introduction
55Spatial Segregation: Simulation of the Schelling Model
56Spatial Segregation: Conclusion
57Schelling Model Implementation-1(Introduction)
58Schelling Model Implementation-2 (Base Code)
59Schelling Model Implementation-3 (Visualization and Getting a list of boundary and internal nodes)
60Schelling Model Implementation-4 (Getting a list of unsatisfied nodes)
61Schelling Model Implementation-5 (Shifting the unsatisfied nodes and visualizing the final graph)
62CHAPTER - 5 POSITIVE AND NEGATIVE RELATIONSHIPS (INTRODUCTION)
63STRUCTURAL BALANCE
64ENEMY'S ENEMY IS A FRIEND
65Characterizing the structure of balanced networks
66BALANCE THEOREM
67PROOF OF BALANCE THEOREM
68Introduction to positive and negative edges
69Outline of implemantation
70Creating graph, displaying it and counting unstable triangles
71Moving a network from an unstable to stable state
72Forming two coalitions
73Forming two coalitions contd
74Visualizing coalitions and the evolution
75The Web Graph
76Collecting the Web Graph
77Equal Coin Distribution
78Random Coin Dropping
79Google Page Ranking Using Web Graph
80Implementing PageRank Using Points Distribution Method-1
81Implementing PageRank Using Points Distribution Method-2
82Implementing PageRank Using Points Distribution Method-3
83Implementing PageRank Using Points Distribution Method-4
84Implementing PageRank Using Random Walk Method -1
85Implementing PageRank Using Random Walk Method -2
86DegreeRank versus PageRank
87We Follow
88Why do we Follow?
89Diffusion in Networks
90Modeling Diffusion
91Modeling Diffusion (continued)
92Impact of Commmunities on Diffusion
93Cascade and Clusters
94Knowledge, Thresholds and the Collective Action
95An Introduction to the Programming Screencast (Coding 4 major ideas)
96The Base Code
97Coding the First Big Idea - Increasing the Payoff
98Coding the Second Big Idea - Key People
99Coding the Third Big Idea- Impact of Communities on Cascades
100Coding the Fourth Big Idea - Cascades and Clusters
101Introduction to Hubs and Authorities (A Story)
102Principle of Repeated Improvement (A story)
103Principle of Repeated Improvement (An example)
104Hubs and Authorities
105PageRank Revisited - An example
106PageRank Revisited - Convergence in the Example
107PageRank Revisited - Conservation and Convergence
108PageRank, conservation and convergence - Another example
109Matrix Multiplication (Pre-requisite 1)
110Convergence in Repeated Matrix Multiplication (Pre-requisite 1)
111Addition of Two Vectors (Pre-requisite 2)
112Convergence in Repeated Matrix Multiplication- The Details
113PageRank as a Matrix Operation
114PageRank Explained
115Introduction to Powerlaw
116Why do Normal Distributions Appear?
117Power Law emerges in WWW graphs
118Detecting the Presence of Powerlaw
119Rich Get Richer Phenomenon
120 Summary So Far
121Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-1
122Implementing Rich-getting-richer Phenomenon (Barabasi-Albert Model)-2
123Implementing a Random Graph (Erdos- Renyi Model)-1
124Implementing a Random Graph (Erdos- Renyi Model)-2
125Forced Versus Random Removal of Nodes (Attack Survivability)
126Rich Get Richer - A Possible Reason
127Rich Get Richer - The Long Tail
128Epidemics- An Introduction
129Introduction to epidemics (contd..)
130Simple Branching Process for Modeling Epidemics
131Simple Branching Process for Modeling Epidemics (contd..)
132Basic Reproductive Number
133Modeling epidemics on complex networks
134SIR and SIS spreading models
135Comparison between SIR and SIS spreading models
136Basic Reproductive Number Revisited for Complex Networks
137Percolation model
138Analysis of basic reproductive number in branching model (The problem statement)
139Analyzing basic reproductive number 2
140Analyzing basic reproductive number 3
141Analyzing basic reproductive number 4
142Analyzing basic reproductive number 5
143Small World Effect - An Introduction
144Milgram's Experiment
145The Reason
146The Generative Model
147Decentralized Search - I
148Decentralized Search - II
149Decentralized Search - III
150Programming illustration- Small world networks : Introduction
151Base code
152Making homophily based edges
153Adding weak ties
154Plotting change in diameter
155Programming illustration- Myopic Search : Introduction
156Myopic Search
157Myopic Search comparision to optimal search
158Time Taken by Myopic Search
159PseudoCores : Introduction
160How to be Viral
161Who are the right key nodes?
162finding the right key nodes (the core)
163Coding K-Shell Decomposition
164Coding cascading Model
165Coding the importance of core nodes in cascading
166Pseudo core
Sl.No Language Book link
1English
2BengaliNot Available
3GujaratiNot Available
4HindiNot Available
5KannadaNot Available
6MalayalamNot Available
7MarathiNot Available
8TamilNot Available
9TeluguNot Available

IMAGES

  1. Social Network Analysis

    social network analysis nptel assignment answers

  2. NPTEL Social networks week 10 assignment answers

    social network analysis nptel assignment answers

  3. NPTEL Social networks week 5 assignment answers

    social network analysis nptel assignment answers

  4. Social Networks

    social network analysis nptel assignment answers

  5. Social Networks

    social network analysis nptel assignment answers

  6. NPTEL Social networks week 2 Assignment answers ||swayam

    social network analysis nptel assignment answers

COMMENTS

  1. Social Network Analysis

    Social Network Analysis | NPTEL | Week 1 Assignment 1 Solution | July 2022 SaiTechiez 3.19K subscribers Subscribed 20 2.8K views 1 year ago NPTEL - Social Networks

  2. Social Network Analysis

    Learn how to solve the first assignment of Social Network Analysis, a popular NPTEL course, with this detailed video tutorial.

  3. NPTEL Assignment Answers 2024 And Solutions Progiez

    We provide you NPTEL Assignment Answers 2024 and solutions of all courses. Week 1,2,3, 4, 5, 6, 7 , 8, 9, 10 ,11, 1. By Swayam platform.

  4. gokulkarthik/NPTEL-Social-Networks

    NPTEL-SocialNetworks This repository contains the social networks course notes, network data sets and python programs for network analysis. Some of the surprising observations and beautiful discoveries achieved with Social Network Analysis are listed below.

  5. Nptel Social Networks Week 5 Assignment 5 Answers & Solution

    Want Nptel Social Networks Week 5 Assignment 5 Answers & Solutions. We have all for u All weeks of Social Networks available here on progiez.

  6. Social Network Analysis

    Social Network Analysis. Networks are a fundamental tool for modeling complex social, technological, and biological systems. Coupled with the emergence of online social networks and large-scale data availability in social sciences, this course focuses on the analysis of massive networks which provide many computational, algorithmic, and ...

  7. Social Networks

    Week 0: Assignment answers. Week 1: Introduction. Week 2: Handling Real-world Network Datasets. Week 3: Strength of Weak Ties. Week 4: Strong and Weak Relationships (Continued) & Homophily. Week 5: Homophily Continued and +Ve / -Ve Relationships. Week 6: Link Analysis. Week 7: Cascading Behaviour in Networks.

  8. Social Networks

    NOTE: You can check your answer immediately by clicking show answer button. This set of " Social Networks NPTEL 2022 Week 8 Assignment Solution" contains 10 questions.

  9. Nptel Social Networks Week 8 Assignment 8 Answers & Solution

    Want Nptel Social Networks Week 8 Assignment 8 Answers & Solutions. We have all for u All weeks of Social Networks available here on progiez.

  10. NPTEL Social Network Analysis Week 3 Assignment Answers 2024

    NPTEL Social Network Analysis Week 3 Assignment Answers 2024. 1. A network is said to follow small-world property if: Average path length α (log(network size))-1

  11. NPTEL Social Network Analysis Week 2 Assignment Solution July 2024

    Welcome to our detailed walkthrough of the "NPTEL Social Network Analysis Week 2 Assignment Solution for July 2024," presented by IIT Delhi. This video is ta...

  12. NPTEL Social Network Analysis Week 1 Assignment Answers 2024

    NPTEL Social Network Analysis Week 1 Assignment Answers 2024 1. Social network analysis cannot be used in the healthcare domain (e.g., to map susceptible people from infected ones).

  13. NPTEL Social Network Analysis Assignment Answers 2024 (July-October)

    In this course you will get answers of all 12 weeks assignments of Social Network Analysis. Now we have uploaded the answers of Week 3.

  14. Social Networks

    Week 0: Assignment answers. Week 1: Introduction. Week 2: Handling Real-world Network Datasets. Week 3: Strength of Weak Ties. Week 4: Strong and Weak Relationships (Continued) & Homophily. Week 5: Homophily Continued and +Ve / -Ve Relationships. Week 6: Link Analysis. Week 7: Cascading Behaviour in Networks.

  15. NPTEL Week 1 Assignment: Social Network Analysis

    Welcome to the NPTEL Week 1 Assignment on Social Network Analysis. In this comprehensive tutorial, we dive into the fascinating world of analyzing social networks and understanding their ...

  16. PunithKumarMR/Social-Networks-NPTEL

    This repository contains the social networks course notes, network data sets and python programs for network analysis. NPTEL (National Programme on Technology Enhanced Learning) Social Networks - ...

  17. NPTEL :: Computer Science and Engineering

    NPTEL provides E-learning through online Web and Video courses various streams.

  18. Social Network Analysis Week 1 Quiz Assignment Solution

    This video is for providing on Social Network AnalysisThis video is for Education PurposeThis Course is provided by NPTEL - Online courses This video is ...

  19. Social Networks

    Her research primarily focuses on Social Network Analysis and Complex Networks. The major research projects include "Modeling Information Diffusion" and "Understanding Virality of Internet Memes" in online social networks.

  20. NPTEL :: Computer Science and Engineering

    NPTEL provides E-learning through online Web and Video courses various streams.

  21. Social Networks

    #Social Networks#NPTEL Assignment SolutionThe world has become highly interconnected and hence more complex than ever before. We are surrounded by a multitud...