搜索资源列表
机器学习Matlab工具箱
- 多种机器学习算法,包括ID3、C4.5、BP等
spider
- matlab机器学习最新的工具箱,包含多种学习算法如kmean、adaboost、svm等-the latest machine learning matlab toolbox contains a variety of learning algorithms such as kmean, adaboost, svm, etc.
MATLABS-SVC--CODE
- 支持向量机的MATLAB代码,包括分类与回归,可帮助学习机器学习算法-MATLAB S SVC DODE
C
- K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-K nearest neighbor (K-Nearest Neighbor, KNN) classification algorithm, is a more mature approach in theory is the simplest machine learning algorithms.
machine-learning-courses_stanford
- 斯坦福大学Andrew Ng讲授的机器学习课程的全程讲义及录音对应的文字资料,对许多常用机器学习算法有着深入系统的讲解。-The notes of Machine learning courses in Stanford University。
AdaBoostToolbox_v0.4
- 机器学习算法adaboost的一个新版本,相比以前的0.3版,修正了几个BUG。-A new version of adaboost in machine learning algorithms.Compared of the previous version, some bugs are modified.
RVM2
- 基于稀疏贝叶斯框架的机器学习算法,能有效用于回归和分类预测,具有较强的泛化性-Machine learning algorithm based on sparse Bayesian framework, can effectively be used for regression and classification forecast has good generalization
用matlab实现谱聚类算法
- 用于数据挖掘学习,matlab实现机器学习领域的谱聚类算法。提供详细的代码。
onlineextremlinermachinestudy
- matlab版本的OLELM算法(在线极速序列机器学习算法),能进行模型训练和函数拟合。-matlab version OLELM algorithm (line speed serial machine learning algorithms), capable of model training and function fitting.
BayesianClasser
- 贝叶斯分类器Matlab实现 机器学习算法,用于分类的朴素贝叶斯分类器,Navie Bayesian Classifier 。-Bayesian classifier Matlab achieve machine learning algorithms for classification Naive Bayes classifier, Navie Bayesian Classifier.
machine-learning-ex8
- 吴恩达机器学习公开课第九周作业,教你如何用“协同过滤”算法实现电影推荐系统(Andrew NG machine learning open class ninth weeks assignment to teach you how to use the "collaborative filtering" algorithm to implement the movie recommendation system)
机器学习西瓜书聚类程序
- 根据周志华机器学习203页的图9.2编写的matlab程序。xgP203.m是主程序。中间有一些是为了验证算法,输出了一些运算结果。
蒙特卡罗算法与matlab(精品教程)
- 蒙特卡洛算法也常用于机器学习,特别是强化学习的算法中。一般情况下,针对得到的样本数据集建立相对模糊的模型,通过蒙特卡洛方法对于模型中的参数进行选取,使之于原始数据的残差尽可能的小。从而达到建立模型拟合样本的目的。(Monte Carlo algorithm is also commonly used in machine learning, especially in reinforcement learning algorithm. In general, a relatively fuzzy
机器学习算法matlab实现
- KMeans、EM、KNN等分类和聚类算法
机器学习基础教程_matlab code&data
- 机器学习算法的详细介绍,数学推导。 提供数据(Detailed introduction of machine learning algorithm and mathematical derivation. Provide data)
MATLAB与机器学习
- 此为机器学习中的常见算法的matlab代码,代码注释详细,易上手(This is a common algorithm in machine learning matlab code, code comments in detail, easy to use)
Isomap降维算法MATLAB代码实现
- Isomap降维算法MATLAB代码实现。isomap最主要的优点就是使用“测地距离”,而不是使用原始的欧几里得距离,这样可以更好的控制数据信息的流失,能够在低维空间中更加全面的将高维空间的数据表现出来。机器学习。流形学习。降维
基于粒子群优化算法的特征选择SVM分类
- 针对“BreastCancer”数据集,作为对比,第一次对特征集直接进行SVM分类,第二次使用粒子群算法进行特征选择后再进行SVM分类。并且对比和分析了两次分类的结果。(For "BreastCancer" data set, as a comparison, the first time the feature set is directly classified by SVM, and the second time the feature set is selected
[2]基于机器学习的室内定位算法研究_周杰
- 通过机器学习的方法来进行室内定位的算法研究(The algorithm of indoor location is studied by machine learning)
机器学习算法
- 一些经典的机器学习算法,这个Matlab软件包实现了伟大教科书中描述的机器学习算法:模式识别与机器学习。它是用Matlab语言编写的,是独立的,没有外部依赖性。