ArticleslgStudy

computer science

Initial attractiveness

Initial attractiveness 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 Initial attractiveness rather than just read about it. In short: The initial attractiveness is a possible extension of the Barabási–Albert model (preferential attachment model). The Barabási–Albert model generates scale-free networks where the degree distribution can be described by a pure power law.

Initial attractiveness — main illustration
Initial attractiveness — illustration

Key takeaways

  • Initial attractiveness 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 Initial attractiveness to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Initial attractiveness from memory before moving on to harder problems.

Reference excerpt

The initial attractiveness is a possible extension of the Barabási–Albert model (preferential attachment model). The Barabási–Albert model generates scale-free networks where the degree distribution can be described by a pure power law. However, the degree distribution of most real life networks cannot be described by a power law solely. The most common discrepancies regarding the degree distribution found in real networks are the high degree cut-off (or structural cut-off) and the low degree saturation. The inclusion of initial attractiveness in the Barabási–Albert model addresses the low-degree saturation phenomenon. Intuitively, it also makes sense since when moving to a new city you can still make new connections even though you don't know anyone. But in the Barabási–Albert model a node that has degree zero has probability 0 of garnering new connections. With initial attractiveness you always have a residual "attractiveness" irrespective of how many connections you already have.

Definition The Barabási–Albert model defines the following linear preferential attachment rule: Π ( k i ) = k i ∑ j k j {\displaystyle \Pi \left(k_{i}\right)={\frac {k_{i}}{\sum _{j}k_{j}}}} . This would imply that the probability that a new node will attach to a node that has a zero degree is zero – Π ( 0 ) = 0 {\displaystyle \Pi (0)=0} . The preferential attachment function of the Barabási–Albert model can be modified as follows: Π ( k ) = A + k {\displaystyle \Pi (k)=A+k} as proposed by Dorogovtsev-Mendes-Samukhin. The constant A {\displaystyle A} denotes the initial attractiveness of the node. From this the preferential attachment rule with initial attractiveness comes as:

Π ( k i ) = A + k i ∑ j ( A + k j ) {\displaystyle \Pi (k_{i})={\frac {A+k_{i}}{\sum \limits _{j}(A+k_{j})}}}

Based on this attachment rule it can be inferred that: Π ( 0 ) ∼ A {\displaystyle \Pi (0)\sim A} . This means that even isolated nodes with Π ( 0 ) {\displaystyle \Pi (0)} have a chance to obtain connections with the newly arriving nodes.

Consequences The presence of initial attractiveness results in two important consequences one is the small degree cut-off (or small degree saturation). The degree saturation occurs because by using initial attractiveness we increase the probability of connecting to low degree nodes which flattens their probability in the degree distribution. Another consequence is the increased degree exponent of the degree distribution. This is important because it changes the properties of the network. The network becomes more homogeneous, closer to a random network, decreasing the size and frequency of the hubs.

Small degree cut-off/saturation The small degree saturation is an empirical regularity – the number of nodes with low degree is smaller than it would be expected if a power law would describe the degree distribution. The reason why this appears is the following: initial attractiveness increases the probability that the node obtains connection with an arriving node. This increased attachment probability becomes marginal as the node obtains more connections – it does not affect the right tail of the distribution. The degree distribution of a model with initial attractiveness can be described by the following: p k = C ⋅ ( k + A ) − γ {\displaystyle p_{k}=C\cdot (k+A)^{-\gamma }} .

Examples

There are numerous real life networks when the degree distribution shows some kind of small degree cut-off. The following list offers some examples:

Scientific collaboration network Co-stardom network Citation network

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Initial attractiveness

Start with the simplest possible case. Write down what Initial attractiveness 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 Initial attractiveness 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 Initial attractiveness 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 Initial attractiveness

In research
Initial attractiveness 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 Initial attractiveness 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
Initial attractiveness is common in secondary-school and first-year university syllabi. It links to neighbouring topics Graph algorithms, so understanding it makes those chapters shorter.
In everyday life
Look for Initial attractiveness 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 Initial attractiveness in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Initial attractiveness 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 Initial attractiveness out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Initial attractiveness in simple terms?

The initial attractiveness is a possible extension of the Barabási–Albert model (preferential attachment model). The Barabási–Albert model generates scale-free networks where the degree distribution can be described by a pure power law.

Why does Initial attractiveness 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 Initial attractiveness?

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 Initial attractiveness.

Tags

  • Graph algorithms

Keep exploring