搜索资源列表
kNN_classify
- 近邻分类器,一种经典的非参数,监督学习方法
ISODATA
- ISODATA算法是一种基于统计模式识别的非监督学习动态聚类算法,有较强的实用性。介绍了ISODATA算法原理和实现步骤,结合具体算例进行了聚类分析,得到了理想的分类结果,并分析了参数的选取将对分类结果产生的影响。
c_modify
- 在matlab环境下利用c均值聚类方法解决非监督分类问题-Matlab environment in the use of c-means clustering method to solve the problem of non-supervised classification
Pattern_recognition4
- 张学工老师模式识别第四次作业,分别用C均值方法,分层聚类方法和非监督参数下正态分布函数估计的贝叶斯决策对身高体重二维数据进行分类。-Zhang engineering teacher fourth pattern recognition operations, respectively C-means, hierarchical clustering methods, and non-normal distribution function under the supervision of th
NB
- 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
k_means
- k均值的 咱们做非监督分类都用过 不想理解他的原理吗 很重要-k mean we do not want unsupervised classification are used to understand his theory is very important to you
ISODATA
- ISODATA 非监督分类,运用于遥感等领域具有巨大作用-ISODATA unsupervised classification
isodata
- 实现ISODATA算法,用于遥感影像非监督分类-failed to translate
Kjunzhi
- VC实现K均值算法,达到对图像进行非监督分类的目的-VC to achieve K-means algorithm to the image the purpose of unsupervised classification
pkupr
- 模式识别 北京大学 本科生课程 课件 (包括贝叶斯模型、最近邻、SVM、线性与非线性分类器、boosting、统计学习、非监督学习等)-Pattern Recognition Peking University Courseware (including Bayesian model, the nearest neighbor, SVM, linear and non-linear classifiers, boosting, statistical learning, unsupervised
INFO_编程作业(1)
- 采用非监督学习方法 中的梯度下降法,实现简单分类,(Gradient descent method is used to realize simple classification)
qstgbez
- 非监督分类程序,采用isodata算法,分类自组织迭代分类算法,()
DBN
- 深度信念网络,神经网络的一种。既可以用于非监督学习,类似于一个自编码机;也可以用于监督学习,作为分类器来使用。(Deep belief network, a kind of neural network. It can be used for unsupervised learning, similar to a self-coding machine, or supervised learning, as a classifier.)
CNN
- 卷积神经网络分类 调制信号识别 卷积神经网络(Convolutional Neural Networks, CNN)是一类包含卷积计算且具有深度结构的前馈神经网络(Feedforward Neural Networks),是深度学习(deep learning)的代表算法之一 [1-2] 。卷积神经网络具有表征学习(representation learning)能力,能够按其阶层结构对输入信息进行平移不变分类(shift-invariant classification),因此也被称