Upload
Download free for 30 days
Login
Submit Search
Introduction of network analysis with Google Colaboratory -- Diffusion in Networks
0 likes
460 views
T
tm1966
Introduction of network analysis with Google Colaboratory -- Diffusion in Networks
Data & Analytics
Related topics:
Network Analysis Insights
Read more
1 of 7
1
2
3
4
5
6
7
More Related Content
PPTX
ohta_4_6_3
n_ohta
PDF
Interpretable sequence learning for covid-19 forecasting
Morpho, Inc.
PPTX
20151205japanr
Med_KU
PDF
Mathematical Sociology Final Report
Mila, Université de Montréal
PDF
Wssit slide
Akihiro Koide
PDF
異常行動検出入門 – 行動データ時系列のデータマイニング –
Yohei Sato
PPTX
情報理工学院情報工学系村田研究室.pptx
tm1966
PPTX
Networks, Deep Learning and COVID-19
tm1966
ohta_4_6_3
n_ohta
Interpretable sequence learning for covid-19 forecasting
Morpho, Inc.
20151205japanr
Med_KU
Mathematical Sociology Final Report
Mila, Université de Montréal
Wssit slide
Akihiro Koide
異常行動検出入門 – 行動データ時系列のデータマイニング –
Yohei Sato
情報理工学院情報工学系村田研究室.pptx
tm1966
Networks, Deep Learning and COVID-19
tm1966
More from tm1966
(14)
PPTX
友人関係と感染症伝搬をネットワークで理解する
tm1966
PPTX
Graph Neural Networks
tm1966
PPTX
Network analysis and visualization by Google Colaboratory
tm1966
PDF
Networks, Deep Learning (and COVID-19)
tm1966
PPTX
20191107 deeplearningapproachesfornetworks
tm1966
PPTX
Structural data analysis based on multilayer networks
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Network Models
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Network Algorithms
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Network Metrics
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Example of Netwo...
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Introduction of ...
tm1966
PPTX
Introduction of network analysis with Google Colaboratory -- Orientation
tm1966
PPTX
20160901 jwein
tm1966
PPTX
20140925 multilayernetworks
tm1966
友人関係と感染症伝搬をネットワークで理解する
tm1966
Graph Neural Networks
tm1966
Network analysis and visualization by Google Colaboratory
tm1966
Networks, Deep Learning (and COVID-19)
tm1966
20191107 deeplearningapproachesfornetworks
tm1966
Structural data analysis based on multilayer networks
tm1966
Introduction of network analysis with Google Colaboratory -- Network Models
tm1966
Introduction of network analysis with Google Colaboratory -- Network Algorithms
tm1966
Introduction of network analysis with Google Colaboratory -- Network Metrics
tm1966
Introduction of network analysis with Google Colaboratory -- Example of Netwo...
tm1966
Introduction of network analysis with Google Colaboratory -- Introduction of ...
tm1966
Introduction of network analysis with Google Colaboratory -- Orientation
tm1966
20160901 jwein
tm1966
20140925 multilayernetworks
tm1966
Ad
Introduction of network analysis with Google Colaboratory -- Diffusion in Networks
1.
第14回AIツール入門講座 「Google Colaboratoryによる ネットワーク分析入門」 6. ネットワーク上の情報伝搬 SIRなどの感染モデルや、そのシミュレーションについて説明し ます。
2.
情報伝搬・病気感染のモデル化 • SNSでの口コミの情報伝搬をモデル化→限られた広告予算で、 なるべく多くの人に情報を拡散する • 病気が感染するプロセスをモデル化→爆発的感染を防ぐ •
伝搬過程のモデルと、ネットワーク構造のモデルの両方を考え る必要がある
3.
SI model • 2つの状態 •
S: susceptible (感染していない) • I : infected (感染している) • 全員が他の全員と接すると仮定 S I t x
4.
SI modelの例 • b(単位時間に接する人数)を変化させ、感染割合を表示
5.
SIR model • 3つの状態 •
S: susceptible (感染していない) • I : infected (感染している) • R: recovered (回復した) S I R 𝛾𝛿𝜏 1-𝛾𝛿𝜏 S R I
6.
NDlibによるシミュレーション • ネットワーク上の感染シミュレーションを行うライブラリ • https://ndlib.readthedocs.io/en/latest/index.html •
シミュレーションにおける入力 • 対象とするネットワーク • 𝑥0 (時刻t = 0 における状態Iの割合) • 𝛽(状態Sから状態Iに変化する確率) • 𝛾(状態Iから状態Rに変化する確率) • シミュレーションにおける出力 • 状態Sの割合(𝑠)、状態Iの割合(𝑥)、状態Rの割合(𝑟)の時間変化 • 状態Sの割合(𝑠)、状態Iの割合(𝑥)、状態Rの割合(𝑟)の各時刻での増減量
7.
NDlibによるシミュレーション例 • https://ndlib.readthedocs.io/en/latest/tutorial.htmlを参照 Jupyterでは!pip Jupyterで必要 Ndlibをimport