CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - BP算法

搜索资源列表

  1. GA-add-TO-BP

    0下载:
  2. matlab神经网络30例的案例3 遗传算法优化BP神经网络-非线性函数拟合-matlab neural network cases 30 cases of 3 genetic algorithm optimization BP neural network- a nonlinear function fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:53374
    • 提供者:tongtong
  1. network_kit

    0下载:
  2. 使用神经网路下的BP算法逼近sin函数,训练样本9个,测试样本361个-Use BP neural network algorithm of approximation of the sin function under training samples 9, test samples 361
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. BP网络(Back Propagation),是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。-Back Propagation (BP), a multi-layer feedforward neural network trained by the error back propagation al
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:夏雪
  1. BP_ANN

    0下载:
  2. 在MATLAB中利用BP算法训练多层感知器-Trained by BP algorithm in MATLAB Multilayer Perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:10602
    • 提供者:苦瓜
  1. ANN-master

    1下载:
  2. 使用BP算法实现了一个隐层的人工神经网络(ANN),是学习BP算法的一个很好的参考-implement an Artificial Neural Network(ANN) with one hide layer,using bp algorithm,a good reference to the study of bp algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:9525
    • 提供者:小韩
  1. BP-Adaboost

    0下载:
  2. BP-Adaboost模型即把BP神经网络作为弱分类器,反复训练BP神经网络预测样本输出,通过Adaboost算法得到多个BP神经网络弱分类器组成的强分类器。-The BP-Adaboost model uses BP neural network as weak classifier to repeatedly train BP neural network to predict the sample output. Adaboost algorithm is used to obtain a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:237203
    • 提供者:汪杰
  1. BP

    0下载:
  2. 基于Visual C++实现一个简单的BP神经网络算法,对数据进行简单的分类。-Based on Visual c++ to realize a simple algorithm of BP neural network, the classification of the data is simple.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:867764
    • 提供者:漩涡涡
  1. codes

    0下载:
  2. 手写数码(0到9)识别的神经网络框架。附有数据训练集和测试集。采用随机梯度下降的BP算法。可以修改参数,加入drop out和动量法。-Digital handwriting (0 to 9) of the neural network recognition framework. With training and test data sets. BP algorithm using stochastic gradient descent. Parameters can be modified
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-12
    • 文件大小:1681879
    • 提供者:宋骅昕
  1. main

    0下载:
  2. 应用BP神经网络逼近非线性函数,非线性函数为多输入单输出,逼近误差<5 ,采用经典的BP算法。-Application of BP neural network to approximate nonlinear function, nonlinear function for multiple input and single output, the approximation error < 5 , using the classic BP algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:杜岩
  1. pota

    0下载:
  2. 动量bp算法源程序,网上找来的,希望有用,多谢支持-Momentum bp algorithm source code, find online, hope to useful, thank you for your support
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:Cherpl
  1. ga_bp

    0下载:
  2. 转载的遗传算法优化bp网络,运行结果还行。但愿有用。(Reproduced genetic algorithm to optimize the bp network, running the results okay. Hopefully useful.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:wdbwww
  1. GA优化BP权阈值

    0下载:
  2. 遗传算法优化BP权值,这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等(Genetic algorithm optimization BP weights, which is about the basic GA algorithm and improved GA algorithm procedures, including sequential selection of GA, big variation GA, adaptive GA and so on
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:34816
    • 提供者:李胖子
  1. CS_BP_OK-low

    3下载:
  2. 使用布谷鸟算法优化BP神经网络进行分类。替换数据即可使用。(The BP neural network was classified by using the cuckoo algorithm. Replacement data can be used.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-08-06
    • 文件大小:4096
    • 提供者:梦坠凡尘
  1. 改进的PSOBP

    1下载:
  2. 使用改进的PSO算法优化BP神经网络是实现数据的分类。调试通过,替换样本数据即可使用(Optimizing BP neural network using improved PSO algorithm is the classification of data. Debug through, replace sample data can be used)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:6144
    • 提供者:梦坠凡尘
  1. bpnn

    1下载:
  2. BP反向传播神经网络算法,包括数据预处理部分(this zip include BP back propagation Neural network algorithm and the data preprocessing section)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:6144
    • 提供者:夏小李
  1. ga_bp

    0下载:
  2. 基于遗传算法改进阈值的神经网络 能够有效避免神经网络的阈值陷入局部极小值这一问题(The neural network based on genetic algorithm to improve the threshold can effectively avoid the problem that the threshold of the neural network is trapped into the local minimum)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:Yizhi
  1. 第10章 模糊逼近算法

    0下载:
  2. RBF网络的学习过程与BP网络的学习过程类似,两者的主要区别在于各使用不同的作用函数。BP网络中隐层使用的是Sigmoid函数,其值在输入空间中无限大的范围内为非零值,因而是一种全局逼近的神经网络;而RBF网络中的作用函数是高斯基函数,其值在输入空间中有限范围内为非零值,因为RBF网络是局部逼近的神经网络。(The learning process of RBF networks is similar to the learning process of BP networks. The mai
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:241664
    • 提供者:pingyeliang
  1. [矩阵实验室].Face_Angle_Neural_net

    0下载:
  2. maltab遗传算法的人脸识别,BP神经网络的人脸识别算法(Maltab genetic algorithm for face recognition, BP neural network face recognition algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:3753984
    • 提供者:Swan32
  1. BPmatlab

    0下载:
  2. BP神经网络算法实现例子,多层感知机,对非线性函数逼近(neural network and Multilayer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:斑驳流年
  1. bpanniris

    0下载:
  2. 这段代码为BP神经网络的学习算法代码,这段代码可以帮助初学者很好的学习bp神经网络知识(This code for the BP neural network learning algorithm code, this code can help beginners learn BP neural network knowledge)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:大云子
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com