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

搜索资源列表

  1. apbSrc.tar

    0下载:
  2. Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to single-layer neural networks wh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:799.22kb
    • 提供者:陈伟
  1. lightweightbackpropagationneuralnetwork

    0下载:
  2. * Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ programs. It is intended for use in applications that * just happen to need a simply neural network and do not
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:29.31kb
    • 提供者:正熹
  1. Backpropagation_Stochastic

    0下载:
  2. 利用随机反向传播网络归类的学习算法。它是LMS算法的自然延伸,也是多层神经网络的有监督训练。-Classify using a backpropagation network with stochastic learning algorithm。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:肖箫
  1. Backpropagation_Learning(Multilayer_NN)

    0下载:
  2. Neural network source code with 2 learning process using backpropagation algorithms.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:379.3kb
    • 提供者:Kow
  1. digitaleyes-c

    0下载:
  2. DigitalEyes is an OCR (Optical Character Recognizer) developed in C/Caml. usage : ./digitaleyes[.opt] [processes in chronological order] file -noise Reduces image noise. -rotate Finds angle and rotate image. -lessons Builds the lessons
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:373.41kb
    • 提供者:chen
  1. 002f982e3ffa

    0下载:
  2. Classify using a backpropagation recurrent network with a batch learning algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:667.19kb
    • 提供者:selva
  1. neural_networks_f90

    0下载:
  2. fortran的神经网络训练程序。 Phil Brierley提供 更多信息见 www.philbrierley.com -Neural Network in Fortran90 !! Multilayer Perceptron trained with !! the backpropagation learning algorithm !! coded in Fortran90 by Phil Brierley !! www.philbrierley.com !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-15
    • 文件大小:726kb
    • 提供者:shengli
  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
    • 文件大小:2.28mb
    • 提供者:vasi
  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
    • 文件大小:2.75kb
    • 提供者: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
    • 文件大小:2.31kb
    • 提供者:刘老师
  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
    • 文件大小:1.59kb
    • 提供者:azoma
  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
    • 文件大小:14.09mb
    • 提供者:Xiaojuan Jiang
  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
    • 文件大小:115.12kb
    • 提供者:林真天
  1. backpropagation

    0下载:
  2. for backpropagation learning
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:suci
  1. DeepLearnToolbox-master

    1下载:
  2. 这是用于深度学习的Matlab工具箱 深度学习是机器学习的一个新的子领域,专注于学习深层次的数据模型。 它的灵感来自于人类大脑的明显的深层次(分层的)层次结构。 目录包括`NN /` - 一个用于前馈反向传播神经网络的库,`CNN /` - 卷积神经网络库,`SAE /` - 堆叠式自动编码器库,`CAE /` - 卷积自动编码器库,`util /` - 库使用的功能函数,`data /` - 实例使用的数据,`tests /` - 单元测试来验证工具箱是否正常工作(A Matlab to
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:14.08mb
    • 提供者:3Radiant
  1. NatureDeepReview

    1下载:
  2. 深度学习允许由多个处理层组成的计算模型来学习具有多个抽象层次的数据表示。这些方法极大地提高了语音识别、视觉对象识别、目标检测以及药物发现和基因组学等许多领域的最新进展。深度学习发现复杂的结构在大数据集,通过使用反向传播算法来指示一台机器应该如何改变其内部参数,用于计算在每一层的代表性,从上一层的代表。深层卷积网在处理图像、视频、语音和音频方面取得了突破性进展,而递归网络则在文本和语音等连续数据上起到了作用。(Deep learning allows computational models th
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:1.44mb
    • 提供者:飞飞花儿
  1. 人工神经网络后向传播算法推导

    0下载:
  2. 机器学习中神经网络的后向传播算法的相关推导(The derivation of backpropagation algorithm for neural networks in machine learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:913kb
    • 提供者:欧阳暄
  1. DeepLearningC-master

    3下载:
  2. 深度学习代码CNN,用VC++ 实现,很有参考价值,神经网络权值参数反向传播实现。(Deep learning code CNN, implemented with VC++, is of great reference value, and neural network weight parameter backpropagation is realized.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:535kb
    • 提供者:lzpgfy
  1. inspired_by_axonal_delay

    0下载:
  2. Biological systems are able to recognise temporal sequences of stimuli or compute in the temporal domain. In this paper we are exploring whether a biophysical model of a pyramidal neuron can detect and learn systematic time delays between the spik
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:448kb
    • 提供者:nabill
搜珍网 www.dssz.com