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

搜索资源列表

  1. matlab-n-net-tl

    0下载:
  2. 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能-A single neural network is a collection of parallel processing elements, we have been inspired by biological nervous system. In nature, the network function of a decisi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:244653
    • 提供者:zgp
  1. BpTRAINING

    2下载:
  2. 自适应步长BP神经网络训练算法,采用最小误差和梯度下降法更新权值- BP neural network training anaysis, realized by using error feed back, gradient descent applied updating of synaptic weights
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1286
    • 提供者:高维
  1. BP

    0下载:
  2. BP人工神经网络训练的源码,可直接使用,适用初学者,具有一定参考价值-BP artificial neural network training, source code, can be used directly for beginners, with some reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:7932
    • 提供者:zhangxi
  1. bp2

    1下载:
  2. 利用粒子群PSO算法,设计一个使得前向神经网络的训练得到最优问题。-The use of particle swarm PSO algorithm, designed to allow a feed-forward neural network training problems to be optimal.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:848145
    • 提供者:印锦
  1. RBF_Network

    0下载:
  2. 用RBF神经网络算法对样本数据进行分类,再对训练数据进行分类的程序-RBF net-work used in classification
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:795
    • 提供者:李涵
  1. DePo_model

    0下载:
  2. 本程序的作用为用遗传算法训练神经网络,其中包含遗传算法模块,神经网络模块,对研究智能算法的编程者具有很好的帮助。-The role of this procedure for the use of genetic algorithm trained neural network, which contains the genetic algorithm module, neural network module, the study of intelligent algorithms progr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:530050
    • 提供者:Bruce
  1. programmatlabBP

    0下载:
  2. 使用BP神经网络训练数据并且作出预测,比较预测值与真实值的误差。-The use of BP neural network training data and make predictions, comparing predicted and actual values of error.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:859
    • 提供者:zhengshen
  1. BP

    0下载:
  2. BP神经网络训练原代码,关于数学建模中BP神经网络的使用-BP neural network training of the original code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4298
    • 提供者:胡益清
  1. DecimalToBinary

    0下载:
  2. 将十进制转换成二进制,然后用神经网络训练,模拟去接近目标的过程。-Will be converted into a binary decimal, and then use neural network training, simulation to go close to the target process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:730
    • 提供者:熊建林
  1. InputOutput

    0下载:
  2. 实现对8为输入数据流,神经网络训练后,达到期望的目标值的过程。-Implementation of the 8 input data stream, neural network training, to achieve the desired target value of the process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:87678
    • 提供者:熊建林
  1. predict2

    1下载:
  2. 利用神经网络训练,对EEG数据进行预测,还有分类-The neural network training, prediction of the EEG data, there are categories
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:20540
    • 提供者:熊建林
  1. BP

    3下载:
  2. 神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
  3. 所属分类:Windows编程

    • 发布日期:2013-01-17
    • 文件大小:255452
    • 提供者:dcw
  1. indentify_english_word

    0下载:
  2. matlab 识别英文字母 用神经网络训练 可以识别大图片,小图片,正规的字符-matlab recognition letters can be identified by neural network training, the big picture, small picture, the formal character
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:81991
    • 提供者:三掌柜
  1. NetTraining

    0下载:
  2. BP神经网络训练VC++程序可以独立运行的大家-Neural Network Training
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9059721
    • 提供者:car
  1. BP

    0下载:
  2. 利用一个三输入两输出的两层BP神经网络训练一个输入为[1 1 1 1 1 1],期望的输出为[1 1]的神经网络系统。-Using a three-input two-output two-BP neural network training input for the [1 1 11 11], the desired output is [11] the neural network system.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:741
    • 提供者:潘琦
  1. Nervsystem

    0下载:
  2. 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能。如人脑的某一部分进行机械记忆特别有效 而某一部分进行抽象思维特别有效。-Nervous system has some functions. Here I make them by using Matlab.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-24
    • 文件大小:7973704
    • 提供者:梅梅
  1. findoutcharactor

    0下载:
  2. 包括手写文字识别的各个步骤,图像的预处理、裁剪、大小转换、人工神经网络训练和识别等等。-Handwritten character recognition, including the various steps, image preprocessing, cropping, size, conversion, training and recognition of artificial neural networks and so on.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:156037
    • 提供者:木易
  1. Desktop

    0下载:
  2. rbf神经网络训练以及模板,matlab应用神经网络可以省去很多人工模拟的麻烦-rbf neural network training, and templates, matlab application of artificial neural network can save a lot of trouble
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1486
    • 提供者:daoping
  1. PSOBP

    2下载:
  2. 将PSO算法应用于神经网络训练的方法,并与BP 算法做了对比仿真实验。-The PSO algorithm is applied to neural network training methods, and BP algorithm was compared with the simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1299
    • 提供者:liujingwen
  1. fuzzynet

    1下载:
  2. 我自己编的用采样数据训练模糊神经网络的程序,包含数据和程序-I use the sampling data compiled by fuzzy neural network training program, including data and programs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7032
    • 提供者:冯帅
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com