CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - BP

搜索资源列表

  1. PSO-BP和GA-BP

    4下载:
  2. 分别使用PSO和GA优化BP神经网络的参数,用于非线性函数拟合(PSO and GA are used to optimize the parameters of the BP neural network for nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:55296
    • 提供者:心愿2030
  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. BP网络

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法(梯度法),通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input layer)、隐层(hide layer)和输出层(outpu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:21504
    • 提供者:vivian416
  1. BP and LVQ Neurl Networks

    0下载:
  2. BP神经网络和lvq神经网络的MATLAB程序,程序中包含有网络的识别效果图。(BP neural network and LVQ neural network training and pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:淼淼M
  1. Iris数据集BP神经网络实例代码

    1下载:
  2. Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:92160
    • 提供者:xzj
  1. bp

    3下载:
  2. python 实现的bp神经网络预测,数据已经有,可以直接替换,叠加次数还有步长可以自己设置。(Python implementation of BP neural network prediction, the data already has, can be directly replaced, the number of overlap, there are steps you can set yourself.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-14
    • 文件大小:1195
    • 提供者:guanyu
  1. BP-network-master

    0下载:
  2. BP神经网络进行编程实例,两输入两隐含单元一输出.(BP neural network programming examples, to predict data tasks.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:涛涛的的
  1. chapter3基于遗传算法的BP神经网络优化算法

    1下载:
  2. 用遗传算法去优化BP神经网络,使控制更加精准(Genetic algorithm is used to optimize BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:心空岁月
  1. 基于BP网络的个人信贷信用评估

    1下载:
  2. matlab平台使用的基于BP网络的个人信贷信用评估 具有预测功能 非常好用(The personal credit credit evaluation based on BP network used by Matlab platform has very good prediction function)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:27648
    • 提供者:YEZI12
  1. GA-BP代码

    0下载:
  2. 利用GA遗传算法优化BP神经网络,有理论介绍,有实例(BP neural network optimization using GA genetic algorithm, a theoretical introduction, there are examples)
  3. 所属分类:matlab例程

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

    0下载:
  2. 简单的bp神经网络,是一个语音信号的简单建模和处理,结构深度是3层(simple MATLAB code example for BP network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:375808
    • 提供者:glhzzz
  1. BP神经网络的数据分类-语音特征信号分类

    0下载:
  2. BP神经网络的数据分类-语音特征信号分类(BP neural networks for data classification -- speech feature signal classification)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:375808
    • 提供者:青鱼
  1. BP神经网络的非线性系统建模-非线性函数拟合

    2下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:48128
    • 提供者:青鱼
  1. 遗传算法优化BP神经网络-非线性函数拟合

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

    • 发布日期:2017-12-18
    • 文件大小:52224
    • 提供者:青鱼
  1. BP神经网路matlab代码

    2下载:
  2. 作为一个BP神经网络在matlab实现的案例,套用自己的数据,修改下参数即可运行。(BP network matlab code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:19456
    • 提供者:lizhi99
  1. 基于遗传算法的BP神经网络优化算法

    5下载:
  2. 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-07
    • 文件大小:1024
    • 提供者:haozhelingyun
  1. [muchong.com]PSO-BP

    1下载:
  2. 粒子群算法优化bp神经网络进行时间序列的预测,通过优化神经网络中的参数达到更好的预测效果(Particle swarm optimization (PSO) optimizes the BP neural network to predict the time series, and optimizes the parameters of the neural network to achieve better prediction results)
  3. 所属分类:人工智能/神经网络/深度学习

  1. BP

    0下载:
  2. 初步学习BP神经网络,适用于初步接触深度学习的朋友。(Preliminary study on BP neural network)
  3. 所属分类:人工智能/神经网络/深度学习

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

    0下载:
  2. 通过BP算法,实现对语音特征信号的数据分类(Through the BP algorithm, the realization of the classification of speech signals)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:375808
    • 提供者:akalin
  1. GA-BP神经网络应用实例之MATLAB程序

    2下载:
  2. 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:洛克刘
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com