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

搜索资源列表

  1. bp.rar

    0下载:
  2. BP神经网络自适应步长训练算法,采用最小误差法,梯度下降法,自适应调节权值,BP neural network training anaysis, is realized by using error feed back, gradient descent applied updating of synaptic weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1284
    • 提供者:高维
  1. l1magic

    1下载:
  2. 压缩感知中求解最优L1范数问题的BP算法内含指导文章-Compressed sensing in L1 norm to solve the problem of optimal BP algorithm article contains guidance
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:369664
    • 提供者:马春晖
  1. BP

    0下载:
  2. 这是一个用C#编程的BP人工神经网络算法的程序。-This is a C# programming with BP artificial neural network algorithm procedure.
  3. 所属分类:CSharp

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

    0下载:
  2. 人工智能,神经网络,反馈算法,用于曲线拟合等-Artificial intelligence, neural networks, feedback algorithm for curve fitting, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1367
    • 提供者:马文
  1. GA-BP

    6下载:
  2. 遗传算法优化神经网络代码,大家可以下载,方法很简单,-Genetic algorithm neural network code, you can download, the method is very simple,
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1905
    • 提供者:
  1. 7

    0下载:
  2. 神经网络BP算法的C语言实现--三层神经元网络,人工神经网络的BP基本算法的C语言实现-BP neural network algorithm for C-language implementation- three-layer neural networks, artificial neural networks, BP algorithm is the basic C-language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:14779
    • 提供者:zhangzhong
  1. CS_OMP

    0下载:
  2. 压缩感知信号重建的正交匹配追赶算法(omp),与bp算法相比较有叫高的精度,但是付出了计算量的代价-Compressed sensing signal reconstruction algorithm Orthogonal matching catch (omp), compared with the bp algorithm are called high precision, but at a cost of computation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1493
    • 提供者:良言
  1. 蚁群算法程序演示

    1下载:
  2. 蚁群算法程序演示,vc++的源程序,vb开发的演示课件-Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-11-26
    • 文件大小:6519775
    • 提供者:张明扬
  1. BP神经网络

    0下载:
  2. BP代码,主要用于数据的拟合及分类。该算法能够在控制精度的情况下得到较好的效果
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:31232
    • 提供者:lwp437@sina.com
  1. bp

    0下载:
  2. 用matlab编的BP算法--函数拟合,用来逼近一个SIN函数-Part of the BP algorithm using matlab- function approximation is used to approximate a SIN function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1006
    • 提供者:曹艳丽
  1. BP-neural-network

    0下载:
  2. BP神经网络算法程序 双输入单输出 有详细程序注解 便于读者阅读-BP neural network algorithm for two-input single-output process are detailed procedures to facilitate reader comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:1569
    • 提供者:李楠
  1. ACO-BP

    4下载:
  2. 实现了蚁群算法与BP神经网络的结合。 -ACO-BP
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-22
    • 文件大小:2146
    • 提供者:lwd
  1. bp神经网络算法及其改进

    4下载:
  2. bp神经网络算法及其改进,改进方法基于动量法和可变步长.-bp net algorithm and its improvement based on moment and variable step-size
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-01
    • 文件大小:6908
    • 提供者:贾存丽
  1. BP

    1下载:
  2. 一种改进的BP算法 MAtlab运用于预测-An improved BP algorithm is applied to predict MAtlab
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:1673
    • 提供者:jason
  1. bp

    1下载:
  2. Bp神经网络算法的VC++实现,包括特征提取,学习,训练等。-Codes of Bp Algorithm, writed by VC++, include the character distill, study, train etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5023
    • 提供者:郑豪
  1. bp_algorithm_matlab

    0下载:
  2. 基于MATLAB的多层感知器神经网络BP算法的源程序-MATLAB-based multilayer perceptron neural network algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:555
    • 提供者:kk
  1. bp

    0下载:
  2. 用bp算法拟合正弦曲线,并采集数据。其基本思想是梯度下降法。-Sine curve fitting algorithm with a bp, and collecting data. The basic idea is the gradient descent method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:290809
    • 提供者:贾献冉
  1. BP

    0下载:
  2. 神经网络BP算法的实现和两个小例子,其中包括两个.m文件和一个说明文档-Implementation of neural network BP algorithm and two small examples, including two. M file and a documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:93887
    • 提供者:hujuan123
  1. face-recognition-by-bp-algorithm

    0下载:
  2. 用BP算法实现人脸识别,其中包含了c++,和记事本类型的源代码-use Back Propagation algorithm to realize face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:19916
    • 提供者:侯艳巧
  1. pso-bp

    5下载:
  2. 这是一个采用粒子群算法优化bp神经网络权值的MATLAB程序-This is a particle swarm optimization using neural network weights bp MATLAB program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-27
    • 文件大小:2330
    • 提供者:chengfei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com