说明:matlab编写的ISODATA算法,实验数据为Iris,代码注释详细,运行良好!
iris isodata--iris Iris-ISODATA isodata算法matlab matlab-isodata
说明:基本的细菌觅食聚类程序,测试数据集为IRIS数据集。
说明:用matlab实现GRNN和PNN对鸢尾花的分类问题,包括源代码,数据,以及保存好的神经网络,两个网络实现在同一个文件里
说明:matlab实现一些基础的模式识别工作,如贝叶斯分类,聚类算法,bp神经网络
说明:模式识别分类器的设计,此为K均值法源码,经调试通过。所用数据为标准IRIS。-Pattern recognition classifier design, the source for the K-means, after debugging through. Data used as the st...
说明:模式识别分类器的设计,此为LMS法源码,经调试通过。所用数据为标准IRIS。-Pattern recognition classifier design, the source for the LMS method, adopted by the debugger. Data used as the...
说明:BPNN_Classification.m是用BP神经网络对数据集iris.txt进行分类并统计正确率的MATLAB源程序