Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 410 Bytes

Probabilistic machine learning

- Bayesian neural network

we compare the non-Bayesian and Bayesian neural network which share similar architecture. Bayesian NN provides uncertainty in its prediction while non-Bayesian NN only provides point esitmates. MNIST dataset is used.

- GMM_EM

EM algorithm in Gaussian mixture model

Derive EM algorithmm for general case. Implement EM algorithms for GMM.