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

搜索资源列表

  1. bp_proj

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

    • 发布日期:2017-03-31
    • 文件大小:4689
    • 提供者:hacmiu
  1. JSTdotNET7

    0下载:
  2. Backpropagation neural network using .NET
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2456849
    • 提供者:jokosu
  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. basic_neural_net_0_1

    0下载:
  2. backpropagation neural network
  3. 所属分类:Document

    • 发布日期:2017-11-20
    • 文件大小:10508
    • 提供者:bahariii
  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. 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. 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. H2_1sin

    0下载:
  2. it s backpropagation neural network for iris data set
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:830
    • 提供者:bahar
  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. Image-Recognition

    0下载:
  2. This a sample of a simple image classification using K-Nearest Neighbor and Backpropagation Neural Network. It uses block averaging in feature extraction process.-This is a sample of a simple image classification using K-Nearest Neighbor and Backprop
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:175463
    • 提供者:mahmuddwis
  1. ANN-Output-Calculation-by-BP-algm

    0下载:
  2. Artificial neuarl network is one of the recent developed softcomputing technique work on the basis of human neural system. The traning and testing are the two important process in artificial neural network. ther are many techniques used for the train
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:664653
    • 提供者:Karthick
  1. firnet

    0下载:
  2. 有限脉冲神经网络MATLAB源码,由波兰国立大学生物医药信号处理实验室提供。FIR 神经网络属于一种BP神经网络。-Finite Impulse Response (FIR) neural network models each synapse as a linear filter to provide dynamic interconnectivity. Temporal backpropagation is used to train the network in which error t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:382637
    • 提供者:zhanglei
  1. cudann

    1下载:
  2. 一个前馈反向传播人工神经网络的实现,并应用CUDA加速-Implementation of a feed-forward backpropagation artificial neural network using CUDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-06
    • 文件大小:46080
    • 提供者:yx
  1. NNPSOTrainer

    0下载:
  2. Tran a neural network using a combination of PSO and backpropagation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:15971
    • 提供者:Ello
  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. main

    1下载:
  2. 神经网络,前向传播,反向传播,减小loss值(Neural network, forward propagation, backpropagation, reduce loss value)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:hxqhxq
  1. spam_email

    0下载:
  2. 利用BP神经网络对邮件分类,2分类,实现反向传播算法细节,非直接函数调用(BP neural network is used to classify mail, 2 classifications, to implement the details of backpropagation algorithm, non direct function call.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:horizonch115
  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
    • 文件大小:547840
    • 提供者:lzpgfy
« 1 2 3»
搜珍网 www.dssz.com