The Barabási–Albert (BA) model is an algorithm for generating random scale-freenetworks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the World Wide Web, citation networks, and some social networks are thought to be approximately scale-free and certainly contain few nodes (called hubs) with unusually high degree as compared to the other nodes of the network. The BA model tries to explain the existence of such nodes in real networks. The algorithm is named for its inventors Albert-László Barabási and Réka Albert.
Concepts
Many observed networks (at least approximately) fall into the class of scale-free networks, meaning that they have power-law (or scale-free) degree distributions, while random graph models such as the Erdős–Rényi (ER) model and the Watts–Strogatz (WS) model do not exhibit power laws. The Barabási–Albert model is one of several proposed models that generate scale-free networks. It incorporates two important general concepts: growth and preferential attachment. Both growth and preferential attachment exist widely in real networks.
Growth means that the number of nodes in the network increases over time.
Preferential attachment means that the more connected a node is, the more likely it is to receive new links. Nodes with a higher degree have a stronger ability to grab links added to the network. Intuitively, the preferential attachment can be understood if we think in terms of social networks connecting people. Here a link from A to B means that person A "knows" or "is acquainted with" person B. Heavily linked nodes represent well-known people with lots of relations. When a newcomer enters the community, they are more likely to become acquainted with one of those more visible people rather than with a relative unknown. The BA model was proposed by assuming that in the World Wide Web, new pages link preferentially to hubs, i.e. very well known sites such as Google, rather than to pages that hardly anyone knows. If someone selects a new page to link to by randomly choosing an existing link, the probability of selecting a particular page would be proportional to its degree. The BA model claims that this explains the preferential attachment probability rule.
Later, the Bianconi–Barabási model works to address this issue by introducing a "fitness" parameter.
Preferential attachment is an example of a positive feedback cycle where initially random variations (one node initially having more links or having started accumulating links earlier than another) are automatically reinforced, thus greatly magnifying differences. This is also sometimes called the Matthew effect, "the rich get richer". See also autocatalysis.
Algorithm
The only parameter in the BA model is , a positive integer. The network initializes with a network of nodes.
At each step, add one new node, then sample existing vertices from the network, with a probability that is proportional to the number of links that the existing nodes already have (The original papers did not specify how to handle cases where the same existing node is chosen multiple times.). Formally, the probability that the new node is connected to node is[1]
where is the degree of node and the sum is made over all pre-existing nodes (i.e. the denominator results in twice the current number of edges in the network). This step can be performed by first uniformly sampling one edge, then sampling one of the two vertices on the edge.
Heavily linked nodes ("hubs") tend to quickly accumulate even more links, while nodes with only a few links are unlikely to be chosen as the destination for a new link. The new nodes have a "preference" to attach themselves to the already heavily linked nodes.
The degree distribution resulting from the BA model is scale free, in particular, it is a power law of the form
Hirsch index distribution
The h-index or Hirsch index distribution was shown to also be scale free and was proposed as the lobby index, to be used as a centrality measure[2]
Furthermore, an analytic result for the density of nodes with h-index 1 can be obtained in the case where
Node degree correlations
Correlations between the degrees of connected nodes develop spontaneously in the BA model because of the way the network evolves. The probability, , of finding a link that connects a node of degree to an ancestor node of degree in the BA model for the special case of (BA tree) is given by
This confirms the existence of degree correlations, because if the distributions were uncorrelated, we would get .[1]
For general , the fraction of links who connect a node of degree to a node of degree is[3]
Also, the nearest-neighbor degree distribution , that is, the degree distribution of the neighbors of a node with degree , is given by[3]
In other words, if we select a node with degree , and then select one of its neighbors randomly, the probability that this randomly selected neighbor will have degree is given by the expression above.
Clustering coefficient
An analytical result for the clustering coefficient of the BA model was obtained by Klemm and Eguíluz[4] and proven by Bollobás.[5] A mean-field approach to study the clustering coefficient was applied by Fronczak, Fronczak and Holyst.[6]
This behavior is still distinct from the behavior of small-world networks where clustering is independent of system size.
In the case of hierarchical networks, clustering as a function of node degree also follows a power-law,
This result was obtained analytically by Dorogovtsev, Goltsev and Mendes.[7]
The spectral density of BA model has a different shape from the semicircular spectral density of random graph. It has a triangle-like shape with the top lying well above the semicircle and edges decaying as a power law.[8] In [9] (Section 5.1), it was proved that the shape of this spectral density is not an exact triangular function by analyzing the moments of the spectral density as a function of the power-law exponent.
By definition, the BA model describes a time developing phenomenon and hence, besides its scale-free property, one could also look for its dynamic scaling property.
In the BA network nodes can also be characterized by generalized degree , the product
of the square root of the birth time of each node and their corresponding degree , instead
of the degree alone since the time of birth matters in the BA network. We find that the
generalized degree distribution has some non-trivial features and exhibits dynamic scaling
It implies that the distinct plots of vs would collapse into a universal curve if we plot vs .[10]
Limiting cases
Model A
Model A retains growth but does not include preferential attachment. The probability of a new node connecting to any pre-existing node is equal. The resulting degree distribution in this limit is geometric,[11] indicating that growth alone is not sufficient to produce a scale-free structure.
Model B
Model B retains preferential attachment but eliminates growth. The model begins with a fixed number of disconnected nodes and adds links, preferentially choosing high degree nodes as link destinations. Though the degree distribution early in the simulation looks scale-free, the distribution is not stable, and it eventually becomes nearly Gaussian as the network nears saturation. So preferential attachment alone is not sufficient to produce a scale-free structure.
The failure of models A and B to lead to a scale-free distribution indicates that growth and preferential attachment are needed simultaneously to reproduce the stationary power-law distribution observed in real networks.[1]
The BA model can be thought of as a specific case of the more general non-linear preferential attachment (NLPA) model.[12] The NLPA algorithm is identical to the BA model with the attachment probability replaced by the more general form
where is a constant positive exponent. If , NLPA reduces to the BA model and is referred to as "linear". If , NLPA is referred to as "sub-linear" and the degree distribution of the network tends to a stretched exponential distribution. If , NLPA is referred to as "super-linear" and a small number of nodes connect to almost all other nodes in the network. For both and , the scale-free property of the network is broken in the limit of infinite system size. However, if is only slightly larger than , NLPA may result in degree distributions which appear to be transiently scale free.[13]
History
Preferential attachment made its first appearance in 1923 in the celebrated urn model of the Hungarian mathematician György Pólya in 1923.[14] The master equation method, which yields a more transparent derivation, was applied to the problem by Herbert A. Simon in 1955[15] in the course of studies of the sizes of cities and other phenomena. It was first applied to explain citation frequencies by Derek de Solla Price in 1976.[16] Price was interested in the accumulation of citations of scientific papers and the Price model used "cumulative advantage" (his name for preferential attachment) to generate a fat tailed distribution. In the language of modern citations network, Price's model produces a directed network, i.e. the version of the Barabási-Albert model. The name "preferential attachment" and the present popularity of scale-free network models is due to the work of Albert-László Barabási and Réka Albert, who discovered that a similar process is present in real networks, and applied in 1999 preferential attachment to explain the numerically observed degree distributions on the web.[17]
^M. K. Hassan, M. Z. Hassan and N. I. Pavel, “Dynamic scaling, data-collapseand Self-similarity in Barabasi-Albert networks” J. Phys. A: Math. Theor. 44 175101 (2011) https://dx.doi.org/10.1088/1751-8113/44/17/175101
Ini adalah daftar katedral di Haiti. Katedral Bunda Maria Dikandung Tanpa Noda di Cap-Haïtien Katedral Port-au-Prince Katolik Katedral Gereja Katolik di Haiti:[1] Katedral Santa Anna, Anse-à-Veau Katedral Bunda Maria Dikandung Tanpa Noda, Cap-Haïtien Katedral Santo Yosef, Fort-Liberté Katedral Maria Dikandung Tanpa Noda, Hinche Katedral Santo Yakobus dan Santo Filipus, Jacmel Katedral Santo Louis Raja Prancis, Jérémie Katedral Bunda Maria Diangkat ke Surga, Les Cayes Katedral Sa...
For the Band of Brothers episode, see Carentan (Band of Brothers). For the Sanctuary episode, see Carentan (Sanctuary). Delegated commune of Carentan-les-Marais in Normandy, FranceCarentanDelegated commune of Carentan-les-Marais PortLocation of Carentan CarentanShow map of FranceCarentanShow map of NormandyCoordinates: 49°18′N 1°15′W / 49.30°N 1.25°W / 49.30; -1.25CountryFranceRegionNormandyDepartmentMancheArrondissementSaint-LôCantonCarentanCommuneCarentan-le...
У этого термина существуют и другие значения, см. Пареха. МуниципалитетПарехаPareja Герб 40°33′23″ с. ш. 2°38′58″ з. д.HGЯO Страна Испания Автономное сообщество Кастилия — Ла-Манча Провинция Гвадалахара Глава Франсиско Хавьер дель Рио Ромеро[d] История и география Пл
(آثار فلسطينية قديمة مصورة) تحتوي على وصف مبكر وجدول زمني للمراجع التاريخية لاسم فلسطين. يقدم هذا المقال قائمة من المراجع التاريخية البارزة لاسم فلسطين عبر تاريخ المنطقة. تم العثور على المصطلح «فلسط» (الذي تمت ترجمته من الكتابة الهيروغليفية باسم ف-ر-س-ط) في خمسة نقوش تشير...
Queen’s Road皇后大道 Hong Kong, China China Queen’s Road Central en su intersección con Duddell Street, ca. 1900.Datos de la rutaInauguración 1843Ubicación 22°16′51″N 114°09′22″E / 22.2808, 114.156[editar datos en Wikidata] Queen's Road es un grupo de calles situadas en la costa norte de la Isla de Hong Kong, en Hong Kong, China, dentro de los límites de Victoria. Fue la primera calle de Hong Kong, construida por los británicos entre ...
ملعب الحزب الوطني الفاشيStadio Nazionale del PNF (بالإيطالية) معلومات عامةالمنطقة الإدارية روما البلد إيطاليا التشييد والافتتاحالمهندس المعماري Marcello Piacentini (en) الإقفال 1953 الهدم 1957 الاستعمالالرياضة كرة القدم المستضيف منتخب إيطاليا لاتحاد الرغبي المالك روما أحداث مهمة كأس العالم ...
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: List of Bengali films of 1987 – news · newspapers · books · scholar · JSTOR (September 2022) (Learn how and when to remove this template message) Bengali cinema 1930s 1930 1931 1932 1933 19341935 1936 1937 1938 1939 1940s 1940 1941 1942 1943 19441945 1946 1947 ...
For the Australian locality, see Torwood, Queensland. Human settlement in ScotlandTorwoodScottish Gaelic: Coille TorCottages at the south of TorwoodTorwoodLocation within the Falkirk council areaPopulation245 (2011)OS grid referenceNS 840849• Edinburgh26.8 mi (43.1 km) ESE• London349 mi (562 km) SSECivil parishDunipaceCouncil areaFalkirkLieutenancy areaStirling and FalkirkCountryScotlandSovereign stateUnited KingdomPost townLARBE...
Peta Gyeongsang-do Gyeongsang atau Gyeongsang-do (Hangeul:경상도/ Hanja:慶尙道) adalah salah satu dari Delapan Provinsi di Semenanjung Korea pada zaman Dinasti Joseon. Ibu kota Provinsi Gyeongsang adalah Daegu. Daerah Gyeongsang sangat berpengaruh sejak lama di Korea dikarenakan tempat ini adalah bekas kerajaan Silla yang berhasil mempersatukan negara-negara di Semenanjung Korea. Dari daerah ini banyak lahir tokoh-tokoh politik yang berpengaruh dalam dunia modern Korea, seperti Park Chu...
For radical toryism, see Radical politics. The topic of this article may not meet Wikipedia's notability guideline for books. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: A Radical Tory – news · newspapers · books...
This is a dynamic list and may never be able to satisfy particular standards for completeness. You can help by adding missing items with reliable sources. Kelly at the 2016 Toronto International Film Festival promoting Sing Tori Kelly is an American singer-songwriter who slowly gained recognition after starting to post videos on YouTube at the age of 14. When she was 16, Kelly auditioned for the singing competition television series American Idol. After being eliminated from the show, Kelly b...
Team Bahrain Victorious2021 seasonTeam Bahrain Victorious leading the peloton on Stage 1 of the Tour of SloveniaUCI codeTBVStatusUCI WorldTeamWorld Tour Rank5thOwnerNasser bin Hamad Al KhalifaManager Milan Eržen (SLO)Based BahrainBicyclesMeridaGroupsetShimanoSeason victoriesOne-day races2Stage race overall3Stage race stages22National Championships4Most Wins Sonny Colbrelli (ITA) (10)Best ranked rider Sonny Colbre...
2000 Indian filmMaa AnnayyaDVD coverDirected byRavi Raja PinisettyStory byVikramanBased onVaanathaippola (Tamil)Produced byBellamkonda SureshSinganamala Ramesh BabuStarringDr. RajasekharMeenaMaheswariDeepti BhatnagarBrahmajiVineethMusic byS. A. RajkumarProductioncompanySRS & Sri Ganesh ProductionsRelease date1 December 2000CountryIndiaLanguageTelugu Maa Annayya (transl. Our Elder Brother) is a 2000 Indian Telugu-language drama film directed by Ravi Raja Pinisetty.[1] The fil...
Data structure for storing non-overlapping sets Disjoint-set/Union-find ForestTypemultiway treeInvented1964Invented byBernard A. Galler and Michael J. FischerTime complexity in big O notationOperation Average Worst caseSearch O(α(n))[1] (amortized) O(α(n))[1] (amortized)Insert O(1)[1] O(1)[1]Space complexitySpace O(n)[1] O(n)[1] In computer science, a disjoint-set data structure, also called a union–find data structure or merge–find set, i...
Park in Griswold, Connecticut, US Hopeville Pond State ParkBeachLocation in ConnecticutShow map of ConnecticutHopeville Pond State Park (the United States)Show map of the United StatesLocationGriswold, New London, Connecticut, United StatesCoordinates41°36′27″N 71°55′08″W / 41.60750°N 71.91889°W / 41.60750; -71.91889[1]Area554 acres (224 ha)[2]Elevation213 ft (65 m)[1]Established1938Governing bodyConnecticut Depar...
Events of 2020 in Ethiopia This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: 2020 in Ethiopia – news · newspapers · books · scholar · JSTOR (October 2021) (Learn how and when to remove this template message) ← 2019 2018 2017 2020 in Ethiopia → 2021 2022 2023 Decades: 2000s 2010s 2020s See also:Othe...
Structural design which uses diagonal members instead of columns For the grid computing network, see DiaGrid (distributed computing network). Base of 30 St Mary Axe, London, UK The world's first diagrid hyperboloid structure in Polibino, Russia MyZeil, Frankfurt, Germany CCTV Headquarters, Beijing, China A diagrid (a portmanteau of diagonal grid) is a framework of diagonally intersecting metal, concrete, or wooden beams that is used in the construction of buildings and roofs.[1] It re...
Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!