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. 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. 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. 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. traingdx

    0下载:
  2. 将采用训练函数 traingdx 和“提前停止”相结合的方法来训练 BP 网络,以提高 BP 网络的推广能力-Will use the training function traingdx and " stop ahead" a combination of methods to train BP network to improve the generalization ability of BP network
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2994
    • 提供者:chen
  1. BP-train-and-test

    0下载:
  2. 利用BP算法进行模型的训练和测试 相对于回归算法中,ANN算法有独到的好处-ANN has its advantage in regressive algrithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:12019
    • 提供者:apple
  1. face-recognitionamatlab-program

    1下载:
  2. 人脸识别,基于神经网络,代码很精练。 NEWFF——生成一个新的前向神经网络 TRAIN——对 BP 神经网络进行训练 SIM——对 BP 神经网络进行仿真 - The NEWFF- Generate a new feedforward neural network TRAIN- BP neural network training, the SIM- BP Neural Network Simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5519991
    • 提供者:陈德胜
  1. BP-ANN

    0下载:
  2. 建立一个BP神经网络。进行训练和测试,数据样本包含在压缩文件中-Build a BP Artificial Neural Networks.Train and test the data in the rar file
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10601
    • 提供者:张天航
  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
    • 提供者:剑剑剑剑
« 12 3 4 »
搜珍网 www.dssz.com