CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - BPNet

搜索资源列表

  1. bpnet

    0下载:
  2. 简化的ANN程序,程序代码很少,但是预测效果相当-a simplified Ann algorithm with good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1221
    • 提供者:黄安强
  1. BPnet

    0下载:
  2. 神经网络的训练编程代码,初级入门者的小小尝试-Training of the neural network programming code, a small attempt of the primary entry
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:23164
    • 提供者:huangweiwei
  1. bpnet

    0下载:
  2. BP神经网络用于数据的建模和仿真,达到收敛误差最小-BP neural network for data modeling and simulation to achieve the minimum convergence error
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:889
    • 提供者:zz
  1. BpNet

    0下载:
  2. 该程序实现神经网络的BP算法,输入节点数,输出节点数,隐层数,隐层节点数任意,由用户决定。其中隐层数指的是总共曾数包含输出层,比如说异或算法为2层,第一层节点数为2,第二层也即输出层节点数为1,输入点数为2 。但是该程序对异或算法实现并不理想,对多层多节点的神经网络有较好的结果。-The program realize ...
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:20127
    • 提供者:xinbo
  1. BPnet-and-sound

    0下载:
  2. 这个文件是基于matlab的BP神经网络对于语音信号的分辨的编程-This file is based on the matlab the BP neural network programming for the resolution of the speech signal
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:377393
    • 提供者:李美玲
  1. BPnet

    0下载:
  2. 两个标准的PB神经网络例程,两个标准的PB神经网络例程-The standard PB neural network two routines
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1024
    • 提供者:梅家平
  1. BPnet

    0下载:
  2. 这是BP人工神经网络自适应学习算法的建立及其应用,有很大参考价值!-This is the establishment of the BP neural network adaptive learning algorithm and its application, there is a great reference value!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:276172
    • 提供者:jeffsonfu
  1. BPnet

    0下载:
  2. 介绍BP神经网络的一篇文章,讲解了一种改进学习的算法,比国内的要早很多-An article introduces the BP neural network, and explain an improved learning algorithm, much earlier than in China
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:768642
    • 提供者:zofulan
  1. bpnet

    0下载:
  2. 智能控制;BP神经网络算法;PID控制器MATLAB 仿真-Intelligent Control BP neural network algorithm MATLAB simulation, the PID controller
  3. 所属分类:Project Design

    • 发布日期:2017-12-05
    • 文件大小:1182
    • 提供者:zhang
  1. bpnet

    0下载:
  2. 增加冲量的方法实现的bp神经网络,训练好之后可实现正数负数以及数值的奇偶判断-bp neural network
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-03-13
    • 文件大小:2670
    • 提供者:wild
  1. bpnet

    0下载:
  2. bp 网络,用动量及自适应IrBP的梯度递减训练函数traingdx由于有梯度的自适应的梯度递减训练和附加动量项,因此对样本容量有限的问题能够较好的训练-bp network, the training function decreasing with momentum and adaptive IrBP, gradient traingdx decreasing gradient adaptive gradient training and additional momentum term,
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1078
    • 提供者:furans
  1. BpNet

    0下载:
  2. 神经网络的C#实现源码,特殊的算法。implementation of neural network source code, a special algorithm-C# implementation of neural network source code, a special algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:83367
    • 提供者:liou
  1. BPnet

    0下载:
  2. 使用matlab的M文件实现BP神经网络,首先是神经网络的训练,保存!并使该网络对数据进行预测,有直观的仿真结果,直观易懂-M-file using matlab to achieve BP neural network, the first neural network training, save! And make the network data to predict an intuitive simulation results, intuitive ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1045
    • 提供者:王伟
  1. BPnet

    0下载:
  2. 此例是利用BP神经网络学习三位二进制代码的识别功能,例如当学习完后输入101,判断出结果为5,输入010判断结果为2,参看测试结果截图。-This case is the use of BP neural network learning three binary code recognition, for example, when after learning input 101, to determine the result of 5, 010 judgment result is tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:42446
    • 提供者:sj
  1. matlab-for-neural-network

    0下载:
  2. BPnet.m、GRNNnet、RBFnet分别为BP神经网络、GRNN神经网络、RBF神经网络用于预报模型的代码,其中给出预报的精度指标:合格率、确定性系数、均方根误差-BPnet.m, GRNNnet, RBFnet were BP neural network, GRNN neural network, RBF neural network for forecasting model code, which gives the prediction accuracy indicators:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3241
    • 提供者:reed
  1. bpnetanddajin

    0下载:
  2. bpnet算法程序,可以参考下,希望对大家有帮助-bpnet algorithm procedures, can refer to, it is hoped that all of you help
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:pperc
  1. BPNET

    1下载:
  2. 基于VC++的BP神经网络PID VC++类,直接可用-VC-based BP neural network PID control VC class directly available
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3113
    • 提供者:fenyun
  1. BPNet

    0下载:
  2. 常用的模型和算法,BP神经网络解决异或问题-The commonly used model and algorithm, the BP neural network to solve xor problem
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:26143
    • 提供者:
  1. BPNET

    0下载:
  2. BP神经网络的源码,主要是Aforge的实现的方法-BP neural network source, mainly implemented method Aforge
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:96315
    • 提供者:邓光明
  1. BPnet

    0下载:
  2. 混沌时间序列测试用BP RBF网络含有简单的优化- Chaotic time series tests with BP RBF network with simple optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:Cenyao
« 1 2 3 4 56 »
搜珍网 www.dssz.com