Skip to content

This directory contains codes of EM-algorithm and variational EM-algorithm.

Notifications You must be signed in to change notification settings

nikita-astronaut/bayesian-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

bayesian-methods

This directory contains codes of EM-algorithm and variational EM-algorithm.

Villain face search

Villain's face is a noisy picture that is located at a random place of a noisy background. In total, one has ~300 such images with the same face and background, but with various noises and face locations. The task is to find face picture using Bayesian inference and EM--algorithm to find the minimum of the loss functional.

Digits images clustering

Given a lot of 8x8 images of digits, one should cluster them (like unsupervised machine learning). This can be done by introducing pi_ik --- probabilities for image i belong to class k and make variational bayesian inference. The inference is parametrized by the Dirichlet random process, with stick-breaking probabilities initialization.

About

This directory contains codes of EM-algorithm and variational EM-algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages