CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - BP c

搜索资源列表

  1. 神经网络方法

    0下载:
  2. 人工神经网络bp 算法是用于数学建模Alife.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源序 -bp artificial neural network algorithm is used mathematical modeling based on genetic algorithms Alife.c artificial life simulatio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:467853
    • 提供者:乐乐
  1. zjbp

    0下载:
  2. bp反向传播算法,用c++编写,用于航空运输预测问题.-bp back-propagation algorithm, using c prepared for the Air Transport prediction.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2358
    • 提供者:张劼
  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. mybp1

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

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

    0下载:
  2. 采用C编写的BP神经网络一个程序,请提意见-with C BP prepared a neural network procedures, please comment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:江原
  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. 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. bpbao

    0下载:
  2. 用c++编写的bp神经网络开发包,能实现函数的任意逼近-prepared with the bp neural network development kits, can achieve an arbitrary function approximation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:87373
    • 提供者:刘为
  1. BP_Net

    0下载:
  2. 人工神经网络的源码编程,C程序的,Bp神经网络的,供大家参考!-ANN-source programming, C procedure, Bp neural network, for your reference!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4393
    • 提供者:hxm
  1. bpnnet

    0下载:
  2. 这是一个解决XOR问题的基于BP神经网络的C语言程序 隐层中有一个节点-This is a solution to the problem XOR BP neural network-based C language program hidden layer is a node
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12141
    • 提供者:金阳
  1. GAandC++

    0下载:
  2. 一个遗传算法C++类(和bp算法结合使用),头文件和实现文件-a genetic algorithm category C (bp algorithm used in conjunction), and the first document files
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4203
    • 提供者:刘小英
  1. 20060417008-6483

    0下载:
  2. C++的BP算法源程序.通过调试。大家可以参考一下。-C BP algorithm source. Through debug. We can take a look.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8504
    • 提供者:张龙
  1. XorNN

    0下载:
  2. 编了一个用C++程序实现BP网络的异或问题。-compiled a C program BP network problems or differences.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1364
    • 提供者:zzzzzmm
  1. heredityalg

    0下载:
  2. 关于简单遗传算法和简单bp网络的程序,纯C编写,可以移植到硬件-on simple genetic algorithm and network bp simple procedures, the preparation of pure C, can be transferred to the hardware
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4893
    • 提供者:杜检来
  1. bpsource

    0下载:
  2. bp算法是人工神经网络得一个经典得算法。这是bp算法得Visual C++版本-bp algorithm is in artificial neural networks in a classic algorithm. This algorithm is bp in Visual C + + Version
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13000
    • 提供者:william
  1. BP_C++

    0下载:
  2. BP神经网络C++实现-BP neural network implemented by C++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2584
    • 提供者:秋原
  1. PR2006

    0下载:
  2. BP神经网络的C语言实现 BP神经网络解决异或问题 canny源代码 HMM的C语言实现 isodata K-MEANS 车牌识别系统 矢量量化的C语言实现 -Neural Network C language BP neural network solution differences or problems canny source HMM C language isodata K-MEANS License Plate Recognition System Vector Quantizat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:795199
    • 提供者:liang
  1. bpsuanfa

    0下载:
  2. BP算法C++的BP算法源程序 BP算法C++的BP算法源程序 -BP algorithm C BP algorithm source algorithm C BP BP algorithm source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6621
    • 提供者:shasha
  1. BPnetworks

    0下载:
  2. BP网络的算法,用C++语言实现,对学习神经网络算法的人很有帮助。值得仔细研究研究。-BP network algorithm, using C language, the right to study the neural network algorithm to people. Deserves careful studies.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:217700
    • 提供者:欧阳辉
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com