搜索资源列表
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
EM-kmeans.rar
- 用matlab实验k-means算法,对数据进行分类。,Matlab experiments using k-means algorithm to classify the data.
matlab-code
- 小波分析 图像融合 决策树分类 matlab 源代码 -fusion image, classify
randomForest_4.5-36
- 随机森林分类器 可以实现分类 适合初学者学习参考-Neural network classifiers can be used to classify information for beginners to learn
ID3
- 实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。-ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose
BayesianClasser
- 贝叶斯分类器matlab版,可以用于图像分类,检索,模式识别相关工作-bayes classifier is useful to image classify
Matlab_Classification_based_on_BP
- 基于BP神经网络的遥感图像分类代码。从样本中提取崇明岛东滩十种地物的光谱特征,并训练BP网络,再利用网络进行分类-BP neural network-based remote sensing image classification code. Extracted from samples of 10 kinds of Chongming Island, Dongtan features of the spectral characteristics and to train BP networ
Image_Classify
- 遥感影像分类的matlab实现(源码+图像)。以及分类后评价(总体精度、Kappa系数、混淆矩阵)。-Remote Sensing Image Classification of matlab implementation (source code+ images). After the evaluation and classification (overall accuracy, Kappa coefficient, confusion matrix).
gist
- 对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类-get the gabor feature of a image,a very effective feature,and use SVM to classify the pictures
Shape-Recognition
- 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed
modulation-classify
- 在MATLAB中使用决策论的方法进行调制方式识别,可以识别AM,FM,USB,LSB,ASK,PSK,FSK等多种调制方式-In MATLAB using the decision theory approach to modulation recognition, you can identify the AM, FM, USB, LSB, ASK, PSK, FSK modulation and other
classify
- 简单分类器 可用于基于神经网络的字母识别,适合初学者使用。 -Simple classifier based on neural network can be used to identify the letters, suitable for beginners to use.
Classify
- 进行简单的图形识别,使用matlab实现-Simple pattern recognition, the use of matlab to achieve
HW3
- 使用LVQ算法对四类不同的点进行分类,并将最后结果画出-Use learning vector quantization to classify the four classes
Backpropagation_Stochastic
- 利用随机反向传播网络归类的学习算法。它是LMS算法的自然延伸,也是多层神经网络的有监督训练。-Classify using a backpropagation network with stochastic learning algorithm。
Matlab
- Matlab数据统计和分析的程序,包含下面所列的多种算法的 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分
classify
- 分类聚类Matlab源程序m文件用于数据的分类聚类-Category clustering Matlab source code m file for the classification of the data clustering
Classify
- Free Source Code for Shape Recognition Matlab实现的图像中的圆、矩形、正方形等形状识别-Shape Recognition differentiate Square, Rectangular, Circle from others
Fisher-linear-classify
- matlab 实现线性分类器 包含图表,m文件,实验报告-the linear classifier matlab that contains the chart, m file, lab report
Feature Selection matlab toolbox
- It's a Matlab toolbox designed by ASU. It is easy to use and you can use it to achieve the feature selection, classify and so on.