搜索结果
找到约 59 项符合
Iris 的查询结果
按分类筛选
其他 Skins for Iris Skins that will add bueaty to your application
Skins for Iris Skins that will add bueaty to your application
人工智能/神经网络 Neural Network Application. Iris Dataset and Wine Dataset.
Neural Network Application. Iris Dataset and Wine Dataset.
matlab例程 Code matlab pour l extraction de la signature de l iris.Nous avons appliquer la méthode de box cuont
Code matlab pour l extraction de la signature de l iris.Nous avons appliquer la méthode de box cuonting et la méthode de box cuonting différenciel.
人工智能/神经网络 Computational Intelligence IRIS dataset Classification
Computational Intelligence IRIS dataset Classification
人工智能/神经网络 matlab写的自己设计的自适应网络做iris聚类分析并分类的实验
matlab写的自己设计的自适应网络做iris聚类分析并分类的实验,算法不是很稳定,有一定参考价值
数学计算 贝叶斯分类器的C++源码
贝叶斯分类器的C++源码,用IRIS作类例子,通俗易懂,适合作模式识别、图像处理研究开发用!
matlab例程 是我的模式识别的作业
是我的模式识别的作业,可以成功的分类iris数据,大家可以
数值算法/人工智能 BP学习算法应用——模式分类 应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类
BP学习算法应用——模式分类
应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。iris.arff为数据库文件,可用Weka数据挖掘软件打开。Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。
将源文件Iris_classify.m和Iris.csv文件放入matlab的work文件夹中直接运行即可。 ...
matlab例程 尽管matlab提供了朴素bayes的函数
尽管matlab提供了朴素bayes的函数,但要理解朴素bayes还是自己编程实现为好。这是以IRIS数据集为例,用朴素bayes方法分类的程序。