搜索资源列表
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
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
NaviveBayesClassify
- 朴素贝叶斯分类算法,可以用来进行分类bayes -Naive Bayesian classification algorithm can be used to classify the Bayes
gist
- 对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类-get the gabor feature of a image,a very effective feature,and use SVM to classify the pictures
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
linear-classify
- 最小二乘法的模式识别的程序,主要是线性分类器的设计-least square method linear classify design,
classify
- 简单分类器 可用于基于神经网络的字母识别,适合初学者使用。 -Simple classifier based on neural network can be used to identify the letters, suitable for beginners to use.
jingzhengceng
- 利用神经网络竞争层给数据分类,程序后面有详细注释-The program classify data in neural network about Competitive layer, and detailed notes behind the program
GAclassify
- 利用遗传算法对图像进行分类处理,包括遗传的思想和实现,以及在图像方面的应用。-The use of genetic algorithm to classify the image processing, including genetic and realization of the idea, as well as the application of the image.
docmanager
- 检索计算机中的图片视频文档等 进行分类管理 软件工程的大作业 注意!用netbeans工程打开!-Search computer picture video documentation project management software to classify a large operation Attention! Netbeans project with the Open!
classify
- 分类聚类Matlab源程序m文件用于数据的分类聚类-Category clustering Matlab source code m file for the classification of the data clustering
k-means
- kmeans programs to classify data in an unsupervised way
KNN1
- knn algorithm to classify data in an supervised way-knn algorithm to classify data in an supervised way..
SVM
- 在matlab的环境中,根据各种算法提取到的信息来输入SVM分类器中进行训练-classify different various sorts of information in svm
Topological_Segmentation
- 基于拓扑导数的图像分割算法,利用某一函数计算图像拓扑导数,并为每个像素归类,从而达到分割效果。-Topology-based derivative of the image segmentation algorithm, using a function derivative calculation of the image topology, and to classify each pixel to achieve the segmentation results.
classify
- 用感知器分类算法和最近邻分类算法对三类点进行分类,具有窗口界面,用鼠标点击就可以了,程序自动给出分类界面。-Classification algorithm with the sensor and the nearest neighbor classification algorithm to classify three categories of points, with the window interface, with a mouse click can be had, the pro
MATLABofmulti-classify
- 利用matlab实现的多类分类,希望对初学者有帮助-this paper introduce the scheme of multi-classify in matlab
EigenFace
- 基于PCA的人脸表情识别,可以辨别高兴,愤怒和厌恶三种表情。 -In this project, Eigenfaces are used to classify facial expression. It has been assumed that, facial expression can be classified into some discreet classes (like anger, happiness, disgust or sadness) whereas: 1. A
kMeansCluster
- kMeansCluster - Simple k means clustering algorithm Author: Kardi Teknomo, Ph.D. Purpose: classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For mo