MathJax


Sunday, October 9, 2022

2022-170

Consider an undirected network that follows the Barabási-Albert model with \( m = 4\).  What is the network's expected diameter at time \( t = 1000 \) (round to 1 decimal place)? 

  1. 3.6
  2. 12.1
  3. 503.5
  4. 999.7
  5. None of the above.
Original idea by: André Nóbrega

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