Metadata-Version: 2.1
Name: bob.learn.em
Version: 3.0.1
Summary: Bindings for EM machines and trainers of Bob
Home-page: http://gitlab.idiap.ch/bob/bob.learn.em
Author: Andre Anjos
Author-email: andre.anjos@idiap.ch
License: BSD
Keywords: bob,em,expectation-maximization
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

.. vim: set fileencoding=utf-8 :
.. Mon 15 Aug 2016 09:48:28 CEST

.. image:: https://img.shields.io/badge/docs-v3.0.1-orange.svg
   :target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.0.1/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.0.1/pipeline.svg
   :target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/v3.0.1
.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.0.1/coverage.svg
   :target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/v3.0.1
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
   :target: https://gitlab.idiap.ch/bob/bob.learn.em


=================================================
 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`_.


.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://www.idiap.ch/software/bob/discuss


