Skip to content

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.

Notifications You must be signed in to change notification settings

robotsthatdream/CMM_Lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.6%
  • Python 4.7%
  • CMake 2.7%