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

搜索资源列表

  1. BP 神经网络算法

    0下载:
  2. BP 神经网络的MATLAB算法,里面包含了自我学习和预测的过程!
  3. 所属分类:matlab例程

    • 发布日期:2016-06-03
    • 文件大小:8443
    • 提供者:duoergun1020
  1. Desktop

    0下载:
  2. 利用matlab编写的BP神经网络的一个例子(This is a matlab program about BP network.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:zlf7777777
  1. chapter3

    0下载:
  2. 图像处理 人工智能 神经网络 深度学习 数值计算(picture process artificial intelligence bp numberical calculation)
  3. 所属分类:人工智能/神经网络/深度学习

  1. Class_3_Code

    3下载:
  2. 将concrete_data.mat文件导入到MATLAB中,其中attributes为影响混凝土抗压强度的7个输入变量,strength为混凝土的抗压强度,即输出变量; 将整个数据集中的103个样本随机划分为训练集与测试集,其中训练集包含80个样本,测试集包含23个样本; 将训练集与测试集数据进行归一化; 建立BP神经网络,并训练; 利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测; 输出结果并绘图(真实值与预测值对比图)(The concrete_data.mat
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-10-16
    • 文件大小:184320
    • 提供者:wuxinghui
  1. GA优化BP神经网络

    1下载:
  2. 该程序利用遗传算法,优化神经网络结构,是MATLAB源代码。(The neural network structure is optimized by genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:你好,SCI
  1. RBF神经网络

    0下载:
  2. 利用RBF和BP神经网络中的工具箱函数去做函数逼近,(Making use of RBF neural network to do function approximation)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:24576
    • 提供者:涸辙犹欢
  1. BP 0-9识别

    0下载:
  2. 本程序由matlab编写,以BP神经网络进行0~9十个数字的识别。(This procedure written by MATLAB, BP neural network for 0~9 ten digital identification)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:鱼罐头
  1. EMDandBP

    5下载:
  2. 结合emd和bp神经网络的算法, 对轴承故障数据进行诊断,数据可以自己添加(EMD and BP algorism are combined to classify different kinds of faults of bearings. Source data need to be added by yourself)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:33792
    • 提供者:CodePlay
  1. GA_BP

    0下载:
  2. 用遗传算法优化BP神经网络,得到跟精确训练的网络,更加准确的进行拟合,校正,样本预测。(The BP neural network is optimized by genetic algorithm, and the network with accurate training is more accurate, fitting, correcting and forecasting samples.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:ZEGQIN
  1. MATLAB神经网络原理与实例精解

    2下载:
  2. 本书简要介绍MATLAB软件的使用和常用的内置函数,随后分门别类地介绍了BP神经网络、自组织网络、反馈网络等不同类型的神经网络,并在每章的最后给出了实例。(This book introduces the use of MATLAB software and commonly used built-in functions, then be arranged to introduces the BP neural network, self-organizing network, feedbac
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-12
    • 文件大小:311746
    • 提供者:三月M
  1. BPDLX

    0下载:
  2. 基于matlab的bp神经网络学习算法用于数据的分类--主要针对语音信号进行分类。本案例中选举了民歌、古筝、摇滚和流行音乐四类不同类型,用bp神经网络实现对这四类音乐的有效分类(Based on matlab bp neural network learning algorithm for data classification - mainly for voice signal classification. In this case, four different types of folk
  3. 所属分类:matlab例程

  1. NNPID

    0下载:
  2. BP神经网络PID,智能算法matlab仿真。经典PID算法的不足(BP nenural network is designed to control the step moter, which is more pricise and steady.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:hupeng
  1. chapter2

    0下载:
  2. BP神经网络基本算法,采用MATLAB编程语言,文件完整下载即可运行(BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:49152
    • 提供者:墨迹未干
  1. 神经网络

    0下载:
  2. 基于matlab平台的神经网络算法分析,显示未经训练以及训练之后的曲线图。可通过修改函数定义更换算法。(Neural network algorithm analysis based on MATLAB platform, showing the training and training after the curve. The replacement algorithm can be defined by modifying the function.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:帽子屋
  1. BP by matlab

    0下载:
  2. BP神经网络matlab实现和matlab工具箱使用实例的文字说明(BP neural network matlab implementation and Matlab toolbox, using examples of text notes)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:klion1988
  1. bp_2

    0下载:
  2. bp神经网络基本的全面算法,包括画图和注释(BP neural network basic comprehensive algorithm, including drawing and notes)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:hellohappy
  1. 新建文件夹

    0下载:
  2. 这是BP神经网络的matlab实现,和特征向量的提取(This is the matlab implementation of the BP neural network and the extraction of feature vectors)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:lu雯雯
  1. 27796710BPtrain

    0下载:
  2. 基于BP神经网络的全国人口预测本文以1970-2013年的中国人口统计数据为依据,论证BP网络预测模型的可行性同时给出了利用MATLAB神经网络工具箱设计BP网络的方法和步骤。利用样本数据对网络进行训练,并根据训练后的网络对未来人口数量作出预测。仿真结果表明该方法实际可行并对2014—2017的全国人口数量进行预测。。(National Population Prediction Based on BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:37888
    • 提供者:小猫发
  1. MATAB神经网络30个案例分析

    5下载:
  2. 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:47037440
    • 提供者:那又怎样
  1. bp_matlab

    0下载:
  2. bp神经网络的matlab源码,为了实现矿物成分的预测。(introduce a bp netral network)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:185344
    • 提供者:luanchenchen
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com