Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
COVID19の症状を視覚化
Search
akinorisaito
May 22, 2020
Science
1
140
COVID19の症状を視覚化
akinorisaito
May 22, 2020
Tweet
Share
More Decks by akinorisaito
See All by akinorisaito
中学数学で新型コロナ罹患者数を予測(2020/05/22更新)
akinorisaito
0
96
中学数学で新型コロナ罹患者数を予測
akinorisaito
1
160
製薬会社における安全性監視活動の負担最小化の検討
akinorisaito
0
140
Other Decks in Science
See All in Science
baseballrによるMLBデータの抽出と階層ベイズモデルによる打率の推定 / TokyoR118
dropout009
2
590
データから見る勝敗の法則 / The principle of victory discovered by science (open lecture in NSSU)
konakalab
1
180
Celebrate UTIG: Staff and Student Awards 2025
utig
0
260
Optimization of the Tournament Format for the Nationwide High School Kyudo Competition in Japan
konakalab
0
110
安心・効率的な医療現場の実現へ ~オンプレAI & ノーコードワークフローで進める業務改革~
siyoo
0
360
Ignite の1年間の軌跡
ktombow
0
160
02_西村訓弘_プログラムディレクター_人口減少を機にひらく未来社会.pdf
sip3ristex
0
650
知能とはなにかーヒトとAIのあいだー
tagtag
0
140
データベース09: 実体関連モデル上の一貫性制約
trycycle
PRO
0
1k
機械学習 - pandas入門
trycycle
PRO
0
330
凸最適化からDC最適化まで
santana_hammer
1
310
【RSJ2025】PAMIQ Core: リアルタイム継続学習のための⾮同期推論・学習フレームワーク
gesonanko
0
180
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
8
910
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
YesSQL, Process and Tooling at Scale
rocio
173
14k
GraphQLとの向き合い方2022年版
quramy
49
14k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
A designer walks into a library…
pauljervisheath
209
24k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Building Adaptive Systems
keathley
44
2.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Transcript
None
目的 • COVID19重症者(重症および死亡)と軽症・中等症の症状を視覚 化し、COVID19の症状を理解する • 特に重症以上と中等度以下の症状の違いを明らかにする • 症状を理解することにより、COVID19が疑われる場合は正しく 医療機関受診をできるようにする
データ • SIGNATE COVID-19 Case Dataset(2020/05/22時点) https://drive.google.com/drive/folders/1EcVW5JQKMB6zoyfHm8_zLVj---t_hccF • シート「罹患者」 •
列「ステータス」、「症状・経過」を使用 • 「ステータス」を目的変数とする • 「症状・経過」に自然言語処理を行い、単語行列を作成し説明変数とする • 「ステータス」が「重症」、「死亡」の場合、「1」 • 216件 • 「症状・経過」に「死亡」、「逝去」等、死亡を表す語が含まれていた場合、 「ステータス: 死亡」へ変換 • 「ステータス」が「無症状」、「軽症」、「中等症」の場合、「0」 • 2,385件
使用したツール、アルゴリズム等 プロセス ツール、アルゴリズム等 プログラミング環境 Python3 (Google Coraboratory) R version 3.6.1
形態素解析辞書 MeCab + NEologd Manbyo (医療用語辞書: http://sociocom.jp/~data/2018-manbyo/index.html) Vectrizer Count Vectrizer 特徴量選択 SelectKBest (sklearn.feature_selection) 視覚化 wordcloud2 (R package) DecisionTreeClassifier (sklearn.tree)
ワードクラウド 重症以上の症状
ワードクラウド 中等度以下の症状
Train : Confusion Matrix Train : AUC Train : F1
score [1783 7] [ 145 15] 0.54 0.15 決定木 Test : Confusion Matrix Test : AUC Test : F1 score [595 0] [ 50 6] 0.55 0.19
解釈 • 重症度を問わず発症する症状 • 発熱、咳、倦怠感 • 重症以上で発症する症状 • 肺炎、呼吸関連症状(呼吸困難、呼吸苦)、会話不可