MathJax


Wednesday, October 29, 2025

2025-276

In a network, for nodes of degree \(k=3\), the conditional degree distribution of their neighbors is given by:

\[p(k'=1|k=3) = 0.5\]

\[p(k'=2|k=3) = 0.3\]

\[p(k'=5|k=3) = 0.2\]

What is the value of \(k_{nn}(3)\), i.e., the average degree of the neighbors of nodes with degree 3?

  1. 1.8
  2. 1.9
  3. 2.1
  4. 3.0
  5. None of the above.

Original idea by Jonas Henrique Ribeiro Paula

No comments:

Post a Comment

2025-277

Consider the following example of a standard fully-connected Multilayer Perceptron (MLP), a type of artificial neural network. It has an inp...