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

搜索资源列表

  1. BP神经网络源程序

    0下载:
  2. BP神经网络源代码 VC开发环境 BP神经网络-BP neural network source code development environment VC BP neural network
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:466237
    • 提供者:王广丰
  1. 基于bp神经网络的货运量预测matlab实现

    1下载:
  2. 基于bp神经网络的货运量预测matlab实现-bp - based neural network is forecast to achieve Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1525
    • 提供者:RNN
  1. 一个非常优秀的BP神经网络源程序

    1下载:
  2. 一个应用matlab的非常优秀的BP神经网络源程序-Matlab Application of a very good source of BP neural network
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5869
    • 提供者:lry
  1. bp神经网络的车辆分类

    1下载:
  2. c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:154260
    • 提供者:adder
  1. 蚁群bp

    1下载:
  2. 用蚁群算法优化bp神经网络,增加预测精度(Using ant colony algorithm to optimize BP neural network and increase prediction accuracy)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-31
    • 文件大小:2048
    • 提供者:浮沉yjj
  1. 遗传算法优化BP网络(用于电力负荷预测预测)

    3下载:
  2. 遗传算法改进的bp神经网络精准预测符合数据(Precision prediction coincidence data of BP neural network improved by genetic algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-13
    • 文件大小:7168
    • 提供者:帅一起来
  1. 基于BP网络的个人信贷信用评估

    1下载:
  2. 这是一个BP神经网络在个人信贷评估方面应用的一个实例,有程序代码。适合初学者(This is an example of the application of BP neural network in personal credit evaluation, with program code.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-04-05
    • 文件大小:28672
    • 提供者:嘻哈12
  1. 神经网络编程_源代码

    1下载:
  2. 建立神经网络,运用神经算法求值逼近所求结果。(The neural network is established and the result is approximated by the neural algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-18
    • 文件大小:95232
    • 提供者:天狼一号
  1. 改进版的bp神经网络算法编程(pso)

    1下载:
  2. 神经网络算法,适合适合科研人员和学生进行优化和调参。新手理解鱼群算法,希望大家可以认真学习其中的道理。(Neural network algorithm is suitable for scientific researchers and students to optimize and participate. Novice understands Fish Swarm Algorithms, I hope you can seriously learn the truth.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-16
    • 文件大小:2048
    • 提供者:zuoren
  1. 《MATLAB 神经网络43个案例分析》源代码&数据

    1下载:
  2. 《MATLAB 神经网络43个案例分析》全书源代码和数据,注释详细,神经网络学习很有帮助。内含《MATLAB 神经网络43个案例分析》目录:第1章BP神经网络的数据分类语音特征信号分类;第2章 BP神经网络的非线性系统建模-非线性函数拟合等。(Analysis of 43 Cases of Neural Network in MATLAB source code data, detailed comments. Included in the catalogue of 43 Cases Anal
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-11
    • 文件大小:12376064
    • 提供者:段石头
  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:4372480
    • 提供者:1234567845432
  1. 神经网络

    1下载:
  2. 毕业设计的神经网络程序,亲测有用,可以很好的实现预测功能(Graduation design of the neural network program, pro - test useful, can be very good to achieve the prediction function)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-21
    • 文件大小:204800
    • 提供者:启明星gzk
  1. BP神经网络股票预测

    2下载:
  2. 在600085这个数据表中,以XZSLX综合作为输入,以收盘价作为输出 以前595个数据作为训练样本,后100个数据作为实际输出。 通过训练数据建立模型,最终输出100个预测的股票收盘价。 将预测的收盘价和实际的收盘价进行对比并求取误差,从而判断所建立模型的准确性。 RBF神经网络调用newff函数实现。(In the data table of 600085, XZSLX synthesis is used as input and closing price as output. The
  3. 所属分类:其他

    • 发布日期:2020-07-01
    • 文件大小:214016
    • 提供者:nz106
  1. bp参数辨识

    1下载:
  2. 锂离子电池参数辨识,把各个参数作为bp神经网络的权重阀值进行学习(Parameter identification of lithium-ion batteries and learning of each parameter as the weight threshold of BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 基于BP神经网络的模糊控制算法程序

    0下载:
  2. 通过BP神经网络对模糊规则的学习能跟好的控制,实现模糊PID的有效控制。(Through learning fuzzy rules by BP neural network, better control effect can be achieved.)
  3. 所属分类:其他

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

    1下载:
  2. 简单的bp神经网络,比较泛用,有详细注释。(Simple BP neural network)
  3. 所属分类:Python编程

    • 发布日期:2021-02-16
    • 文件大小:18432
    • 提供者:晓袭
  1. BP-PID

    2下载:
  2. 利用BP神经网络优化PID控制器参数,实现在线整定,达到最优化。(The parameters of PID controller are optimized by BP neural network to realize on-line tuning and optimization.)
  3. 所属分类:人工智能/神经网络/深度学习

  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. 麻雀搜索算法(SSA)优化bp网络

    10下载:
  2. 较新的优化算法,麻雀算法优化BP神经网络权值与阈值;(the key parameters of BP are choosed automatically by Sparrow Search Algorithm.)
  3. 所属分类:网络编程

    • 发布日期:2021-03-24
    • 文件大小:48128
    • 提供者:Moriiin
  1. matlab神经网络43个案例源代码

    1下载:
  2. 基于MATLAB实现的43个经典神经网络源代码,包括遗传算法、BP神经网络、RBF神经网络等。(Based on MATLAB to achieve 43 classic neural network source code, including genetic algorithm, BP neural network, RBF neural network.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-10
    • 文件大小:12725248
    • 提供者:07110711
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com