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
610
Pythonによる可視化まわりの話 〜Bokehを使ってみた〜
Matplotlib/seaborn/Bokeh
tsurubee
September 02, 2017
Tweet
Share
More Decks by tsurubee
See All by tsurubee
言語モデルによるAI創薬の進展 / Advancements in AI-Driven Drug Discovery Using Language Models
tsurubee
2
430
AIトップカンファレンスからみるData-Centric AIの研究動向 / Research Trends in Data-Centric AI: Insights from Top AI Conferences
tsurubee
3
2.8k
DeepCrysTet: A Deep Learning Approach Using Tetrahedral Mesh for Predicting Properties of Crystalline Materials
tsurubee
0
1.1k
3次元メッシュで表現した結晶構造を用いた材料物性の予測に向けた深層学習モデルの設計 / Design of Deep Learning Model for Predicting Material Properties Using Crystal Structure Represented by Three-Dimensional Mesh
tsurubee
1
2.3k
分散システムの性能異常に対する機械学習の解釈性に基づく原因診断手法 / A Method for Diagnosing the Causes of Performance Issues in Distributed Systems Based on the Interpretability of Machine Learning
tsurubee
0
1.5k
機械学習の解釈性に関する研究動向とシステム運用への応用 / A Survey on Interpretable Machine Learning and Its Application for System Operation
tsurubee
0
360
機械学習モデルの局所的な解釈に着目したシステムにおける異常の原因診断手法の構想
tsurubee
0
7.9k
アニーリングマシンを活用したエッジAIにおける 生成モデルの学習効率化のためのアーキテクチャ
tsurubee
0
1.6k
さくらインターネット研究所で研究に再挑戦した私の半年間の取り組み
tsurubee
1
3.1k
Other Decks in Programming
See All in Programming
時間軸から考えるTerraformを使う理由と留意点
fufuhu
15
4.6k
個人軟體時代
ethanhuang13
0
320
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
430
AIでLINEスタンプを作ってみた
eycjur
1
230
Cache Me If You Can
ryunen344
1
610
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
320
🔨 小さなビルドシステムを作る
momeemt
3
670
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2k
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
110
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
410
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.3k
Laravel Boost 超入門
fire_arlo
2
210
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Building Adaptive Systems
keathley
43
2.7k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
It's Worth the Effort
3n
187
28k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GitHub's CSS Performance
jonrohan
1032
460k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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ͷϦΞϧλΠϜՄࢹԽͱ ౷ܭతҟৗݕٕज़Λͬͨπʔϧ ͷ։ൃத
͝ਗ਼ௌ͋Γ͕ͱ͏ ͍͟͝·ͨ͠ʂ