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

搜索资源列表

  1. 动量-自适应学习调整算法(BP改进算法)应用实例

    0下载:
  2. 动量-自适应学习调整算法(BP改进算法)应用实例.zip- Momentum - auto-adapted study adjustment algorithm (BP improvement algorithm) application example zip
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1049
    • 提供者:drizzleldl
  1. L-M算法(BP的一种改进算法)应用实例

    0下载:
  2. L-M算法(BP的一种改进算法)应用实例-L-M algorithm (BP an improved algorithm) Application
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:胡刚
  1. BP-RBF算法

    0下载:
  2. BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:2366
    • 提供者:同同
  1. 用C++实现的bp算法程序

    0下载:
  2. 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2684
    • 提供者:江原
  1. DigitRecog

    0下载:
  2. 用bp实现的数字识别程序,用到了经典的bp算法,可移植到其他应用程序中去-bp achieve with the digital identification procedures, the use of classical bp algorithm can be transplanted to other applications go
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97541
    • 提供者:刘志刚
  1. bpxor

    1下载:
  2. BP算法实现异或问题,采用S型函数的前向多层神经网络及其逆推学习算法-BP algorithm differences or problems, use of the S-Function to the multilayer neural networks and learning algorithms Backstepping
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24735
    • 提供者:郭攀红
  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48218
    • 提供者:李琳
  1. 神经网络bp类c++

    0下载:
  2. 该程序是BP神经网络算法C++类定义及其说明;经过调试。可用有效工具。对于机器人开发非常好。-BP neural network algorithm definition and category C; After debugging. Effective tools available. For robot development is very good.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3489
    • 提供者:王红旗
  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. bp-ann

    0下载:
  2. 本程序为一个误差向后传播的三层前馈神经网络有指导的学习算法,用户可在文件中设置相应参数.-this program back to an error in transmission feed-forward neural network algorithm for the study guide, users can set up in the document corresponding parameters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:474983
    • 提供者:彭斌
  1. BPALGORITHM

    0下载:
  2. 我自己写的BP算法源代码!经过我亲身调试,没问题的!-I wrote it myself BP algorithm source code! I have personally debugging, no problem!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9138
    • 提供者:陈刚
  1. myworkonnnet

    1下载:
  2. 多层感知器(MLP)(BP算法训练)、径向基函数网络(RBF网络)、支持向量机(SVM)对2D Mexican Hat、Gabor、Friedman 以及Polynomial等几种函数数据集进行回归和预测-multilayer perceptron (MLP) (BP algorithm training), RBF network (RBF), Support Vector Machine (SVM) to 2D Mexican Hat, Gabor, Friedman Polynomial
  3. 所属分类:matlab例程

    • 发布日期:2015-06-10
    • 文件大小:1483984
    • 提供者:张毅
  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. BPP

    0下载:
  2. BP算法,没有太多的说明,只是一个很简单的试用程序。大家看看吧。-BP algorithm, not much that is a very simple procedure of the trial. We look at it.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6378
    • 提供者:龙圣
  1. gaBP333

    0下载:
  2. 用matlab开发的用遗传算法改进的BP算法程序,编译通过-using Matlab development of the genetic algorithm to improve the BP algorithm, compiled by
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

    0下载:
  2. C++的BP算法程序,这个程序是我从网上找到的,希望对大家能有用-C BP algorithm procedures, which is what I got from the Internet, I hope we can be useful right
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:fu
  1. LIDEBP

    0下载:
  2. BP算法的程序 ,这个是同学的,好象已经调出来了-BP algorithm procedures, this is the students, seems to have transferred out of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1513
    • 提供者:fu
  1. 基于BP神经网络的股票数据预测模型

    3下载:
  2. 采用了BP神经网络的算法能较好的预测股票收盘价的趋势(BP neural network algorithm is used to predict the trend of stock closing price)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-26
    • 文件大小:118784
    • 提供者:冰雪520
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com