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
Pythonによる可視化まわりの話 〜Bokehを使ってみた〜
Search
tsurubee
September 02, 2017
Programming
0
580
Pythonによる可視化まわりの話 〜Bokehを使ってみた〜
Matplotlib/seaborn/Bokeh
tsurubee
September 02, 2017
Tweet
Share
More Decks by tsurubee
See All by tsurubee
DeepCrysTet: A Deep Learning Approach Using Tetrahedral Mesh for Predicting Properties of Crystalline Materials
tsurubee
0
670
3次元メッシュで表現した結晶構造を用いた材料物性の予測に向けた深層学習モデルの設計 / Design of Deep Learning Model for Predicting Material Properties Using Crystal Structure Represented by Three-Dimensional Mesh
tsurubee
1
1.9k
分散システムの性能異常に対する機械学習の解釈性に基づく原因診断手法 / A Method for Diagnosing the Causes of Performance Issues in Distributed Systems Based on the Interpretability of Machine Learning
tsurubee
0
1.3k
機械学習の解釈性に関する研究動向とシステム運用への応用 / A Survey on Interpretable Machine Learning and Its Application for System Operation
tsurubee
0
290
機械学習モデルの局所的な解釈に着目したシステムにおける異常の原因診断手法の構想
tsurubee
0
7.7k
アニーリングマシンを活用したエッジAIにおける 生成モデルの学習効率化のためのアーキテクチャ
tsurubee
0
1.4k
さくらインターネット研究所で研究に再挑戦した私の半年間の取り組み
tsurubee
1
2.8k
さくらインターネット研究所と鶴田の取り組みのご紹介
tsurubee
0
100
sshr: ユーザに変更を要求せずにシステム変化に追従可能なSSHプロキシサーバ
tsurubee
3
2.9k
Other Decks in Programming
See All in Programming
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.3k
CSC509 Lecture 11
javiergs
PRO
0
180
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
2
1.1k
Tauriでネイティブアプリを作りたい
tsucchinoko
0
370
現場で役立つモデリング 超入門
masuda220
PRO
15
3.2k
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
役立つログに取り組もう
irof
28
9.6k
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
230
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
受け取る人から提供する人になるということ
little_rubyist
0
230
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Code Reviewing Like a Champion
maltzj
520
39k
How to Ace a Technical Interview
jacobian
276
23k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Facilitating Awesome Meetings
lara
50
6.1k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Building an army of robots
kneath
302
43k
Transcript
PythonʹΑΔ Մ ࢹ Խ ·ΘΓͷ 1Z'VLVPLB
ࣗݾհ Խֶͷम࢜߸Λऔಘ ాʢͭΔͨʣ 5XJUUFS!UTVSVCFF ΤϯδχΞྺϲ݄ ফ࢜ʹͳΔʢফୂɾٹٸୂɾՐࡂௐࠪ൝ʣ *5ΤϯδχΞʹస৬ʢ݄ʙʣ ʻܦྺʼ ܦྺ
ࠓճͷ༰ n1ZUIPOʹΑΔՄࢹԽͷجૅ ɾ.BUQMPUMJC ɾTFBCPSO nରܕՄࢹԽڥͷߏங ɾ#PLFI nσϞ
1ZUIPOʹΑΔ ՄࢹԽͷجૅ
Ø 1ZUIPOՄࢹԽϥΠϒϥϦͷσϑΝΫτελϯμʔυ Ø ."5-"#ʹࣅͨϓϩοτΠϯλʔϑΣʔε Ø NBUQMPUMJC *1ZUIPOֶ͕ज़Ͱ͘ར༻͞Ε͍ͯΔ Ø /VN1Zɾ1BOEBTͱͷੑ͕ߴ͍ import
matplotlib.pyplot as plt import numpy as np %matplotlib inline x = np.linspace(0, 2 * np.pi, 100) y = np.sin(x) plt.plot(x, y)
TFBCPSO Ø NBUQMPUMJCϕʔεͷ౷ܭσʔλՄࢹԽϥΠϒϥϦ Ø ͖Ε͍ͳάϥϑΛ؆୯ʹ࡞ΕΔ Ø ౷ܭղੳʹඇৗʹ༗༻ import matplotlib.pyplot as
plt import numpy as np import seaborn as sns %matplotlib inline x = np.linspace(0, 2 * np.pi, 100) y = np.sin(x) plt.plot(x, y) Ճ
TFBCPSO ՄࢹԽɾղੳҰମܕͷؔΛఏڙ sns.jointplot(x="total_bill", y="tip", data=tips) sns.regplot(x="total_bill", y="tip", data=tips)
ରܕՄࢹԽڥ ͷߏங
#PLFIͱʁ IUUQTCPLFIQZEBUBPSHFOMBUFTU ɾ*OUFSBDUJWFWJTVBMJ[FUJPO ɾ/PWFMHSBQIJDT ɾ4USFBNJOH EZOBNJD MBSHFEBUB ɾ/POFFEUPXSJUF+BWBTDSJQU ϒϥβ্Ͱ๛ͳػೳͷରܕՄࢹԽڥΛ ఏڙ͢Δ1ZUIPOϥΠϒϥϦ
#PLFIͷΈ IUUQTXXXTMJEFTIBSFOFUDPOUJOVVNJPIBTTM FGSFFEBUBTDJFODFBQQTXJUICPLFIXFCJOBS "MM1ZUIPOʂ /P)5.- $44 +4ʂ
σϞ
ϏοτίΠϯՁ֨ͷϦΞϧλΠϜՄࢹԽ IUUQTCJUDPJODIBSUTDPNNBSLFUT
͍͞͝ʹ #PLFIָ͍͠ʂ ϑϩϯτͷ͍ࣝΒͳ͍͔ΒϥΫʂ ࠓޙɾɾ #PLFIͷϦΞϧλΠϜՄࢹԽͱ ౷ܭతҟৗݕٕज़Λͬͨπʔϧ ͷ։ൃத
͝ਗ਼ௌ͋Γ͕ͱ͏ ͍͟͝·ͨ͠ʂ