搜索资源列表

  1. 改进版的bp神经网络算法编程(pso)

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

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

    0下载:
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:12376064
    • 提供者:段石头
  1. pso优化BP

    3下载:
  2. 使用pso优化神经网络,使风电功率预测达到更高的精度(a pso algorithm used to optmize bp neural network)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:4975616
    • 提供者:mal123
  1. PSO-BP程序

    2下载:
  2. 用粒子群优化BP神经网络matlab代码 %以下是训练数据,前4列为输入,第5列为输出 5.700 3.800 0.3175 2.33 2310 4.550 3.050 0.3175 2.33 2890 2.950 1.950 0.3175 2.33 4240 1.950 1.300 0.3175 2.33 5840 1.400 0.900 0.3175 2.33 7700 1.200 0.800 0.3175 2
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:isgsj
  1. BP神经网络

    0下载:
  2. BP神经网络,matlab程序编写,有原始数据,可用于遥感图像分类,并且对遥感图像的土地利用类型进行预测。(BP neural network, matlab programming, with original data, can be used for remote sensing image classification, and remote sensing image land use type prediction.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1424384
    • 提供者:poppyzbb
  1. BP神经网络负荷预测

    1下载:
  2. 采用BP神经网络对电力系统负荷进行预测,预测结果与实际结果的误差较小,可作为电力公司进行优化调度的依据。(BP neural network is used to predict the load of power system. The error between the predicted result and the actual result is small, which can be used as the basis fo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:187392
    • 提供者:东北大成子
  1. 神经网络入门13课源码

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

    • 发布日期:2024-05-19
    • 文件大小:4372480
    • 提供者:1234567845432
  1. BP神经网络

    0下载:
  2. BP神经网络代码,通过训练来推测预测值的符合程度
  3. 所属分类:源码下载

  1. 程序

    1下载:
  2. 粒子群算法优化的BP神经网络与传统BP神经网络对比(Comparison between BP neural network optimized by particle swarm optimization and traditional BP neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:48128
    • 提供者:xinlingxiaosui
  1. 神经网络

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

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

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

    • 发布日期:2024-05-19
    • 文件大小:214016
    • 提供者:nz106
  1. BP神经网络股票预测

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

    • 发布日期:2024-05-19
    • 文件大小:447488
    • 提供者:nz106
  1. 00363947pso-bp

    0下载:
  2. 一个简单的小例子,是关于pso与神经网络结合的。希望有用(A simple example is about the combination of PSO and neural network. Hope to be useful)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yawrengs
  1. BP网络图像分类

    0下载:
  2. 采用神经网络进行图像分类,分类方法简单,但是效果略差。(Using neural network for image classification, the classification method is simple, but the effect is slightly poor.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:683008
    • 提供者:tttt121gg
  1. BPNN

    0下载:
  2. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为6。(BP neural network is used to design the classifier for boys and girls. The features used include height, weight, whether you like mathematics,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:flpgr
  1. bp负荷预测

    0下载:
  2. bp神经网络实现电力负荷预测,matlab实现(Bp neural network to achieve power load prediction, matlab to achieve)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:宁静致远ii
  1. BAS_BP

    0下载:
  2. 一种新型的BP神经网络优化算法及仿真程序(A new optimization algorithm and simulation program of BP neural network)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:FRED520
  1. 客户验收

    0下载:
  2. 此代码用于毕业设计里的泊车场的停车位预测!很好的使用了BP神经网络模型,有数据有代码(This code is used for parking space prediction in the parking lot in the graduation design! Good use of BP neural network model, data and code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:大头猫神
  1. SOM_BP

    0下载:
  2. BP神经网络进行回归预测分析,从表格中读取数据,进行时间序列分析的预测回归(Regression analysis of BP neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:xishanw
  1. 人脸库代码

    0下载:
  2. 资料为基于BP基于BP神经网络的人脸识别源码(matlab),是课程设计做的一个课题,效果还不错,配备有测试显示界面,比较直观!(The data is the source code of face recognition based on BP neural network (matlab), which is a subject of curriculum design. The effect is good, equipped
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:6494208
    • 提供者:bmacn
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org