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

搜索资源列表

  1. bpm_train

    0下载:
  2. 人工神经网络系统的训练 TRAIN BP算法存在局部极小点,收敛速度慢等缺点,改进的BP算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2072
    • 提供者:q
  1. MLPNetworksimulation.rar

    0下载:
  2. Matlab 下 BP 神经网络的举例及详细说明。美国大学的一个实验。 虽然是 PDF文件,但程序可以直接粘贴下来运行。,The process to train and test a designed MLP neural network : 1) We make training patterns and test patterns. 2) A network architecture should be defined by newff MATLAB function with th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:99978
    • 提供者:zhulz
  1. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1155
    • 提供者:liuwei
  1. GA_TRAIN_BP

    1下载:
  2. 遗传优化BP神经网络程序,GA训练BP。VC程序-GA train BP in VC6.0,it could improve accurate.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5652
    • 提供者:朱斌
  1. Matlab_Classification_based_on_BP

    1下载:
  2. 基于BP神经网络的遥感图像分类代码。从样本中提取崇明岛东滩十种地物的光谱特征,并训练BP网络,再利用网络进行分类-BP neural network-based remote sensing image classification code. Extracted from samples of 10 kinds of Chongming Island, Dongtan features of the spectral characteristics and to train BP networ
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1413137
    • 提供者:李琛
  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. bp2

    0下载:
  2. bp神经网络源码, NEWFF---生成一个新的前向神经网络 TRAIN-----对BP神经网络进行训练 SIM----对BP神经网络进行仿真 -bp neural network source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:655
    • 提供者:yuanru
  1. Fuzzy_neural_network_Train

    0下载:
  2. source code of train function of fuzzy bp neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:953
    • 提供者:z
  1. BP1

    1下载:
  2. 采用L-M优化算法用以训练BP神经网络,使其能够拟合某一附加有白噪声的正弦样本数据。设计一个三层BP神经网络,其网络的隐含层神经元的激励函数为双曲正切型,输出层各神经元的激励函数为线性函数,隐含层有6个神经元-LM optimization algorithm used to train BP neural network to enable it to fit a white noise, sine additional sample data. Design a three BP neura
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:517
    • 提供者:蓝色梦幻
  1. Bayes-in-BP(code)

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正 则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。-Use Bayes to train BP network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1084
    • 提供者:肖木
  1. TRAINGDM-to-train-BP(code)

    0下载:
  2. 采用动量梯度下降算法训练 BP 网络。 训练样本定义如下: 输入矢量为 p =[-1 -2 3 1 -1 1 5 -3] 目标矢量为 t = [-1 -1 1 1]-Use TRAINGDM to train BP network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:759
    • 提供者:肖木
  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神经网络运动状态分类

    3下载:
  2. 该程序可以通过训练集对所构建的BP神经网络进行训练,并能通过测试集,即对不同的运动状态进行分类。(The program can train the constructed BP neural network through the training set, and can classify the different motion states through the test set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:781312
    • 提供者:那天天晴
  1. BP

    0下载:
  2. BP神经网络代码,用于训练数据和预测数据,构建网络。(BP neural network code, used to train data and predict data, build network.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:28672
    • 提供者:迷彩
  1. BP train

    0下载:
  2. BP神经网络 通过训练 分析强弱预测器(BP intenet analyzes strong and weak predictors by training)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:61440
    • 提供者:锋肆
  1. newff

    0下载:
  2. bp神经网络模型训练,简单的三层二级网络(bp train bp modelbp train bp modelbpbp train bp model train bp modelbp train bp modelbp train bp modelbp train bp model)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:14336
    • 提供者:金子子子
  1. BP网络,信号,消噪

    0下载:
  2. 该程序可以用信号数据训练BP神经网络,进行消噪(The program can use signal data to train BP neural network for denoising.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:19456
    • 提供者:ipoppoi
  1. BP_annotate

    0下载:
  2. 模拟仿真 ,神经网络训练,BP神经网络算法及建立(simulink,train,BP net work)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:2919424
    • 提供者:天啊地
  1. BP神经网络

    1下载:
  2. 第一个m文件:构造、训练BP神经网络并计算其识别率;第二个文件将进行人脸检测。注意:orl人脸数据库需要在网上下载。(The function of the first m file is to construct and train the BP neural network and calculate its recognition rate. The second is the detection of face. Note: the ORL face database needs to
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-07
    • 文件大小:2048
    • 提供者:剑剑剑剑
  1. 采用BP神经网络进行非线性预测

    2下载:
  2. 该代码包括单隐含层BP和双隐含层BP。建立基于BP神经网络的预测模型,对数据进行随机排列,选取训练样本和测试样本,训练样本训练网络,测试样本进行验证(The code includes single hidden layer BP and double hidden layer BP. Establish a prediction model based on BP neural network, arrange the data randomly, select training sample
  3. 所属分类:其他

    • 发布日期:2020-03-07
    • 文件大小:48128
    • 提供者:kasino
« 12 3 4 5 »
搜珍网 www.dssz.com