搜索资源列表

  1. 基于神经网络的图像识别程序

    1下载:
  2. 基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。-based on neural network identification procedures, procedures adopted a three-tier network training BP, with its definition of momentum into the training factor, a high
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:297837
    • 提供者:林志泉
  1. 一个主要用于预测和分类的源程序

    0下载:
  2. 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:刘华
  1. bp2

    0下载:
  2. 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3050
    • 提供者:李四
  1. wxy353

    0下载:
  2. 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3899
    • 提供者:lhy
  1. ann

    0下载:
  2. bp神经网络算法的java实现(原创): 本程序为原创,实现改进的bp神经网络(动量因子),包含3个java文件,使用简单。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3343
    • 提供者:zj
  1. wxy353

    0下载:
  2. 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-procedures contained in the set include : number, the total sample number, the number of samples modeling, forecasting several factors, forecasting several
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:yybb
  1. wxy353

    0下载:
  2. 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-procedures contained in the set include : number, the total sample number, the number of samples modeling, forecasting several factors, forecasting several
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:yybb
  1. 基于神经网络的图像识别程序

    0下载:
  2. 基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。-based on neural network identification procedures, procedures adopted a three-tier network training BP, with its definition of momentum into the training factor, a high
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-20
    • 文件大小:408576
    • 提供者:林志泉
  1. 一个主要用于预测和分类的源程序

    0下载:
  2. 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:刘华
  1. bp2

    0下载:
  2. 基于梯度下降的BP算法,可以调整学习率可动量因子.-based on the gradient descent algorithm BP, the learning rate can be adjusted momentum factor.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:3072
    • 提供者:李四
  1. wxy353

    0下载:
  2. 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-Contains the settings include: the number of rows, the total number of samples, sample size modeling, forecasting factor number, forecasting the number of o
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:4096
    • 提供者:lhy
  1. ann

    1下载:
  2. bp神经网络算法的java实现(原创): 本程序为原创,实现改进的bp神经网络(动量因子),包含3个java文件,使用简单。-bp neural network algorithm to achieve the java (original): The original procedure to achieve improved bp neural network (momentum factor), contains 3 java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-20
    • 文件大小:3072
    • 提供者:zj
  1. BP

    0下载:
  2. BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-20
    • 文件大小:3072
    • 提供者:梅汉文
  1. BPNet

    0下载:
  2. 加入动量因子,与自调节步长法相结合,使BP网络加快收敛,并避免陷入局部最优-adding a momentfactor with the mean of adjust learnrate, the bp net can be trained very well and as quick as fast!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:2048
    • 提供者:nianyv
  1. BP_identification

    0下载:
  2. BP神经网络辨识Matlab程序。引入动量因子对BP算法进行改进,有注释,适合初学者。-BP neural network to recognize Matlab program. The introduction of momentum factor to improve the BP algorithm, annotations, suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:kevin
  1. IC

    0下载:
  2. 该文档为BP算法在智能控制中的应用例子及其说明。BP网络输入、输出节点数可选;隐含层数及隐含层节点数可选,最大训练次数及退出训练误差可选,数据文件可选,动量因子可选,学习速率可选,激活函数类型可选,网络实现功能(分类、拟合)可选。开发环境为MATLAB。-This document is BP algorithm in intelligent control application examples and their descr ip
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:133120
    • 提供者:李程序员
  1. BP-Model-of-NIR

    0下载:
  2. 近红外光谱分析中的BP模型建立过程,其中在原有BP神经网络模型的基础上自己编程加入了近红外模型验证系数的计算,如R-SquareC.R-SquareP,RMSEC,RMSEP,RSD等。并加入循环语句,设定区间程序可以自动运行并判断最佳隐含层结点数,最佳学习速率,动量因子,训练次数等,同时加入一个验证校正模型实例。-The process of BP model in near infrared spectrum analysis, i
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:53248
    • 提供者:孔庆明
  1. bp

    0下载:
  2. bp算法的c语言实现,运用了自适应—动量因子方法,仅供参考。-bp algorithm c language, the use of adaptive- momentum factor method for reference purposes only.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-20
    • 文件大小:7168
    • 提供者:段星
  1. BP_附加动量法

    0下载:
  2. 附加动量法是在BP的基础上,在每一个权值变化上加上一项正比于前一次权值变化的值,且根据BP来产生新的权值变化。实质是将最后一次权值变化的影响通过一个动量因子来传递。(The additional momentum method is based on the BP and adds a value proportional to the previous weight change in each weight change, and
  3. 所属分类:matlab例程

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:谭帏
  1. momentum factor.matlab

    0下载:
  2. 金融资产定价中动量效应的计算程序,使用MATLAB构建资产定价模型使用(momentum factor.matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:892928
    • 提供者:李林波
« 12 »

源码中国 www.ymcn.org