CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - BP神经网络

搜索资源列表

  1. bp神经网络Java实现

    0下载:
  2. bp神经网络的实现源码及应用例程。Java语言编写,安全,通用。
  3. 所属分类:Windows编程

    • 发布日期:2010-11-22
    • 文件大小:11781
    • 提供者:andysharp
  1. bp c#源码

    0下载:
  2. bp神经网络 c#源码,已通过测试
  3. 所属分类:C#编程

  1. BP神经网络故障诊断

    3下载:
  2. 基于BP神经网络的故障诊断与识别,用于简单的模式识别。
  3. 所属分类:Windows编程

    • 发布日期:2016-05-24
    • 文件大小:49352
    • 提供者:hyp_huang
  1. 遗传算法优化BP神经网络-非线性函数拟合

    7下载:
  2. 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:51200
    • 提供者:海航
  1. 封装一个简单的BP神经网络

    0下载:
  2. java实现bp神经网络用来二分类,这个是我写的文档,里面有完整程序(a BP neural network to implement two division,which implemented with java)
  3. 所属分类:其他

  1. BP神经网络算法代码

    0下载:
  2. BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
  3. 所属分类:其他

  1. 案例1 BP神经网络的数据分类-语音特征信号分类

    1下载:
  2. 基于BP神经网络的聚类分析数据分类例如语音信号识别(Clustering analysis based on BP neural network)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:375808
    • 提供者:第一王者
  1. BP神经网络实现图像压缩

    0下载:
  2. 数据分析之机器学习:BP神经网络实现图像压缩(BP neural network for image compression)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:65536
    • 提供者:zerokine
  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:CAUCHY-G
  1. BP神经网络预测算法MATLAB源程序

    4下载:
  2. BP神经网络预测算法MATLAB源程序,用于混沌时间序列预测。(BP neural network prediction algorithm MATLAB source code for chaotic time series prediction.)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:1024
    • 提供者:强仔撒
  1. 案例1 BP神经网络的数据分类-语音特征信号分类

    1下载:
  2. 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
  3. 所属分类:其他

  1. BP神经网络,支持向量机等用于风机故障诊断

    5下载:
  2. BP神经网络,支持向量机等用于风机故障诊断(BP Neural Network and support Vector Machine for Fan Fault diagnosis)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:14336
    • 提供者:pu_阳
  1. bp神经网络

    1下载:
  2. 运用bp神经网络建立预测模型,通过matlab实现未知数据的预测(The bp neural network is used to establish the prediction model and the unknown data is predicted by matlab.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:815104
    • 提供者:肯定有问题
  1. BP神经网络预测激光焊接数据

    2下载:
  2. 建立BP神经网络拟合曲面,实现激光焊接数据的预测(BP neural network mainly through 4 steps in the implementation of MATLAB, read file setting parameters, create a BP network, neural network training, neural network simulation. After the program, some basic parameters are set
  3. 所属分类:其他

    • 发布日期:2020-12-28
    • 文件大小:9216
    • 提供者:冯大大
  1. 基于BP神经网络的人脸识别

    4下载:
  2. 基于MATLAB的BP神经网络人脸识别算法(Face recognition algorithm of BP neural network based on MATLAB)
  3. 所属分类:其他

    • 发布日期:2019-03-24
    • 文件大小:9818112
    • 提供者:前尘未时
  1. 基于S函数的BP神经网络PID控制器Simulink仿真

    5下载:
  2. 基于S函数的BP神经网络PID控制器Simulink仿真(BP neural network PID controller Simulink simulation based on S function)
  3. 所属分类:其他

    • 发布日期:2019-01-12
    • 文件大小:481280
    • 提供者:WUWUDE
  1. BP神经网络与多项式拟合曲线

    1下载:
  2. BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
  3. 所属分类:其他

  1. 采用BP神经网络进行非线性预测

    2下载:
  2. 该代码包括单隐含层BP和双隐含层BP。建立基于BP神经网络的预测模型,对数据进行随机排列,选取训练样本和测试样本,训练样本训练网络,测试样本进行验证(The code includes single hidden layer BP and double hidden layer BP. Establish a prediction model based on BP neural network, arrange the data randomly, select training sample
  3. 所属分类:其他

    • 发布日期:2020-03-08
    • 文件大小:48128
    • 提供者:kasino
  1. 基于遗传算法优化BP神经网络的非线性预测

    1下载:
  2. 针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作(Aiming at the disadvantage that the initial weights and thresholds of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weights and
  3. 所属分类:其他

    • 发布日期:2019-03-28
    • 文件大小:53248
    • 提供者:kasino
  1. 基于天牛须搜索算法优化BP神经网络

    4下载:
  2. 天牛须优化算法及其对BP神经网络的优化。(The optimization algorithm and its application to BP neural network)
  3. 所属分类:其他

    • 发布日期:2020-05-08
    • 文件大小:25600
    • 提供者:訫怡
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com