KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Bayes-Notebooks
★ 8
Open GitHub ↗
Notebooks
Download README (.md)
Explore Similar Repositories
BAR
:
backup and restore decrypt and encrypt utility
NukeClass3
:
TD技能学院第三期《Nuke脚本编程课》代码中心
Email-classify
:
基于tensorflow的小型邮件分类系统,可区分私人邮件,工作邮件和垃圾邮件
third-person-camera-with-unity-ecs
:
A simple third-person camera made with Unity ECS
navalbattle
:
Naval battle game as java exercise
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Bayes-Notebooks
?
Download (.md)
# ベイズ推論の実装メモ :sushi: ## 混合ガウスモデル (Gaussian Mixture Model: GMM) <div align="center">  </div> * [GMMのギプスサンプリングの実装](https://nbviewer.jupyter.org/github/eqs/Bayes-Notebooks/blob/master/GMM/GS_GMM.ipynb) * 参考:須山, ベイズ推論による機械学習入門, 講談社, 2017. ## ディリクレ過程混合ガウスモデル (Dirichlet Process GMM: DPGMM) <div align="center">  </div> * [DPGMMのギプスサンプリングの実装](https://nbviewer.jupyter.org/github/eqs/Bayes-Notebooks/blob/master/DPGMM/GS_DPGMM.ipynb) * 参考:石井, 上田, 続・わかりやすいパターン認識―教師なし学習入門―, オーム社, 2014. ## 無限関係モデル (Infinite Relational Model: IRM) <div align="center">  </div> * [トイデータの生成](https://nbviewer.jupyter.org/github/eqs/Bayes-Notebooks/blob/master/IRM/IRM_data.ipynb) * [IRMの実装](https://nbviewer.jupyter.org/github/eqs/Bayes-Notebooks/blob/master/IRM/CGS_IRM.ipynb) * 参考:石井, 上田, 続・わかりやすいパターン認識―教師なし学習入門―, オーム社, 2014. ## 主成分分析 (Principal Component Analysis: PCA) <div align="center">  </div> * [PCAのギプスサンプリングの実装](https://nbviewer.jupyter.org/github/eqs/Bayes-Notebooks/blob/master/PCA/GS_PCA.ipynb) * 参考:須山, ベイズ推論による機械学習入門, 講談社, 2017.