搜索结果

找到约 18 项符合 backpropagation 的查询结果

matlab例程 backpropagation algortihm for fisher data

backpropagation algortihm for fisher data
https://www.eeworm.com/dl/665/455333.html
下载: 85
查看: 1019

人工智能/神经网络 the attached file contains backpropagation code using visual basic

the attached file contains backpropagation code using visual basic
https://www.eeworm.com/dl/650/476985.html
下载: 189
查看: 1034

人工智能/神经网络 Source code Recognize character with backpropagation

Source code Recognize character with backpropagation
https://www.eeworm.com/dl/650/482886.html
下载: 138
查看: 1022

技术资料 BP(BackPropagation)反向传播神经网络介绍及公式推导

该文档为BP(BackPropagation)反向传播神经网络介绍及公式推导详述资料,讲解的还不错,感兴趣的可以下载看看…………………………
https://www.eeworm.com/dl/744975.html
下载: 3
查看: 8255

人工智能/神经网络 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement s

自适应(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 neural networks: 1) Adaptive Linear Network (ADA ...
https://www.eeworm.com/dl/650/138838.html
下载: 34
查看: 1056

人工智能/神经网络 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural

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) Adaptive Linear Network (ADALINE) 2) Multilayer Layer Perce ...
https://www.eeworm.com/dl/650/150036.html
下载: 24
查看: 1062

人工智能/神经网络 Single-layer neural networks can be trained using various learning algorithms. The best-known algori

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 while the third can be generalized to multi-layer pe ...
https://www.eeworm.com/dl/650/165315.html
下载: 119
查看: 1081

数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network ...
https://www.eeworm.com/dl/518/384083.html
下载: 163
查看: 1043