Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

EM-VI-Methods

This repository is for the implementation and application of statistical methods. Specifically, it contains code and resources for the application of the Expectation-Maximization (EM) algorithm and Variational Inference (VI).

EM Algorithm

The Expectation-Maximization algorithm is a statistical tool for maximum likelihood estimation in latent variable models. In this project, the EM algorithm is applied to:

  • Estimate model parameters
  • Infer hidden variables from observable data points
  • Identify clusters in the data

Variational Inference

Variational Inference is an inference technique especially used in Bayesian statistics that approximates probability densities through optimization. In this project, VI is used to:

  • Efficiently approximate posterior distributions
  • Infer hidden variables (by approximating the posterior distribution of latent (hidden) variables)
  • Identify clusters in the data

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages