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

搜索资源列表

  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. 何斌——BP改进算法

    0下载:
  2. BP神经网路的改进算法 delphi实现,帮帮忙,怎么大家都做过了呢?-BP neural network to achieve improved algorithm delphi, help out how we all done?
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:434879
    • 提供者:
  1. LDPC

    19下载:
  2. ldpc编码,随机生成H矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
  3. 所属分类:matlab例程

    • 发布日期:2013-03-23
    • 文件大小:29409
    • 提供者:haha
  1. BP(cSharp)

    0下载:
  2. 基于.net环境下C#语言开发的改进的BP神经网络算法-Based. Net C# language developed under the improved BP neural network algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:80768
    • 提供者:关河
  1. bp

    0下载:
  2. bp算法-bp algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-28
    • 文件大小:1395
    • 提供者:陈华
  1. C++的BP算法源程序

    0下载:
  2. C++的BP程序-C++ The BP procedures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:3543
    • 提供者:小朱
  1. BP-program

    0下载:
  2. 经典的神经网络算法中的BP源程序,可以下载后直接运行,经典中的经典!-classical neural network algorithm BP source, can be downloaded directly after running the classic classic!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:16112
    • 提供者:colan
  1. do03zpyI

    0下载:
  2. matlab 里用BP网络实现函数逼近的例子-Matlab Lane BP network function approximation example
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:942
    • 提供者:刘三
  1. BP_XOR

    0下载:
  2. 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:106736
    • 提供者:chencailong
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

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

    0下载:
  2. 一个神经网络BP算法的程序,与matlab编写不同,本程序是采用C语言,经vc++程序改制而成。-BP algorithm for a neural network procedures, and preparation of different matlab, this procedure is the use of C language, by vc++ Procedures transformed from.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8733
    • 提供者:王平
  1. 20085417110

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络。-The use of genetic algorithm to the right of BP network to optimize the threshold value, and then BP algorithm for training the network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:32162
    • 提供者:黎明
  1. BP

    0下载:
  2. 对用BP算法所进行的神经网络进行仿真、训练。模拟综合出我们所需要的结果。-BP algorithm by using the neural network simulation and training. Analog synthesis we need results.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1458
    • 提供者:傅建新
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com