CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - C语言

搜索资源列表

  1. NNBP1

    0下载:
  2. 人工神经网络bp算法的c语言的简单实现,有待进一步完善-artificial neural network algorithm bp c simple language to achieve, need to be further improved
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2044
    • 提供者:阿波
  1. k_algorithm

    0下载:
  2. K-均值算法的c语言实现,他是一种基于样本间相似性度量的间接聚类方法。-K-means is a VQ method based on the similarity of the samples. This is a C language source code for K-means algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:阿波
  1. FreeImage361

    0下载:
  2. 最棒的三大计算机视觉、图像图形函数库之一,C语言版本,支持标准C-best of the three major computer vision, image and graphics functions, one C-language version supports standard C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2377502
    • 提供者:赵辉
  1. 自己写的手势识别

    2下载:
  2. 利用C++语言实现的对运动手势进行识别的代码,请指教!-use C language to the movement of gestures identification code, please advise!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22175
    • 提供者:杨兵
  1. bayes在分类中的应用

    1下载:
  2. 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97755
    • 提供者:龚文引
  1. chameleon算法源代码(c语言)

    0下载:
  2. 数据挖掘算法 chameleon算法源代码- Data mining algorithm chameleon calculates the law origin code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:46472
    • 提供者:万喜
  1. BackProp算法源程序

    1下载:
  2. 开发环境:C语言 简要说明:BackProp算法:BP网络是反向传播(Back Propagation)网络。它是一种多层前向网络,采用最小均方差学习方式。这是一种最广泛应用的网络。它可用于语言综合,识别和自适应控制等用途。BP网络需有教师训练。 -development environments : C language Brief Descr iption : BackProp algorithm : BP is the back-propagation network (Back
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:223404
    • 提供者:刘华
  1. ID3算法源程序(C语言)

    0下载:
  2. ID3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。输出格式是一个二叉判定树。-ID3 algorithm source. The method used was to prepare a document preservation *. dat sample data, a document preservation *. tag attributes listed, and the fina
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4852
    • 提供者:小丁
  1. mybp1

    0下载:
  2. 一个用C语言实现的bp算法,用于学习sin曲线. -a C language of bp algorithm for the sin learning curve.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2366
    • 提供者:同同
  1. assignt

    0下载:
  2. duda的模式分类作业源代码,第二章上机练习第2题。2类问题的分类器设计。c语言编程。-duda the pattern classification operations source code, the second chapter on the first two aircraft that practice. Two categories of classified design. C programming language.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3524
    • 提供者:李立
  1. MDEFIR3

    0下载:
  2. 给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:张洪欣
  1. SMOLearn

    0下载:
  2. 同样经典的由PLATT提出的SMO学习算法.C++语言实现.好用呢-same classic by the SMO PLATT learning algorithm. C language. Easy?
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:976324
    • 提供者:张先生
  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 the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:刘波
  1. 广义异或集成神经网络算法

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

    • 发布日期:2008-10-13
    • 文件大小:13315
    • 提供者:刘波
  1. BP1_7

    0下载:
  2. bp算法,网络为1-5-2-2-1。函数为y=sin(3x)cosx+1。这是用c语言写的,能运行,可以画图,这是神经网络的一个作业。-bp algorithms, network 1-5-2-2-1. To function y = sin (3x) cosx 1. It is written in C language, can run, drawing, which is a neural network operations.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3972
    • 提供者:我是谁
  1. 模式识别常用模型和算法

    0下载:
  2. 模式识别常用模型和算法,包括BP神经网络的C语言实现,BP神经网络解决异或问题,HMM的C语言实现-common model and pattern recognition algorithms including Neural Network C language, BP neural network solutions differences or problems, HMM C language, etc.! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24636
    • 提供者:王彬
  1. HMM-v1.02

    0下载:
  2. 稳马尔科夫HMM算法的C语言源代码,可用于图像处理及一维信号处理。-stable Markov HMM algorithm C language source code that can be used for image processing and one-dimensional signal processing.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:302565
    • 提供者:阳云
  1. SURCE

    0下载:
  2. BP神经网络的C语言实现,BP神经网络解决异或问题,HMM的C语言实现,矢量量化的C语言实现-Neural Network C language, BP neural network solutions differences or problems, HMM C language, vector quantization C Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31828
    • 提供者:吴德烽
  1. bequeath

    0下载:
  2. 遗传算法源代码 源代码由C语言完成 请解压后使用,没有解压密码-genetic algorithm source code from C source code language Please complete decompression after use, not extracting passwords
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:86138
    • 提供者:pqq
  1. BPAlgoritim

    0下载:
  2. 感知机程序c语言编写,用于分类的算法,比较典型的神经网络算法-Perceptron c written procedures for the classification algorithm, the typical neural network algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2916
    • 提供者:于大雷
« 1 2 3 4 5 6 78 9 10 11 12 ... 48 »
搜珍网 www.dssz.com