Skip to content
Snippets Groups Projects
Select Git revision
  • 521d18ea11cd95d89e90fa002fab3a3efd02ad5d
  • master default protected
  • updates
  • towards_tf2
  • amir
  • tf20
  • predict
  • speed-up
  • newlstm
  • integrate_structures
  • lstm
  • gan
  • oldmaster
  • v3.0.0
  • v2.0.0
  • v1.2.2b0
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
33 results

LICENSE

Blame
  • This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more
    README.rst 2.33 KiB

    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.