Skip to content
 
 

Latest commit

 

History

237 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMM_Lib

Collaborative Mixture Models Library is an implementation of a machine learning algorithms based on GMM. The algorithm learn from data and adapt the number of components during the learning. CMM could be online or offline trained.

Dependencies :

  • Eigen 3
  • Boost
  • TBB

Install instruction :

follow the command lines :

cd CMM_Lib
mkdir build
cd build
cmake ..
make
sudo make install

About

Incremental and Adaptative Gaussian Mixture Model Library is an implementation of a machine learning algorithms based on GMM. The algorithm learn incrementaly and adapt the number of components during the learning.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages