搜索资源列表

  1. V

    0下载:
  2. 神经网络输入输出运算,三层网络,bp算法 和大家交流-Neural network input and output operations, the three-tier network, bp algorithm and U.S. exchange
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:孙林嘉
  1. bp

    0下载:
  2. 一个BP神经网络训练的源代码 其中算法部分并未用到MATLAB中的训练函数,可以加深对BP的理解-A BP neural network training algorithm in which the source code was not used in the training function in MATLAB, you can deepen their understanding of BP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:张媛
  1. Mybpv2.0

    0下载:
  2. 对样本数据进行了归一化处理的BP算法,有比较好的收敛性-Sample data were normalized treatment of BP algorithm has better convergence
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:374784
    • 提供者:秦研
  1. bp_c3

    0下载:
  2. 神经网络BP算法,具有可设的层数,按梯度下降的学习规则。-BP neural network algorithm, has an established low-rise, according to gradient descent learning rules.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:143360
    • 提供者:刘佳
  1. wh_BP_main

    0下载:
  2. 基于人工神经网络BP算法的误差逼近。输入一组数据,逼近目标输出数据。-Based on artificial neural network approximation error BP algorithm. One set of data input, which was close to the target output data.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:杜勇
  1. test

    0下载:
  2. 函数模拟的BP网络实现源码,神经网络是当前人工只能的重要分之,BP算法是应用最为广泛的一种前馈网络之一。-Function of the BP network analog source, the current artificial neural network is only an important point, BP algorithm is most widely used as a feed-forward networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. BPNN

    0下载:
  2. 基于C语言编写的利用BP算法训练人工神经网络的实际例子。-C language based on the use of BP algorithm for training artificial neural networks practical examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:王明
  1. CPNet

    0下载:
  2. 这是一个用c实现的前馈人工神经网络BP算法,可以根据个人的需要进行修改-This is a c achieved by feedforward artificial neural network BP algorithm, based on their individual requirements can be modified
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:Zechao Li
  1. bp222

    0下载:
  2. BP算法源代码(MATLAB)-BP algorithm source code (MATLAB)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhaocs
  1. BPNET

    0下载:
  2. BP算法源程序,可用于数据分类,图像识别等。采用VC++6.0是实现。-BP algorithm source code can be used for data classification, image recognition and so on. Used VC++ 6.0 is to achieve.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:244736
    • 提供者:陨石
  1. VC++BP

    0下载:
  2. 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 一、网络训练 程序默认状态是样本训练状态,现将样本训练状态下的如何训练网络进行说明: 1.系统精度: 定义系统目标精度,根据需要定义网络训练误差精度.误差公式是对训练出网络的输出层节点和实际的网络输出结果求平方差的和. 最大训练次数: 默认为10000次,根据需要调整,如果到达最大训练次数网络还未能达到目标精度,程
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:344064
    • 提供者:starboy_2nd
  1. bpm_train

    0下载:
  2. 人工神经网络系统的训练 TRAIN BP算法存在局部极小点,收敛速度慢等缺点,改进的BP算法。-Artificial neural network training algorithm TRAINBP local minimum points, such as the shortcomings of slow convergence, improved BP algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:q
  1. 219239982252007571611349860277

    0下载:
  2. 人工神经网络BP算法c++源代码,里面有头文件和源文件-Artificial neural network BP algorithm c++ Source code, which has header files and source files
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1632256
    • 提供者:nikki
  1. ga-bp

    0下载:
  2. 程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值-Program name: ga_bp_predict.cpp Descr iption: The GA-optimized BP neural network proce
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:fk774
  1. CMMATools

    0下载:
  2. 人工神经网络BP算法c++源代码,人工神经网络BP算法c++源代码-Artificial neural network BP algorithm c++ Source code, artificial neural network BP algorithm c++ Source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1635328
    • 提供者:chenfang
  1. bpnnet_156

    0下载:
  2. 在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。 -In practical applications, the original BP algorithm very difficult to do, so th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:zhangaixia
  1. BPyy

    0下载:
  2. 利用BP算法实现异或功能
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ranee
  1. BpNet_src

    0下载:
  2. bp网络代码 VC编写,BP算法的过程及注释说明-bp code VC network to prepare, BP algorithm for the process and Notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:李树娟
  1. bp

    0下载:
  2. 这是一个用fortran 实现的BP算法源程序,以及c和 matlab实现BP的源程序。大家可以从各个方面做一个性能的比较-This is a used fortran source realize the BP algorithm, as well as c and matlab realize the source BP. From the U.S. to do all aspects of a performance compar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:wang
  1. BP

    0下载:
  2. 继续神经网络编程,bp算法,delphi 2005下编译通过-Continue to neural network programming, bp algorithm, delphi 2005 under the compiler through
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:robin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org