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

搜索资源列表

  1. bpnn

    0下载:
  2. BP神经网络的简单例子,使用C++编写。-Simple example of BP Neural Network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5072177
    • 提供者:Mr zhao
  1. ANN

    0下载:
  2. 通过BPNN神经网络预测时间序列值,已经调试好的程序,-BPneural network
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:21509
    • 提供者:孙先生
  1. Research-on-Optimization-of-Speed-Identification.

    0下载:
  2. Introducing the rank-weight method into the basic ant colony optimization (ACO), we use the modified ACO to optimize the weights and thresholds value of neural networks (NN). And when the BPNN is being trained, this method can solve the disad
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:108335
    • 提供者:samir
  1. BPNN-master

    0下载:
  2. 反向传播神经网络,两输入两隐含单元一输出(Backpropagation Neuron Network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:103424
    • 提供者:涛涛的的
  1. bpnn

    1下载:
  2. BP反向传播神经网络算法,包括数据预处理部分(this zip include BP back propagation Neural network algorithm and the data preprocessing section)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:6144
    • 提供者:夏小李
  1. GA-BPNN完整实例

    1下载:
  2. GA_BPNN,里面有详细的代码和注释,能够很快入手,值得推荐!(LG_BPNN use and annotations, with detailed code and comments study quickly it is recommended!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:14336
    • 提供者:青晨昊天
  1. BPNN

    0下载:
  2. 该文件提供BP神经网络的源代码。(The file provides the source code of the BP neural network)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:happy哈哈
  1. GA-BPNN

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:52224
    • 提供者:abcdxyz001
  1. BP_分类

    0下载:
  2. 用BP神经网络做的分类的一个小例子,基于python写的(python BPNN classification)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:akia
  1. BPNN

    1下载:
  2. 能够实现bP算法,数据集使用的是iris里面的花卉相关的数据,训练集是0.7,测试集是0.3.(BP algorithm can be realized)
  3. 所属分类:数值算法/人工智能

  1. bpnag

    0下载:
  2. Forecast using bpnn.arsitek.akt func
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:166912
    • 提供者:iber
  1. bpnn

    2下载:
  2. 用Python3实现BP神经网络对MNIST数字手写体识别,下载就能用(Using Python3 to implement BP neural network for MNIST digital handwriting recognition, download can be used)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:6428672
    • 提供者:史老四
  1. Relu1-TensorFlow

    0下载:
  2. TensorFlow实现relu前馈神经网络(relu BPNN,using TensorFlow)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:陈旭欣
  1. BPNN

    1下载:
  2. 搭建简单的BP神经网络,对数据进行分类,理解简单的神经网络搭建方法。(A simple BP neural network is built to classify data and understand simple neural network building method.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:94208
    • 提供者:punpkin
  1. 混沌tent映射tent分叉程序

    4下载:
  2. 构建基于改进灰狼优化算法的神经网络数据预测模型(IGWO-BPNN),目的在于用改进的灰狼优化算法优化神经网络模型,利用神经网络的反向传播优势,改善神经网络算法易于陷入局部最小值的缺陷,提高神经网络模型的预测精度。(The grey wolf algorithm (GWO), which is inspired by the predatory behavior of the gray wolf group, is a new group intelligent optimization alg
  3. 所属分类:进化算法

    • 发布日期:2020-08-18
    • 文件大小:1024
    • 提供者:Healer1998
  1. bp pred

    1下载:
  2. 反向传播神经网络进行数据回归预测,选取自变量为多维,因变量为一维(Back propagation neural network is used for data regression prediction. The independent variable is multidimensional and the dependent variable is one-dimensional.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-03-23
    • 文件大小:21504
    • 提供者:尧尧尧尧尧
  1. 基于遗传算法优化BP神经网络

    0下载:
  2. 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com