更改

跳到导航 跳到搜索
添加9,991字节 、 2020年10月14日 (三) 23:11
创建页面,内容为“==Sources== The Flickr and Delicious data sets are provided by the [http://www.uni-koblenz-landau.de/koblenz/fb4/AGStaab/Research/DataSets/PINTSExperimentsDataSets/…”
==Sources==

The Flickr and Delicious data sets are provided by the [http://www.uni-koblenz-landau.de/koblenz/fb4/AGStaab/Research/DataSets/PINTSExperimentsDataSets/index_html PINTS] project.

The Bitcoin data set is provided by [http://www.vo.elte.hu/bitcoin/default.htm Kondor et al].

==Flickr==

===Growth of system size===
[[File:flickr_daily_urt.png|350px]]

The above figure gives the growth of the total number of unique users, unique resources, and unique tags. The dashed line show the exponential growth model
<math>
T_{day}\sim e^{0.01day}
</math>
for comparison.

===Growth of system variance===

[[File:flickr_daily_uv_pv_time.png|缩略图]]

The left figure shows five daily quantities, including N of unique, active users, N of unique, created tags, N of unique, uploaded resources, N of successive tagging activities (effect pv), and the total time cost of the tagging behavior.

===Accelerating growth of information production===
[[File:flickr_scaling_uv_pv_time.png|700px]]

1. Effective PV grows faster than UV, satisfying
<math>
PV\sim UV^{\theta >1}
</math>
. It means that the average contribution of users
<math>
AC = PV/UV \sim UV^{\theta - 1 > 0}
</math>
increases with system size.

2. Total time TT grows slower than PV and UV, satisfying
<math>
TT \sim PV^{\alpha <1}
</math>
and
<math>
T \sim UV^{\beta <1}
</math>
. It means that both of the average time spent by individual
<math>
ET = TT/UV \sim UV^{\beta -1 <0}
</math>
and the average duration of a single tagging behavior
<math>
AP = TT/PV \sim PV^{\alpha -1}\sim UV^{\theta(\alpha-1)<0}
</math>
decrease with system size.

3. In sum, as the system grows, users speed up the rate of producing and generate more information resources.

===Relative growth rate between users, resources, and tags===

[[File:flickr_scaling_uv_res_tag.png|缩略图]]

Resources grows faster than users, as users continuously add new resources (photos) into the system, but tag grows slower than users and resources, this indicates the efficiency of natural language: we only need a limited amount of words to describe limitless objects.

===Example clickstream networks in three days===

[[File:flickr-2004-01-01new.png|250px]]
[[File:flickr-2004-06-01new.png|250px]]
[[File:flickr-2004-09-01.png|250px]]

The above figure shows the clickstream networks in 2004-01-01, 2004-06-01, and 2004-12-01. The nodes are tags and the edges are the directed, weighted clickstreams between tags. A directed clickstream is generated between two tags when a user use them successively to annotate the same resource.

===Growth of daily network size===

[[File:flickr_daily_networkstat.png|缩略图]]

===Scaling of clickstream networks and the efficiency of information production===

[[File:flickr_scaling_networkstat.png|700px]]

The scaling across daily networks implies that large networks are simply the scaled up version of small networks. The increase of nodes (tags), edges (semantic relationships), through-flow (uv) and total flow (uv) does not change the flow structure of the networks. In particular, we find that

<math>
PV\sim UV^{\theta >1} \rightarrow \theta \sim log(PV)/log(UV) = 1.1
</math>

<math>\theta</math> can be used as an indicator of information production, because it describe the constant rate of information output (pv, or tagging behavior) generated from attention input (uv).

Note that the scaling of the networks are more "clean" than the scaling of the system. It means that the clickstream network model captures the growth dynamics of the system and successfully remove the noise, especially at the early stage of the system development.

==Delicious==
===Growth of system size===
[[File:delicious_daily_urt.png|350px]]

The above figure gives the growth of the total number of unique users, unique resources, and unique tags. The dashed line show the exponential growth model
<math>
T_{day}\sim e^{0.0057day}
</math>
for comparison.

===Growth of system variance===

[[File:delicious_daily_uv_pv_time.png|缩略图]]

The left figure shows five daily quantities, including N of unique, active users, N of unique, created tags, N of unique, uploaded resources, N of successive tagging activities (effect pv), and the total time cost of the tagging behavior.

===Accelerating growth of information production===
[[File:delicious_scaling_uv_pv_time.png|700px]]

1. Effective PV grows faster than UV, satisfying
<math>
PV\sim UV^{\theta >1}
</math>
. It means that the average contribution of users
<math>
AC = PV/UV \sim UV^{\theta - 1 > 0}
</math>
increases with system size.

2. Total time TT grows slower than PV and UV, satisfying
<math>
TT \sim PV^{\alpha <1}
</math>
and
<math>
T \sim UV^{\beta <1}
</math>
. It means that both of the average time spent by individual
<math>
ET = TT/UV \sim UV^{\beta -1 <0}
</math>
and the average duration of a single tagging behavior
<math>
AP = TT/PV \sim PV^{\alpha -1}\sim UV^{\theta(\alpha-1)<0}
</math>
decrease with system size.

3. In sum, as the system grows, users speed up the rate of producing and generate more information resources.

===Relative growth rate between users, resources, and tags===

[[File:delicious_scaling_uv_res_tag.png|缩略图]]

Resources grows faster than users, as users continuously add new resources (photos) into the system, but tag grows slower than users and resources, this indicates the efficiency of natural language: we only need a limited amount of words to describe limitless objects.

===Example clickstream networks in three days===

[[File:delicious-2003-01-01new.png|250px]]
[[File:delicious-2003-06-01new.png|250px]]
[[File:delicious-2003-12-01new.png|250px]]

The above figure shows the delicious clickstream networks in 2003-01-01, 2003-06-01, and 2003-12-01. The nodes are tags and the edges are the directed, weighted clickstreams between tags. A directed clickstream is generated between two tags when a user use them successively to annotate the same resource.

The Delicious clickstreams between tags are more "reasonable" to researcher than Flickr clickstreams, this is because in the Delicious system users are tagging the resources in the public domain, such as news and technological blogs, whereas in the Flickr system users are usually tagging their personal photos.

===Scaling of clickstream networks and the efficiency of information production===

[[File:delicious_scaling_networkstat.png|700px]]

The scaling across daily networks implies that large networks are simply the scaled up version of small networks. The increase of nodes (tags), edges (semantic relationships), through-flow (uv) and total flow (uv) does not change the flow structure of the networks. In particular, we find that

<math>
PV\sim UV^{\theta >1} \rightarrow \theta \sim log(PV)/log(UV) = 1.1
</math>

<math>\theta</math> can be used as an indicator of information production, because it describe the constant rate of information output (pv, or tagging behavior) generated from attention input (uv).

Note that the scaling of the networks are more "clean" than the scaling of the system. It means that the clickstream network model captures the growth dynamics of the system and successfully remove the noise, especially at the early stage of the system development.

==BitCoin==



===Growth of system size===
[[File:bitcoin_daily_uv_pv.png|350px]]

The above figure gives the growth of the total number of users, transactions, and total money transferred. The dashed line show the exponential growth model
<math>
T_{day}\sim e^{0.007day}
</math>
for comparison.

===Example money-flow networks in three days===

[[File:2009-01-12.png|250px]]
[[File:2010-09-12.png|250px]]
[[File:2011-01-13.png|250px]]

The above figure shows the money-flow networks in 2009-01-12, 2010-09-12, and 2011-01-13. The nodes are users and the directed, weighted edges show the money transferred between them. The color of nodes indicates their daily balance (green for positive and red for negative) and the size of nodes denotes the absolute value of the balance. It is observed that as the system grows, the transmissions of money gradually have more complex patterns. Although balance is not necessary correlated with degree, we find that the hubs are usually green. In other words, it is more common for one user to collect money for many others than to split his wealth into small parts.

===Growth of size variance===

[[File:bitcoin_daily_networkstat.png|缩略图]]

===Scaling of clickstream networks and the efficiency of information production===

[[File:bitcoin_scaling_networkstat.png|700px]]

The scaling across daily networks implies that large networks are simply the scaled up version of small networks. The increase of nodes (users, UV), edges (transaction relationships, PV), through-flow (historial storage and newly genertaed Bitcoins needed to supply the transaction) and total flow (total money involved in transaction) does not change the flow structure of the networks. In particular, we find that

<math>
PV\sim UV^{\theta >1} \rightarrow \theta \sim log(PV)/log(UV) = 1.1
</math>

<math>\theta</math> can be used as an indicator of information production, because it describe the constant rate of information output (pv, or tagging behavior) generated from attention input (uv). The mechanism of the Bitcoin system requires that new money can only be generated in the validation of new transactions. In other words, the system rewards the transaction (PV) by money. Therefore, collective attention is turned into information (transaction) at first. After that, it is converted into money. The efficiency of information production, which is related to the wealth generation, is again 1.1, just like that in Flickr and Delicious.



==相关wiki==
*[[Clickstream network datasets]]
*[[自创生理论]]
*[[3d的Floy]]
*[[生生不息]]
*[[Floy]]



[[category:旧词条迁移]]
[[category:旧网站-虚拟世界]]
[[category:模拟程序]]
[[category:人工生命]]
[[category:复杂系统]]

导航菜单