CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - BP算法

搜索资源列表

  1. BPMS

    0下载:
  2. 此程序是关于LM-BP算法的预测系统,能够利用图形界面的形式展示出预测的精度和误差- This program is on the LM-BP algorithm prediction system that can use a graphical interface to show the form of prediction accuracy and error
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:308305
    • 提供者:万家山
  1. BP-decoding-with-Sparse-Matrix

    0下载:
  2. 主要讲的BP的译码算法,通过各种比较,突出他的译码性能比较好-Mainly about BP decoding algorithm, through a variety of comparison, highlighting his decoding performance is better
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3182424
    • 提供者:liyajuan
  1. PSO-bp

    0下载:
  2. 基于粒子群优化算法和BP神经网络的混合算法,用于求解复杂问题!-The hybrid algorithm of particle swarm optimization algorithm based on BP neural network and, for complex problem solving!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:20069
    • 提供者:dengwu
  1. BP-OMP-StOMP

    0下载:
  2. 压缩感知BP,OMP,StOMP算法实现信号重构-BP,OMP,StOMP algorithm for Signal Reconstruction Based on Compressive Sensing
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:164904
    • 提供者:邢岩辉
  1. GA-BP

    0下载:
  2. 一个带数据的遗传优化神经网络算法,运行前在matlab输入A=load(D:\数据.txt) -A data genetic optimization of neural network algorithm, before running in MATLAB input A=load (D:\ data.Txt)
  3. 所属分类:Other systems

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

    0下载:
  2. 一维信号BP重构算法,先生成稀疏度为K的稀疏矩阵,再加入高斯白噪声进行算法重构以及质量衡量。-BP signal reconstruction algorithm for one dimensional, Mr. into sparse matrix sparsity of K, then the Gauss white noise and measure the quality of reconstruction algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:49090
    • 提供者:蔡丽桑
  1. BPalgorithm

    1下载:
  2. LDPC目前用的最多、性能最好的译码算法为BP译码算法,本程序用C语言对BP译码算法进行了实现,为了方便初学者,本文还附带了两篇关于BP算法的论文。-LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is impl
  3. 所属分类:CSharp

    • 发布日期:2016-12-19
    • 文件大小:954368
    • 提供者:lihui
  1. BP

    0下载:
  2. BP,基于压缩传感的基追踪重建算法,能够较好实现压缩数据的还原-BP, the base track reconstruction algorithm based on compressed sensing
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:陈永强
  1. genetic--BP-weights-and-threshold

    0下载:
  2. 利用遗传算法优化BP神经网络权值和阈值的matlab-The use of genetic algorithm to optimize BP neural network weights and threshold
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:112104
    • 提供者:haiguangchao
  1. BP

    0下载:
  2. BP神经网络:是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-BP neural network: a Press the front back propagatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:
  1. BP-ann

    0下载:
  2. 机器学习,BP人工神经网络算法 代码实现-BP artificial neural network algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:513425
    • 提供者:黄大炜
  1. SRC

    0下载:
  2. 稀疏表示的代码,用于人脸识别,复杂度低,基于BP算法的-SRC used for face recognition
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3854896
    • 提供者:李阳
  1. CSBP_SAR_Processing

    1下载:
  2. 基于压缩感知的SAR处理成像BP算法,非常经典,内含多个子函数-based on compressed sensing of SAR processing
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:18740
    • 提供者:林池
  1. BP-and-SOM

    2下载:
  2. BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。 BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。 通过对信息的提取以及
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:884061
    • 提供者:陈浩
  1. BP

    0下载:
  2. 简单的神经网络算法(数据集较小,隐含层只有一层)-Simple neural network algorithm (data set is small, only one hidden layer)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1708
    • 提供者:wanglin
  1. BP2

    0下载:
  2. BP算法 是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络。故而.有时也称无反馈多层前向网络为BP模型。-BP natuarl network
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1985568
    • 提供者:孤风
  1. bp

    0下载:
  2. bps算法的一些例子。是从一个网站下载的,希望对大家有帮助。-Some examples of algorithm bps. Is downloaded a website, we hope to be helpful.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4305
    • 提供者:jia998nsn
  1. GA-BP-matlab-socure-code

    0下载:
  2. matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1440
    • 提供者:wen32322
  1. bp

    0下载:
  2. 避免了传统BP神经网络算法的局部最小值问题,研究结果表明该方法能获得较高诊断准确率,具有可行性- The method of diagnosis fault based on PSO-H-BP neural network for high voltage circuit breakers is more accurate and feasible compared with traditional BP neural network
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:lijianbin
  1. BP

    1下载:
  2. 遗传算法的经典介绍,算理给出了两种遗传算法的程序实例及讲解课件。-Genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1023236
    • 提供者:董浩
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com