搜索资源列表
Mixture.py.tar
- EM algorithm for Gausian mixture models
18.1.EM
- EM算法代码实践,使用python实现。(EM algorithm code practice, based on Python implementation)
GMM
- 高斯混合聚类的python实现代码,里面有data的demo(Python implementation code of Gauss mixed clustering)
EM
- EM算法一种有效的优化方法,在机器学习问题中有很重要的影响(EM algorithm is an effective optimization method and has important influence on machine learning problems.)
machine_learning_python-master
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel