CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三层 神经网络

搜索资源列表

  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 degree of precision.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:290.86kb
    • 提供者:林志泉
  1. 人工神经网络BP算法源代码与演示程序

    1下载:
  2. 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.55mb
    • 提供者:唐唐
  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47.09kb
    • 提供者:李琳
  1. AIDemo14-1

    0下载:
  2. 人工智能,用BP算法实现的三层神经网络系统-artificial intelligence, BP algorithm of the three-tier neural network system
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47.32kb
    • 提供者:肖思谋
  1. HandwrittenDigitRecognitionBasedOnBPNeuralNetwork.

    0下载:
  2. BP神经网络,是利用人工智能的方法,训练权值,建立模式识别的模型。本程序,采用三层神经网络,对隐层的节点个数使用经验公式,对其他的参数设置也进行了优化,实现了手写数字的识别,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:257.58kb
    • 提供者:胡存英
  1. BP神经网络源程序

    3下载:
  2. 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10.87kb
    • 提供者:李洋
  1. 三层BP神经网络逼近非线性函数

    14下载:
  2. 内容如题,其中BP神经网络的建立采用自编函数,而非Matlab自带的神经网络建立函数
  3. 所属分类:matlab例程

    • 发布日期:2011-02-26
    • 文件大小:135.85kb
    • 提供者:361478421
  1. BP_XOR三层BP人工神经网络解决异或问题

    1下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-01-11
    • 文件大小:1.27kb
    • 提供者:testsb
  1. RBF.rar

    2下载:
  2. RBF神经网络是一种具有单隐层的三层前馈网络,输入层、隐含层和输出层。本代码主要用来建立一个RBF神经网络用进行训练。,RBF neural network used to set up
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-18
    • 文件大小:687byte
    • 提供者:maylene
  1. 7

    0下载:
  2. 神经网络BP算法的C语言实现--三层神经元网络,人工神经网络的BP基本算法的C语言实现-BP neural network algorithm for C-language implementation- three-layer neural networks, artificial neural networks, BP algorithm is the basic C-language implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:14.43kb
    • 提供者:zhangzhong
  1. bp3

    1下载:
  2. 三层前馈神经网络的BP算法。程序具有以下功能: (1) 允许选择各层节点数; (2) 允许选用不同的学习率η; (3) 能对权值进行初始化,初始化用[-1、1]区间的随机数; (4)允许选用单极性和双极性两种不同Sigmoid型转移函数。 -Three-tier feed-forward neural network BP algorithm. Procedures have the following functions: (1) allows to choose the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.19kb
    • 提供者:Mingruixia
  1. BP_XOR

    0下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.27kb
    • 提供者:yaozi
  1. bp_back

    1下载:
  2. 本程序为一个误差向后传播的三层前馈神经网络有指导的学习算法。-This procedure for a transmission error backward three feedforward neural network learning algorithm for guidance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:43.43kb
    • 提供者:lian83
  1. shenjinwangluo

    1下载:
  2. 关于车牌字符识别的神经网络算法,才用的是三层神经网络-shengjinwangluosuanfa in car recognise
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:43.96kb
    • 提供者:stephenwoo
  1. BP

    0下载:
  2. 实现三层神经网络,对于初学者帮助较大。但是讲解不是很全面,几乎没有。-The realization of three neural networks, for beginners to help more. But on the not very comprehensive, virtually non-existent.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:1.69kb
    • 提供者:wcn
  1. BP

    0下载:
  2. 这是一个基于matlab的三层神经网络算法,赋予不同的向量可对权值进行训练-This is a three-layer neural network matlab-based algorithm can give different weight vector for training
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:596byte
    • 提供者:wyy
  1. BP神经网络训练和测试

    9下载:
  2. 三个程序,其中包括如何确定隐层节点数,BP神经网络训练和神经网络测试,替换相关数据即可使用。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. code for homework3

    0下载:
  2. 使用matlab自实现BP算法,并搭建三层神经网络建议模型。(The BP algorithm is implemented by using matlab, and the three layer neural network model is built.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:9kb
    • 提供者:荆轲先生
  1. NN_labview

    1下载:
  2. 三层神经网络的Labview,没有使用任何模块,BP误差传递用矩阵实现,并含有MNIST数据集。(NN from Labview, including labview file and MNIST data file.)
  3. 所属分类:其他

    • 发布日期:2019-12-15
    • 文件大小:14.7mb
    • 提供者:张旭SB
  1. RBF神经网络

    0下载:
  2. RBF神将网络是一种三层神经网络,其包括输入层、隐层、输出层。从输入空间到隐层空间的变换是非线性的,而从隐层空间到输出层空间变换是线性的
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com