CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - backpropagation

搜索资源列表

  1. CPP_Neural_Networks_and_Fuzzy_Logic

    0下载:
  2. This book provides illustrative examples in C++ that the reader can use as a basis for further experimentation. A key to learning about neural networks to appreciate their inner workings is to experiment. Neural networks, in the end, are fun to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2395334
    • 提供者:vasi
  1. neural

    0下载:
  2. c++ 人工智能神经元系统源代码,给人工智能入门者学习用-This is a set of artificial neural network programs. The later versions are multilayer perceptron (MLP) backpropagation neural networks in which the number of layers and nodes are user-selectable.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:90216
    • 提供者:alex
  1. backpropagation

    0下载:
  2. MATLAB code that implements the generalized delta rule
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1080
    • 提供者:sara
  1. tp2-multicouche

    0下载:
  2. Backpropagation with momentum * by Andres Perez-Uribe * References : - G. Hinton, "How neural networks learn from experience", Scientific American, sep 1992. - P. Werbos, "The Roots of Backpropagation: From ordered derivatives
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:2820
    • 提供者:amasz
  1. twodimapproximationbp

    0下载:
  2. 单输出函数Y=SIN(X)逼近问题的bp程序:假设网络结构为3--2--1,输入维数M,共N个样本,一般输入不算层,输出算层- 激活函数: hardlim---(0,1),hardlims---(-1,1),purelin,logsig---(0,1),tansig----(-1,1) softmax,poslin,radbas,satlin,satlins,tribas 训练算法: 1.traingd,traingdm,traingda(variable l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2370
    • 提供者:刘老师
  1. bpnn

    0下载:
  2. MATLAB neural network backprop code This code implements the basic backpropagation of error learning algorithm. The network has tanh hidden neurons and a linear output neuron. adjust the learning rate with the slider -MATL
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1630
    • 提供者:azoma
  1. newjor

    0下载:
  2. 新编写的Jordan BP神经网络,已测试,运行良好,可用于数据预测、分类,及模式识别。-Create an Jordan backpropagation network for data prediction.
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:2584
    • 提供者:徐俊仁
  1. backpropagation_algorithem

    0下载:
  2. backpropagation 算法实现-backpropagation algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:2536
    • 提供者:Tommy
  1. DeepLearnToolbox-master

    3下载:
  2. 深度学习(Deep learning)matlab工具包-`NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-26
    • 文件大小:14777060
    • 提供者:Xiaojuan Jiang
  1. 4-Hidden-Layer-baru

    0下载:
  2. voice recognition with neural networks backpropagation. this source can recognize number one two three four five six seven eight nine
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-17
    • 文件大小:28158409
    • 提供者:melly
  1. Zuby

    0下载:
  2. It can be used for backpropagation, perceptron
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:279341
    • 提供者:Adeel
  1. Source_Code_AG_Dalam_MATLAB

    0下载:
  2. Sintak Program Backpropagation
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:64979
    • 提供者:Naff
  1. backpro

    0下载:
  2. Sintak Program Backpropagation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1024
    • 提供者:Naff
  1. characterrecognition

    0下载:
  2. This the error backpropagation algorithm based character recognition program developed in matlab. The program folder contains the training images of some english alphabets & numerals. & trains the neural network using train command in matlab. The neu
  3. 所属分类:Education soft system

    • 发布日期:2017-11-10
    • 文件大小:7730468
    • 提供者:manish
  1. cppfrance_INTELLIGENCE-ARTIFICIELLE-RECONNAISSANC

    0下载:
  2. backpropagation in vb language
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-18
    • 文件大小:16783
    • 提供者:rabiaa
  1. nueralNetwork

    0下载:
  2. It is demonstrated that neural networks can be used effectively for the identification and control of nonlinear dynamical systems. The emphasis on models for both identification and control. Static and dynamic backpropagation methods for the adjustme
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2889
    • 提供者:mike419
  1. Fuzzy-Neural-Network-by-matlab

    1下载:
  2. 这是一个四个不同的S函数实现集合的递归模糊神经网络(RFNN)。该网络采用了4组可调参数,这使得它非常适合在线学习/操作,从而可应用到系统识别等方面。-This is a collection of four different S-function implementations of the recurrent fuzzy neural network (RFNN) described in detail in [1]. It is a four-layer, neuro-fuzzy net
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:117879
    • 提供者:林真天
  1. BPFuncApproximation

    0下载:
  2. BP神经网络训练程序,基于梯度学习算法,对非线性函数(hermitian)逼近。-The BP neural network training program,which is based on the steepest descent Method,,,backpropagation network (BP) approximation of the nonlinear function。
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1511
    • 提供者:吕钱
  1. bp-sin-trainer

    0下载:
  2. BackPropagation, implemented by matlab, for those who are new in neural networks
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2332714
    • 提供者:zahra
  1. recognise

    0下载:
  2. 识别手写数字的人工神经网络的发展神经网络概念,如神经元,层,重量和反向传播等概念及c++实现在文中给出-This article chronicles the development of an artificial neural network designed to recognize handwritten digits. Although some theory of neural networks is given here, it would be better if you alr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:317259
    • 提供者:忠于理想
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com