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

搜索资源列表

  1. 神经网络

    1下载:
  2. hapter8.1.m为使用交叉验证的GRNN神经网络预测程序 chapter8.2.m为BP和GRNN效果比较程序 注意:由于是比较两种网络结果,需要先运行chapter8.1.m后运行chapter8.2.m 以保证两网络使用了相同的数据进行训练。
  3. 所属分类:matlab例程

  1. BP-MATLAB.rar

    4下载:
  2. 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包,Based on BP neural network matlab program can achieve several fonts on the figure 0-9 to identify the document training network packet compression
  3. 所属分类:matlab例程

    • 发布日期:2017-05-09
    • 文件大小:78632
    • 提供者:liujingbo
  1. BPshenjinwangluo

    0下载:
  2. bp神经网络程序,一共有是个程序,其中有网络训练,举例应用-bp neural network program, a total of a process, including network training, for example the application of
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5728
    • 提供者:cathy
  1. qpso

    6下载:
  2. 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。- In order to improve the detection rate for anomaly state and reduce the false positive rate for n
  3. 所属分类:matlab

    • 发布日期:2014-05-23
    • 文件大小:722
    • 提供者:liang
  1. 0514

    0下载:
  2. 基于matlab的神经网络训练方法,其中采用不同的隐层,自己编写的,实现多类数据的分类-It ia a code to learn network.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2203
    • 提供者:向桂英
  1. ebp1

    1下载:
  2. matlab动量梯度下降算法 生成一个新的前向神经网络 对BP神经网络进行训练 对BP神经网络进行仿真-Momentum matlab gradient descent algorithm to generate a new feed-forward neural networks trained BP neural network on the BP neural network simulation
  3. 所属分类:matlab

    • 发布日期:2016-12-21
    • 文件大小:645
    • 提供者:
  1. 11

    0下载:
  2. 给予神经网络训练的MATLAB 程序 有很大的用处 解说的非常详细-Given the MATLAB neural network training procedures have great usefulness of the very detailed explanation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:721
    • 提供者:lixiaoyan
  1. pso

    1下载:
  2. PSO算法简单、易实现且参数较少,现已被应用于函数优化、神经网络训练、模糊系统控制以及其它遗传算法的应用领域-PSO algorithm is simple, easy to implement and less parameters, have been applied to function optimization, neural network training, fuzzy system control and other applications of genetic algorit
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:216517
    • 提供者:
  1. BP神经网络MATLAB实例

    1下载:
  2. BP神经网络的MATLAB简单实例以及神经网络算法BP网络的训练函数(MATLAB simple example of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-02
    • 文件大小:33792
    • 提供者:HEYOU
  1. 神经网络

    0下载:
  2. 通过对matlab编程实现神经网络的训练和计算,得出需要的网络模型(Through the training and calculation of MATLAB programming neural network, the required network model is obtained)
  3. 所属分类:matlab例程

  1. BP神经网络程序

    1下载:
  2. 是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(It is a multilayer feedforward network trained by error backpropagation algorithm, and is one of the most widely used neural network models. BP networks can learn a
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:38912
    • 提供者:大白菜ml
  1. BP神经网络的非线性系统建模_非线性函数拟合

    1下载:
  2. BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure acc
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:47104
    • 提供者:傲视天下
  1. BP神经网络的拓扑优化算法

    0下载:
  2. BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络(BP neural network is a concept put forward by scientists from Rumelhart and McClelland in 1986. It is a multilayer feedforward neural network traine
  3. 所属分类:matlab例程

  1. BP神经网络

    1下载:
  2. BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络。(BP (back propagation) neural network was founded in 1986 by Rumelhart and McClelland, led by the scientists put forward the concept of error backwa
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:8192
    • 提供者:Ambers
  1. Matlab实现神经网络

    1下载:
  2. 神经网络的简单数据训练的程序,通过训练数据生成符合数据的神经网路(A simple data training program for neural networks that generates neural networks that match data through training data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:挂机
  1. BP网络,信号,消噪

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

    • 发布日期:2018-05-01
    • 文件大小:19456
    • 提供者:ipoppoi
  1. 肌电BP

    0下载:
  2. matlab例程 bp神经网络训练算法(BP neural network training algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:301056
    • 提供者:掉了
  1. Matlabbp神经网络

    5下载:
  2. bp神经网络,可以用于预测与回归,效果比较好,注意训练次数(BP Neural network algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-04
    • 文件大小:188416
    • 提供者:liuritian
  1. Deep Neural Network

    1下载:
  2. 深度神经网络训练过程中:首先是进行初始化,根据需求设置神经网络的基本结构;然后进行前向传递(feedforward),层与层之间进行传递,求得误差;然后进行反向传播(back propogation),根据误差最小化原则,使用随机梯度下降法,对各个参数进行求导,确定下降方向,对各个参数进行更新(In the training process of deep neural network, firstly, initialization is carried out, and the basic
  3. 所属分类:matlab例程

    • 发布日期:2020-08-23
    • 文件大小:21200896
    • 提供者:春风吹又生
  1. 神经网络及数据

    1下载:
  2. 使用神经网络预测销量,包括数据预处理、输入数据变换、神经网络训练及使用。包括数据集(Use neural network to forecast sales volume, including data preprocessing, input data transformation, neural network training and use)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-28
    • 文件大小:5120
    • 提供者:zl999
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com