搜索资源列表
courseassignment3
- 线性分析,自己的作业,用于fisher的线性分类器-linear analysis, its own operations, for the fisher linear classifier
fisher
- 这是一个模式是别里的关于fisher算法实现的广义线性分类器-This is a model other fisher Lane on the algorithm of generalized linear classifier
Fisher
- 用MATLAB做的Fisher线性分类器,处理脑电信号,数据为bci竞赛数据-MATLAB to do with Fisher linear classifier, EEG signal processing, data race data for the bci
fisher
- fisher线性分类器!分类是模式识别中重要的一个步骤!-fisher linear classifier! Pattern recognition classification is an important step!
FisherClassifier
- 模式识别Fisher分类器设计:Fisher线性判别准则设计分类器-FisherClassifier
ganzhiqi
- 感知器算法,用于感知器的计算,感知器指的是进行分类的线性判别函数,他们不需要考虑模式及的统计性质。-ganzhiqi duanfa
SVM
- 线性支撑矢量机分类器 对模式识别问题中的线性可分问题进行分类-Linear support vector machine classifier pattern recognition problems in the linear separable classification
winnow
- winnow线性分类器关于天气的一个算法-winnow linear classifier algorithm on a weather
fisher-linear
- fisher线性分类器,包括训练和测试样本-fisher linear classification
SVM_GUI_3.1[mcode]{by-faruto}
- 支持向量机SVM(Support Vector Machine)作为一种可训练的机器学习方法,依靠小样本学习后的模型参数进行导航星提取,可以得到分布均匀且恒星数量大为减少的导航星表。 基本情况 Vapnik等人在多年研究统计学习理论基础上对线性分类器提出了另一种设计最佳准则。其原理也从线性可分说起,然后扩展到线性不可分的情况。甚至扩展到使用非线性函数中去,这种分类器被称为支持向量机(Support Vector Machine,简称SVM)。支持向量机的提出有很深的理论背景。 支持向量机
fenleiqi
- 线性分类器的设计 导入EXCEL表格 模式识别课程-Linear classifier design into EXCEL spreadsheet pattern recognition programs
data_generator
- 大数据的贝叶斯分类线性分类器Large data Bias classification of linear classifier-Large data Bias classification of linear classifier
bayesleastrisk
- baye sleastrisk贝叶斯分类实验,设计简单的线性分类器-bayes leastrisk;bayes leastrisk
twoclassflq
- 模式识别线性分类器设计,用C语言写的模式识别大作业。-Pattern recognition linear classifier design, written in C language pattern recognition big job.
linear programming and svm
- 线性分类器(linear classify)
iqjpr
- 学进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识(Learn the further understanding of the classifier design concept, can according to your own design of linear classifier has a deeper understanding)
linear classifier
- 实现简单的线性分类器,包括图形界面可视化结果(To achieve a simple linear classifier)
fisher
- 实现简单的FISHER线性分类器。 数据格式同UCI(A simple FISHER linear classifier . Data format as UCI)
Rosenblatt_Perceptron
- 用MATLAB实现一个简单的分类器,对线性的点进行简单的分类。(Using MATLAB to implement a simple classifier, a simple classification of linear points.)
SMO 算法实现线性 SVM 分类器,对 iris 数据集进行二分类
- 不使用sklearn库,手写实现SMO算法线性 SVM 分类器,对 iris 数据集进行二分类