Skip to content

使用 CUDA C++ 编写的高斯混合模型 EM 训练算法。

Notifications You must be signed in to change notification settings

jxzhn/gaussian-mixture

Repository files navigation

Guassian Mixture Model

编译运行:

mkdir build
cd build
cmake ..
make
cd ..
python test.py # 需要准备好 data 下的数据集

About

使用 CUDA C++ 编写的高斯混合模型 EM 训练算法。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •