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

搜索资源列表

  1. BP

    0下载:
  2. 人工神经网络中著名的BP算法的实现,在VC下可以直接运行-Artificial Neural Networks in the well-known BP algorithm, the VC can be directly run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:262352
    • 提供者:高毅
  1. BP

    0下载:
  2. 用C实现的BP算法,大家可以参考一下,多多交流-BP algorithm is implemented using C, we can reference, more exchanges
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2325
    • 提供者:韩磊
  1. GAbp

    0下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 三、纯BP   主程序:(1)bpfault.m 在MATLAB5.2上       (2)bpfault.m 在MATLAB6.5上 为后来所加 -1, with GA directly trained BP network algorithm for the weight of the main program: gafa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:50209
    • 提供者:峒晓
  1. threekindBPprogramresult

    0下载:
  2. BP算法用在分类上,是一个三分类的实例,及实验结果分析-BP algorithm is used in classification, is a three-way classification of the examples and experimental result analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:31895
    • 提供者:赵寿玲
  1. BP_parallem

    0下载:
  2. 编程的 BP算法并行,很好,值得下载,详细的介绍了BP算法-Of the BP algorithm for parallel programming, well worth downloading and detailed descr iption of the BP algorithm for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1651683
    • 提供者:薛文
  1. BP

    0下载:
  2. 人工神经网络BP算法的MATLAB实现--源代码-Artificial neural network BP algorithm MATLAB implementation- the source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:636
    • 提供者:tiger
  1. 1

    0下载:
  2. matlab应用于神经网络:利用BP算法及Sigmoid函数,研究函数的逼近问题。-matlab applied to neural networks: the use of BP algorithm and Sigmoid function is to study the function approximation problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:271504
    • 提供者:戎琳
  1. BP_vC

    0下载:
  2. BP neural network algorithm (vC + + program),感觉不错的程序,跟大家分享一下,希望大家支持-BP neural network algorithm (vC++ program), feel good program, now share with you, hope you will support
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3532
    • 提供者:momo
  1. BPVC

    0下载:
  2. BP算法的基本实现部分,嵌入算法后即可实现一个简单的数字识别系统!-BP algorithm basically part of the embedding algorithm can be realized after a simple digital identification system!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4887279
    • 提供者:hungkun
  1. BP

    0下载:
  2. 比较经典的一种BP算法源程序,神经网络的方面的东西。C++编写的-Comparison of the classical BP algorithm is a kind of source, neural networks of things. Written in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:古云端
  1. GA-bp

    4下载:
  2. 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1229
    • 提供者:guang dong
  1. bp

    0下载:
  2. 一个例子,使用的是BP神经网络代码,采用的基本下降梯度算法-An example, using BP neural network code, using the basic down gradient algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1117
    • 提供者:jack
  1. bp

    0下载:
  2. 利用BP算法实现加权系数的优化,实现误差最小-BP algorithm using the weighted coefficient is optimized to achieve the smallest error
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:50213
    • 提供者:jiwei
  1. my022

    1下载:
  2. BP算法在非线性分类问题中的简单应用,三层BP网络!-BP algorithm in non-linear classification problem in a simple application of three-layer BP network!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1701
    • 提供者:胡龙
  1. bp-assort

    0下载:
  2. 应用bp算法实现对iris数据库的分类,iris数据库是人们广泛使用的用于模式分类的实例系统。它含有150个例子,分为三类,每个类由四个实数特征值描述,分别表示萼片(sepal )长度,萼片宽度,花瓣(petal )长度,花瓣宽度。问题是根据这四个特性值分类三种iris 植物,输入为四个特征值和类别 (5.1 3.5 1.4 0.2 0),输出算法分类结果 -Bp algorithms applied to the iris database, the classification, iris
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2784
    • 提供者:姜丽
  1. BP

    0下载:
  2. Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:223838
    • 提供者:savsee
  1. BP~

    0下载:
  2. BP神经网络算法,可以调节隐层,输入输出等-BP neural network algorithm, can be adjusted hidden layer, input and output, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:93132
    • 提供者:alex
  1. bp-classification

    0下载:
  2. 使用bp(反向传播算法)实现分类问题,并观察分类过程中误差的变化。-Use bp (back-propagation algorithm) to achieve the classification and observe the changes in classification process in the error.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:30268
    • 提供者:王晶
  1. bp

    0下载:
  2. C++的BP算法源程序神经网络,学习一下吧-C++, source neural network BP algorithm, learning about it
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2200
    • 提供者:李宏图
  1. BP

    0下载:
  2. 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。-Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:3502
    • 提供者:yangshoping
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com