We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 050c089 + e4cd806 commit c85c35aCopy full SHA for c85c35a
README.md
@@ -52,6 +52,10 @@ CSDN:[wepon的专栏](http://blog.csdn.net/u012162613)
52
53
[libsvm liblinear-usage](https://github.com/wepe/MachineLearning/tree/master/SVM/libsvm%20liblinear-usage) 对使用广泛的libsvm、liblinear的使用方法进行了总结,详细介绍:[文章链接](http://blog.csdn.net/u012162613/article/details/45206813)
54
55
+- **GMM**
56
+
57
+ GMM和k-means作为EM算法的应用,在某种程度有些相似之处,不过GMM明显学习出一些概率密度函数来,结合相关理解写成python版本,详细介绍:[文章链接](http://blog.csdn.net/gugugujiawei/article/details/45583051)
58
59
##Contributing
60
61
欢迎加入本项目,任何机器学习/深度学习的demo都可以push进来,并且最好有相应的博文介绍代码。
0 commit comments