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
46
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
25
Other Decks in Research
See All in Research
単施設でできる臨床研究の考え方
shuntaros
0
3.2k
GPUを利用したStein Particle Filterによる点群6自由度モンテカルロSLAM
takuminakao
0
520
問いを起点に、社会と共鳴する知を育む場へ
matsumoto_r
PRO
0
680
Open Gateway 5GC利用への期待と不安
stellarcraft
2
140
Vision and LanguageからのEmbodied AIとAI for Science
yushiku
PRO
1
580
PhD Defense 2025: Visual Understanding of Human Hands in Interactions
tkhkaeio
1
280
Mamba-in-Mamba: Centralized Mamba-Cross-Scan in Tokenized Mamba Model for Hyperspectral Image Classification
satai
3
170
なめらかなシステムと運用維持の終わらぬ未来 / dicomo2025_coherently_fittable_system
monochromegane
0
4.6k
財務諸表監査のための逐次検定
masakat0
0
180
EcoWikiRS: Learning Ecological Representation of Satellite Images from Weak Supervision with Species Observation and Wikipedia
satai
3
320
Learning to (Learn at Test Time): RNNs with Expressive Hidden States
kurita
1
280
引力・斥力を制御可能なランダム部分集合の確率分布
wasyro
0
280
Featured
See All Featured
How GitHub (no longer) Works
holman
315
140k
Automating Front-end Workflow
addyosmani
1371
200k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Raft: Consensus for Rubyists
vanstee
140
7.2k
The Cult of Friendly URLs
andyhume
79
6.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Music & Morning Musume
bryan
46
6.9k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
GraphQLとの向き合い方2022年版
quramy
49
14k
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推定では事後分布を ディラックのデルタ関数で表す デルタ関数 デルタ関数 事後分布