搜索资源列表

  1. K均值算法

    0下载:
  2. 实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:
  1. Discrete_Bayes

    0下载:
  2. matlab编写的[数据挖掘]分类算法Discrete_Bayes算法程序。-Matlab prepared by the [data mining] classification algorithm Discrete_Bayes algorithm way Preface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王聪
  1. DSLVQ

    0下载:
  2. matlab编写的[数据挖掘]分类算法DSLVQ算法程序。-Matlab prepared by the [data mining] classification algorithm DSLVQ algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王聪
  1. Gibbs

    0下载:
  2. matlab编写的[数据挖掘]分类算法Gibbs算法。-Matlab prepared by the [data mining] classification algorithm Gibbs algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王聪
  1. Competitive_learning

    0下载:
  2. matlab编写的[数据挖掘]分类算法Competitive_learning算法。-Matlab prepared by the [data mining] classification algorithm Competitive_learn ing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王聪
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:52224
    • 提供者:刘波
  1. 广义异或集成神经网络算法

    0下载:
  2. 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:刘波
  1. Classified_algorithm_of_image_pattern_identificati

    0下载:
  2. 提供VC下图像识别的分类算法,帮助初学者更好地进行图像识别学习.-provide VC Image Recognition under the classification algorithm, to help beginners to learn for image recognition.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:570368
    • 提供者:何志彪
  1. ID3.m

    0下载:
  2. 这个Matlab环境下的模式分类算法集提供了二维两类分类问题的很多可视化程序-the Matlab environment under the classification algorithm provides a two-dimensional set two classifications of many visual programming
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:小猪
  1. webclass

    0下载:
  2. 中文文本分类算法文档 属于论文CAJ格式的-Chinese text classification algorithm paper documents belonging to the CAJ format
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:35840
    • 提供者:冯雪峰
  1. ISODATA--CMenu

    0下载:
  2. ISODATA算法,模式识别课程的一个作业-ISODATA algorithm, a pattern recognition programs work
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:张衡
  1. tuxiangshibie

    0下载:
  2. 比较完整的图像分类程序,包含较多的分类算法-more complete image classification procedures, including more classification algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:5480448
    • 提供者:dipper
  1. texture3

    0下载:
  2. 本程序在对图像进行纹理分析(基于共发矩阵的方法)的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!-procedures in the right image texture analysis (based on total fat matrix method), on the basis of access to different regions of the image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:350208
    • 提供者:陈镇静
  1. SVM(matlab)

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab] -Support Vector Machine (SVM), a classification algorithm source code [Matlab]
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:dyddong
  1. PerceptionCLassify

    0下载:
  2. 感知机分类算法用于文献分类,基于BP神经网络的基本算法-Perceptron classification algorithm for Literature Classification, based on BP neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:187392
    • 提供者:
  1. naivebaysianclassify

    0下载:
  2. C语言的朴素贝叶斯分类器代码,是标准C编写的,希望对大家有帮助-C language Naive Bayesian classifier code, prepared by the C standard, and I hope to be helpful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:135168
    • 提供者:handman
  1. 1687504099

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码(matlab)-Support Vector Machine (SVM), a classification algorithm source code (Matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:彬彬
  1. GA-wangxp

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:4515840
    • 提供者:zhuli
  1. KNN(CSHARP)

    0下载:
  2. 基于不断学习的贝叶斯-KNN文本分类算法的设计与实现,给出原始几个类别的文本文件,通过机器学习,获取各个类别文本内容的主要特征,在这个基础上,给出待分类的文件库,系统通过自动分类,对文件库中的文本进行分类,把文件分配到最有可能的类别中。-based learning Bayesian-KNN text classification algorithm design and implementation given several typ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1146880
    • 提供者:linvg
  1. Classification_toolbox

    1下载:
  2. matlab分类工具箱源码,在matlab下运行可以对数据进行多种分类,并有说明文档,可以根据文档进行操作,实现分类。-classification Matlab toolbox source, Matlab can run on a variety of data classification, and documentation, according to documentation for operation, achieving
  3. 所属分类:电子书籍

    • 发布日期:2024-05-19
    • 文件大小:935936
    • 提供者:陈文
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org