搜索资源列表
SVM
- 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。-In the field of machine learning, support vector machine SVM (Support Vector Machine) is a supervised learning model, typically used for pattern recognition, classification, an
machine-learning
- python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
MachineLearning
- 机器学习实战训练,有助于你快速进入学习状态-Machine learning combat training
SVDFeature
- 自己开发的一个机器学习算法,整合了监督学习,非监督学习-A machine learning algorithm own development, integration of supervised learning, unsupervised learning
machine-learning
- 一些关于机器学习初学者可能会遇到的代码训练。分类学习等的代码分享。-some machine learning problems.
boosting
- R语言解决机器学习中关于AdaBoosting算法的代码。-about the AdaBoosting in machine learning, using R language
perception
- 用R语言进行机器学习中关于简单分类以及perception分类的代码。-some code about the easy classify and perception training in machine learning, using R.
machine-learning-(2)
- 模式识别和机器学习,数据挖掘方向的专业性程序代码-Pattern recognition and machine learning, data mining direction of the professional code
data--mining
- 模式识别和机器学习,数据挖掘方向的专业性程序代码-Pattern recognition and machine learning, data mining direction of the professional code
ml
- 模式识别和机器学习,数据挖掘方向的专业性程序代码-Pattern recognition and machine learning, data mining direction of the professional code
ml2
- 模式识别和机器学习,数据挖掘方向的专业性程序代码-Pattern recognition and machine learning, data mining direction of the professional code
pythonsrc
- 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
LDA
- machine learning features
gpml-matlab-v3.4-2013-11-11
- Gaussian process for machine learning
libsvm-3.18
- Improved Libsvm for machine learning
mcmcstuff
- MCMC technique for machine learning
netlab3
- netlab for machine learning
pujulei
- 谱聚类算法建立在谱图理论基础上,与传统的聚类算法相比,它具有能在任意形状的样本空间上聚类且收敛于全局最优解的优点。 该算法首先根据给定的样本数据集定义一个描述成对数据点相似度的亲合矩阵,并且计算矩阵的特征值和特征向量 , 然后选择合适 的特征向量聚类不同的数据点。谱聚类算法最初用于计算机视觉 、VLS I 设计等领域, 最近才开始用于机器学习中,并迅速成为国际上机器学习领域的研究热点。-Spectral clustering algorithm based on the spectrum b
machine-learning-ex2
- andrew ng机器学习作业-exercise2-Andrew ng-machine learning-exercise
machine-learning-ex1
- 斯坦福大学机器学习课程作业第一章,主要包含线性回归实战。-Stanford Machine Learning course work first chapter contains a linear regression combat.