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

搜索资源列表

  1. bp

    0下载:
  2. 背包问题_遗传算法解决,matlab例程,数学建模常用算法-Genetic algorithm to solve knapsack problem _, matlab routines, mathematical modeling algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2416
    • 提供者:jan
  1. CS

    0下载:
  2. 压缩感知重构算法的MATLAB程序。比较了StOMP算法、OMP算法和BP算法。-MATLAB code of Compressed sensing reconstruction algorithm. StOMP algorithm, OMP algorithm and BP algorithm are compared.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:164913
    • 提供者:Zlh
  1. BP

    0下载:
  2. 应用BP神经网络算法实现数字识别的模式识别大作业。-Application of BP neural network algorithm for pattern recognition digital identification big job.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1955724
    • 提供者:杨杨
  1. 2

    0下载:
  2. 用BP网络解决XOR分类问题,本次实验主要是让大家对 BP 网络有进一步了解和认识,熟知BP 算法以及其在MATLAB中的程序实现,在掌握这些基本原理的同时解决XOR的分类问题。-XOR using BP network to solve classification problems, mainly of this experiment is to let everyone have a better understanding of BP network and understanding,
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:16092
    • 提供者:glm
  1. BP-net

    0下载:
  2. BP神经网络算法MATLAB 源程序-MATLAB BP Neural network algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1416
    • 提供者:金鑫
  1. bpmatlab

    0下载:
  2. BP神经网络实现图像压缩 非常好的源代码程序,对学习BP算法用MATLAB很有用的。-Very good source code program, MATLAB BP algorithm is very useful in study.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:66507
    • 提供者:wangmeidou
  1. AC-bp

    0下载:
  2. 遗传算法优化bp神经网络,这是一个很好的优化算例。-Genetic algorithm optimization bp neural networks, which is a good optimization studies.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:55848
    • 提供者:yangzhao
  1. MATLAB-BP

    0下载:
  2. 基于遗传算法的BP神经网络MATLAB代码,几个经典例子,对初学者帮组很大。-BP neural network based on genetic algorithm and MATLAB code, and some very classic example, can help quick start
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:11393
    • 提供者:周明平
  1. BP-ANN

    0下载:
  2. BP网络是一种按误差逆传播算法训练的多层前馈网络,目前应用较为广泛。它能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。本文讲述了一种关于BP神经网络应用实例。-BP network is a back propagation algorithm by former Multilayer feedforward network, currently used more widely.They can learn and store a lot of input-
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:20446
    • 提供者:陶陶
  1. Genetic-algorithm-optimization-BP

    0下载:
  2. 用遗传算法优化BP神经网络参数的代码,里面有源码,是做项目用到的源程序。-Code optimization BP neural network parameters using genetic algorithms, which has source code, is used to do the project source.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:60826
    • 提供者:李林凯
  1. bptry

    0下载:
  2. BP算法(采用试错法),用于神经网络的建立。-BP algorithm (by trial and error method)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1214
    • 提供者:郑成霖
  1. BP2

    0下载:
  2. 用matlab编写的BP算法,不调用现成模块的,适合新手理解BP-Matlab prepared with the BP algorithm, do not call off the shelf module, suitable for novice to understand BP
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:605
    • 提供者:离散
  1. BP--for-classification

    0下载:
  2. MATLAB智能算法案例分析—— BP神经网络的数据分类-语音特征信号分类-MATLAB intelligent algorithm Case Study- BP neural network data classification- the speech characteristic signal classification
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:376330
    • 提供者:卢泽斌
  1. pattern

    0下载:
  2. Matlab模式识别例程,包括神经网络算法和BP算法,C均值算法与模糊C均值算法和SVM分类算法。-Matlab pattern recognition routines, including neural network algorithm and BP algorithm, C-means algorithm and Fuzzy C-means algorithm and SVM classification algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:24367
    • 提供者:黎落
  1. GA-BP

    1下载:
  2. 该程序包含基于BP算法的神经网络,以及智能遗传算法,并利用遗传算法对神经网络结构进行优化,最后利用优化后的神经网络进行数据预测。-This package contains the algorithm based on BP neural networks, genetic algorithms and intelligent, and the use of genetic algorithm to optimize the structure of the neural network. Fi
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3284
    • 提供者:许克磊
  1. BP

    0下载:
  2. BP(误差反向传播)算法,程序中自带测试数据,可直接使用。-The algorithm for BP.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:齐滕
  1. BP

    0下载:
  2. 一个关于BP神经网络分类算法的matlab程序,附带数据,很好用-About BP neural network classification algorithm matlab program, accompanying data, easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:375523
    • 提供者:zxz
  1. BP

    0下载:
  2. 经典BP算法(Basis pursuit),对稀疏一维信号进行恢复,有详细注解,适合初学者-Basis pursuit algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2516
    • 提供者:annie
  1. GABP

    0下载:
  2. 本算法使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络,使用遗传算法对网络进行优化,将初步得到的权值矩阵赋给尚未开始训练的BP网络。-This algorithm uses genetic algorithm BP network weights optimization threshold, then BP algorithm to train network, the use of genetic algorithms to optimize the network, the w
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:109926
    • 提供者:徐杨杰
  1. BP-neural-networks

    0下载:
  2. BP神经网络:应用BP神经网络逼近非线性函数,采用单层网络结构。提供仿真实例与源代码M文件,对于新手学习神经网络算法有很大的帮助!-BP neural networks: BP neural network to approach nonlinear function, single-layer network architecture. The simulation provided with the source code file M, neural network algorithm f
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:9792
    • 提供者:张卢军
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 35 »
搜珍网 www.dssz.com