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

搜索资源列表

  1. 自适应(Adaptive)神经网络源程序

    1下载:
  2. 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:200530
    • 提供者:周志连
  1. Adaptive

    0下载:
  2. The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) A
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:198792
    • 提供者:叶建槐
  1. backpropagation

    0下载:
  2. Neural Network backpropagation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:68542
    • 提供者:joy
  1. ann_demo

    0下载:
  2. Backpropagation Artificial Neural Network in C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:98332
    • 提供者:杨诚
  1. smc_speech

    0下载:
  2. 《Neural Networks for Text-to-Speech Phoneme Recognition》This paper presents two different artificial neural network approaches for phoneme recognition for text-to-speech applications: Staged Backpropagation Neural Networks and Self-Organizing Maps.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:723671
    • 提供者:付诗
  1. Backpropagation

    0下载:
  2. 模式识别课程作业-神经网络分类IRIS数据集.共两层网络,程序有详细注释。程序结果将输出到EXCEL文件中,也很详细。-Course work in pattern recognition- Neural Network Classification IRIS data set. A total of two networks, a detailed program notes. Program results will be output to the EXCEL file, and very
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2387
    • 提供者:yumingwei
  1. BPN

    1下载:
  2. Backpropagation Network Time-Series Forecasting 源码, 经典的BPN人工神经网络例子源码-Backpropagation Network Time-Series Forecasting source, the classic example of artificial neural network BPN source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:33520
    • 提供者:
  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
    • 文件大小:382370
    • 提供者:chen
  1. BP

    0下载:
  2. Backpropagation neural network with txt input and output writen in c++.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:hardtec
  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
    • 文件大小:743424
    • 提供者:shengli
  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. 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. 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. 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. backpropagation-forcasting

    0下载:
  2. this simple implementation of forecasting using neural network backpropagation-this is simple implementation of forecasting using neural network backpropagation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:kadal
« 1 23 »
搜珍网 www.dssz.com