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

搜索资源列表

  1. Handwritten-recognition

    0下载:
  2. 用BP算法设计分类器,实现对UCI 机器学习数据库中0-9 这10 个手写体数字的训 练和测试。-BP algorithm designed classifier, to achieve the UCI machine learning database 0-9 10 handwritten digits training and testing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:175935
    • 提供者:屠海斌
  1. BP-neural-network-algorithm

    0下载:
  2. 该资料是对智能算法中的神经网络算法的改进代码,改进的BP神经网络算法(C语言源码)-The information is intelligent algorithm neural network algorithm code, the improved BP neural network algorithm (C language source code)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:2479
    • 提供者:高翔
  1. LDPC

    0下载:
  2. 该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好-The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:141799
    • 提供者:吴文章
  1. c-source-codes

    0下载:
  2. 该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好-The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:28621
    • 提供者:吴文章
  1. BP-matlab

    0下载:
  2. BP神经网络算法的matlab实现,对于模式识别具有重要意义。-BP neural network algorithm matlab realize, for pattern recognition is important.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:4186
    • 提供者:吴光辉
  1. BP

    0下载:
  2. 基于BP神经网络的模型和训练算法,适合初学者联系。-Based on BP neural network model and training algorithm, suitable for beginners links.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-01
    • 文件大小:1169
    • 提供者:赵旭
  1. GA-solving-BP

    0下载:
  2. 遗传算法解BP网络异或问题源代码,计算效果一般,可供参考-GA Algorithm solving BP ANN XOR problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2990
    • 提供者:王剑
  1. Genetic-algorithm-optimization

    1下载:
  2. 遗传算法优化B P神经网络的目的是通过遗传算法得到更好的网络初始权值和阈值, 其 基本思想就是用个体代表网络的初始权值和阈值、 个体值初始化的B P神经网络的预测误差作为该个体的适应度值, 通过选择、 交叉、 变异操作寻找最优个体, 即最优的B P神经网络初始权值。除了遗传算法之外, 还可以采用粒子群算法、 蚁群算法等优化B P神经网络初始权值。-Genetic algorithm to optimize BP neural network is designed by means of g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:52224
    • 提供者:吴江
  1. BP-neural-network-prediction-method

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

    • 发布日期:2017-11-01
    • 文件大小:3783
    • 提供者:陈发东
  1. BP-2

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1744
    • 提供者:汪洪涛
  1. BP-neural-network

    0下载:
  2. BP网络模型处理信息的基本原理 BP神经网络模型.节点输出模型,作用函数模型,误差计算模型,自学习模型 缺陷分析及优化策略 实现神经网络的BP算法源码及注释-BP neural network model of the basic principles of processing information BP neural network model output node model, the role of function model, error calculation mo
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:17778
    • 提供者:iamk911
  1. PID-Based-on-BP-NN

    0下载:
  2. BP神经网络整定的PID算法_matlab源程序-BP neural network tuning PID algorithm _matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7659
    • 提供者:qi
  1. genetic-algorithm-and-BP

    0下载:
  2. 基于遗传算法的BP神经网络优化算法,用遗传算法和BP神经网络优化算法相结合,来寻找最优值。-Based on genetic algorithm optimization algorithm BP neural network, genetic algorithm and BP neural network optimization algorithm combined to find the optimal value.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5276
    • 提供者:钟丁建
  1. GA--BP-neural-network

    0下载:
  2. 遗传算法的基本程序,主要的步骤,举例说明怎么应用遗传算法优化BP神经网络-GA basic procedures, main steps, illustrate how the application of genetic algorithm to optimize BP neural network
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:53796
    • 提供者:sunyanchao
  1. BP-neural-network-algorithm-

    0下载:
  2. 本程序包含BP神经网络中的各种不同的算法,包括梯度算法及拟牛顿算法及一步正割等算法-The BP neural network program contains various algorithms, including gradient algorithm and quasi-Newton algorithm and the step secant algorithm, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2881
    • 提供者:xuliyue
  1. BP.M

    1下载:
  2. 用matlab实现的神经网络聚类算法源代码. 用matlab实现的神经网络聚类算法源代码.-Using matlab neural network clustering algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:634
    • 提供者:赵梦雅
  1. GA-BP

    0下载:
  2. 网上搜集的4个遗传算法优化神经网络的matlab源码程序-using Matlab is prepared by using genetic algorithm optimization procedures for neural networks
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. BP人工神经网络基本算法C语言实现,主要参考《人工神经网络导论》(蒋宗礼著)。-The BP artificial neural network basic algorithm C language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5050
    • 提供者:林泽伦
  1. bp

    0下载:
  2. 鸢尾花数据分类 采用bp(神经网络前向反馈)算法 -The iris data classification using the algorithm of bp (neural network forward feedback)
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 用BP神经网络算法实现三种混合酸的各自的浓度测试。-BP neural network algorithm to achieve three kinds of mixed acid concentration of each test.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1086
    • 提供者:lium
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com