ArticleslgStudy

computer science

Weighted network

Weighted network is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Weighted network rather than just read about it. In short: A weighted network is a network where the ties among nodes have weights assigned to them. A network is a system whose elements are somehow connected.

Weighted network — main illustration
Weighted network — illustration

Key takeaways

  • Weighted network belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Weighted network to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Weighted network from memory before moving on to harder problems.

Reference excerpt

A weighted network is a network where the ties among nodes have weights assigned to them. A network is a system whose elements are somehow connected. The elements of a system are represented as nodes (also known as actors or vertices) and the connections among interacting elements are known as ties, edges, arcs, or links. The nodes might be neurons, individuals, groups, organisations, airports, or even countries, whereas ties can take the form of friendship, communication, collaboration, alliance, flow, or trade, to name a few. In a number of real-world networks, not all ties in a network have the same capacity. In fact, ties are often associated with weights that differentiate them in terms of their strength, intensity, or capacity On the one hand, Mark Granovetter (1973) argued that the strength of social relationships in social networks is a function of their duration, emotional intensity, intimacy, and exchange of services. On the other, for non-social networks, weights often refer to the function performed by ties, e.g., the carbon flow (mg/m2/day) between species in food webs, the number of synapses and gap junctions in neural networks, or the amount of traffic flowing along connections in transportation networks.

By recording the strength of ties, a weighted network can be created (also known as a valued network). Weighted networks are also widely used in genomic and systems biologic applications. For example, weighted gene co-expression network analysis (WGCNA) is often used for constructing a weighted network among genes (or gene products) based on gene expression (e.g. microarray) data. More generally, weighted correlation networks can be defined by soft-thresholding the pairwise correlations among variables (e.g. gene measurements).

Measures for weighted networks Although weighted networks are more difficult to analyse than if ties were simply present or absent, a number of network measures has been proposed for weighted networks:

Node strength: The sum of weights attached to ties belonging to a node Closeness: Redefined by using Dijkstra's distance algorithm Betweenness: Redefined by using Dijkstra's distance algorithm The clustering coefficient (global): Redefined by using a triplet value The clustering coefficient (local): Redefined by using a triplet value or using an algebraic formula A theoretical advantage of weighted networks is that they allow one to derive relationships among different network measures (also known as network concepts, statistics or indices). For example, Dong and Horvath (2007) show that simple relationships among network measures can be derived in clusters of nodes (modules) in weighted networks. For weighted correlation networks, one can use the angular interpretation of correlations to provide a geometric interpretation of network theoretic concepts and to derive unexpected relationships among them Horvath and Dong (2008)

Intrinsically dense weighted networks In network theory, intrinsically dense weighted networks represent a distinctive class of complex structures characterized by a near-completeness of links and associated weights, transcending the conventional constraints of sparser network configurations. Unlike sparse networks where the absence of links typically indicate lack of interaction, intrinsically dense networks exhibit a comprehensive interconnection among nodes, where each node is intricately linked to all others. Such systems do not have obvious natural limits for a node to have connection with any or all of the other nodes. The term "intrinsically dense" emphasizes that edges within these networks may not solely represent positive relationships but can encompass randomness or even negative associations based on their respective weights. For instance, in scenarios where edge weights denote similarity between nodes, lower weights don't just signify a lack of similarity but may connote dissimilarity or negative underlying links. The study by Gursoy & Badur (2021) introduced methods to extract meaningful and sparse signed backbones from these networks, showcasing their significance in preserving the intricate structures inherent in intrinsically dense weighted networks across various domains including certain migration, voting, human contact, and species cohabitation networks. This distinctive network paradigm expands the understanding of complex systems observed in natural, social, and technological domains, offering insights into nuanced interactions and relationships within these densely interconnected networks.

Software for analysing weighted networks There are a number of software packages that can analyse weighted networks; see social network analysis software. Among these are the proprietary software UCINET and the open-source package tnet. The WGCNA R package implements functions for constructing and analyzing weighted networks in particular weighted correlation networks.

See also Disparity filter algorithm of weighted network

References

Illustrations

Weighted network: Example of a weighted network (weights can also be visualized by giving edges different widths)
Example of a weighted network (weights can also be visualized by giving edges different widths)

Worked examples

Example 1 — a first encounter with Weighted network

Start with the simplest possible case. Write down what Weighted network claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Weighted network before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Weighted network ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Weighted network

In research
Weighted network appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Weighted network in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Weighted network is common in secondary-school and first-year university syllabi. It links to neighbouring topics Network theory, Sociological terminology, so understanding it makes those chapters shorter.
In everyday life
Look for Weighted network outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Weighted network in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Weighted network means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Weighted network out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Weighted network in simple terms?

A weighted network is a network where the ties among nodes have weights assigned to them. A network is a system whose elements are somehow connected.

Why does Weighted network matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Weighted network?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Weighted network.

Tags

  • Network theory
  • Sociological terminology

Keep exploring