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
bayesian_machine_learning 1
Search
gs
February 24, 2020
Research
0
45
bayesian_machine_learning 1
02/26/2020 study group
gs
February 24, 2020
Tweet
Share
More Decks by gs
See All by gs
開発でより良いコードを書くために
gggggssss
0
23
Other Decks in Research
See All in Research
定性データ、どう活かす? 〜定性データのための分析基盤、はじめました〜 / How to utilize qualitative data? ~We have launched an analysis platform for qualitative data~
kaminashi
7
1.1k
Combinatorial Search with Generators
kei18
0
560
A scalable, annual aboveground biomass product for monitoring carbon impacts of ecosystem restoration projects
satai
3
150
cvpaper.challenge 10年の軌跡 / cvpaper.challenge a decade-long journey
gatheluck
1
280
Adaptive fusion of multi-modal remote sensing data for optimal sub-field crop yield prediction
satai
3
240
CSP: Self-Supervised Contrastive Spatial Pre-Training for Geospatial-Visual Representations
satai
3
240
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
0
130
引力・斥力を制御可能なランダム部分集合の確率分布
wasyro
0
220
多言語カスタマーインタビューの“壁”を越える~PMと生成AIの共創~ 株式会社ジグザグ 松野 亘
watarumatsuno
0
110
Towards a More Efficient Reasoning LLM: AIMO2 Solution Summary and Introduction to Fast-Math Models
analokmaus
2
730
カスタマーサクセスの視点からAWS Summitの展示を考える~製品開発で活用できる勘所~
masakiokuda
2
180
2025年度 生成AIの使い方/接し方
hkefka385
1
760
Featured
See All Featured
Music & Morning Musume
bryan
46
6.7k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Documentation Writing (for coders)
carmenintech
73
5k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
The Language of Interfaces
destraynor
158
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Gamification - CAS2011
davidbonilla
81
5.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
It's Worth the Effort
3n
186
28k
Transcript
2020/02/26 勉強会
本スライドは勉強したときのメモです 参考文献 ベイズ統計入門 (15) http://watanabe-www.math.dis.titech.ac.jp/users/swatanab/bayes150.pdf Computer Vision: Models, Learning, and
Inference http://web4.cs.ucl.ac.uk/staff/s.prince/book/book.pdf https://www.amazon.co.jp/dp/4621061224 https://www.amazon.co.jp/dp/4061538322/ https://www.amazon.co.jp/dp/4339024627/
ベイズ学習のメリット ・不確かさを表現することができる ・過学習しにくい ベイズ学習のデメリット ・計算量が多い ・課題にあったモデリングを構築しないといけない An example of using
Bayesian optimization 引用 https://arxiv.org/pdf/1012.2599.pdf
パラメータ 事前分布 確率モデル 引用 http://watanabe-www.math.dis.titech.ac.jp/users/swatanab/bayes150.pdf データ 確率変数 実現値
パラメータ推定方法 事前分布の設定 パラメータの推定 最尤推定 ☓ 点推定 MAP推定 ◦ 点推定 ベイズ推論
◦ 分布推定
最尤推定 特徴 ・点推定(argmax) ・事前分布を利用しない →はずれ値に影響される、 DeepLearnigもやっていることは最尤推定 ? 引用 Modeling Emotions Associated
With Novelty at Variable Uncertainty Levels: A Bayesian Approach
MAP推定 (Maximum a posteriori) 特徴 ・点推定(argmax) ・事前分布を利用する →事前分布により最尤推定よりもはずれ値に影響されづらい 引用 Modeling Emotions
Associated With Novelty at Variable Uncertainty Levels: A Bayesian Approach
ベイズ推論 特徴 ・分布推定 ・事前分布を利用する →パラメータの分布を推定、点推定よりも計算量が増大 引用 Modeling Emotions Associated With Novelty
at Variable Uncertainty Levels: A Bayesian Approach
予測分布 最尤推定、Map推定、ベイズ推定すべて確率モデルと事後分布で予測分布を書ける 最尤推定、Map推定では事後分布を ディラックのデルタ関数で表す デルタ関数 デルタ関数 事後分布