搜索资源列表
LDA
- matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件-matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file
Bayes
- 贝叶斯分类实验,设计简单的线性分类器,了解模式识别的基本方法。掌握利用贝叶斯公式进行设计分类器的方法。-Bayesian classification experiment is designed to be simple linear classifier, know the basic methods of pattern recognition. Master the use of Bayesian classifier design formula method.
fisherandbayes
- 模式识别实验作业 bayes 和 fisher 线性分类器 有实验报告-Pattern Recognition and bayes experimental operation fisher linear classifier experimental report
LinearSVC
- Construct a linear SVM classifier from the training Samples and Labels
work_for_pattern_recognition
- 通过设计线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,设计支持向量机对给定样本进行有效分类并分析结果。-By designing a linear classifier minimum risk Bayes classifier supervised learning method hierarchical cluster analysis K-L transform to extract efficient features, designed to
bayes
- 贝叶斯分类和后面的线性、非线性分类器属于有监督学习。 -Bayesian classification and the back of the linear, non-linear classifier belong to supervised learning.
threshold_tr
- Training of the basic linear classifier where seperation hyperplane is perpedicular to one dimension.-TRAINING THRESHOLD CLASSIFIER
SVM
- In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
classifier
- 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。-Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian classifier, Parzen window meth
matlab
- 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
liblinear-1.51.tar
- The library of linear classifier
linear
- 实现了各种线性分类器,对初学者非常有用的代码。-To achieve a variety of linear classifier, the code is very useful for beginners.
linear-category
- 本程序主要是对线性判别函数分类器进行实现。-Linear discriminant function classifier achieved.
Linear-classifier
- 线性分类器,线性分类器设计步骤,感知器准则,knn分类器等-Linear classifier, linear classifier design steps, perceptron criterion, knn classifiers
Fisher-linear-classify
- matlab 实现线性分类器 包含图表,m文件,实验报告-the linear classifier matlab that contains the chart, m file, lab report
Linear-classifier-design
- 对“data1.m”数据,分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The "data1.m" data, respectively, using the perceptron algorithm, the least square error algorithm, the linear SVM algorithm design classifier, respectively, to draw the decision-making surf
Fisher-Linear-classifier-design
- Fisher线性判别方法 Bayes决策的错误率的计算 分类器错误率的估算方法-Fisher linear discriminant method Bayes decision error rate calculation classifier error rate estimation method
linear
- Linear discriminant analysis (LDA) and the related Fisher s linear discriminant are methods used in statistics, pattern recognition and machine learning to find a linear combination of features which characterizes or separates two or more classes of
Linear-classifier
- 本资源用matlab代码实现了模式识别的线性分类器,对于线性可分的模式能够正确分类。-The resources used matlab code to achieve a pattern recognition linear classifier, for linearly separable model can correctly classified.
linear classifier
- 实现简单的线性分类器,包括图形界面可视化结果(To achieve a simple linear classifier)