Skip to content

douglasjfm/VEMGMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEMGMM

Codeblocks project for a C Implememtation of Variational Expectation-Maximization for Gaussian Mixture Models. Reference: Section 10.2 - Pattern Recognition And Machine Learning, Bishop C.M., Springer 2006.

Dependencies: This project is based on GSL, the Gnu Scientific Library, its necessary link it in order to compile the code. CBLAS is also used with GSL and you must also link it. Libz, the library for file compression, is also a dependency, and you will need to link the static lib.

The EM algorith, the functions for IO were implemented on the GitHub project em4gmm of the user juandavm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages