bob.learn.em

Bindings for EM machines and trainers of Bob


Keywords
bob, em, expectation-maximization
License
BSD-1-Clause
Install
pip install bob.learn.em==2.1.1

Documentation

badge doc badge pipeline badge coverage badge gitlab

Expectation Maximization Machine Learning Tools

This package is part of the signal-processing and machine learning toolbox Bob. It contains routines for learning probabilistic models via Expectation Maximization (EM).

The EM algorithm is an iterative method that estimates parameters for statistical models, where the model depends on unobserved latent variables. The EM iteration alternates between performing an expectation (E) step, which creates a function for the expectation of the log-likelihood evaluated using the current estimate for the parameters, and a maximization (M) step, which computes parameters maximizing the expected log-likelihood found on the E step. These parameter-estimates are then used to determine the distribution of the latent variables in the next E step.

The package includes the machine definition per se and a selection of different trainers for specialized purposes:

  • Maximum Likelihood (ML)
  • Maximum a Posteriori (MAP)
  • K-Means
  • Inter Session Variability Modelling (ISV)
  • Joint Factor Analysis (JFA)
  • Total Variability Modeling (iVectors)
  • Probabilistic Linear Discriminant Analysis (PLDA)
  • EM Principal Component Analysis (EM-PCA)

Installation

Complete Bob's installation instructions. Then, to install this package, run:

conda install bob.learn.em

Contact

For questions or reporting issues to this software package, contact our development mailing list.