搜索资源列表
-
0下载:
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 activatio
-
-
0下载:
this code for backpropagation on matlab. with indonesian language
-
-
0下载:
利用随机反向传播网络归类的学习算法。它是LMS算法的自然延伸,也是多层神经网络的有监督训练。-Classify using a backpropagation network with stochastic learning algorithm。
-
-
0下载:
backpropagation algortihm for fisher data
-
-
0下载:
a matlab code for training a backpropagation neural network
-
-
0下载:
Perceptron LMS Feed Forward Back Propagation Character Recognition
-
-
0下载:
this a program on matlab backpropagation of error.-this is a program on matlab backpropagation of error.
-
-
0下载:
backpropagation code
-
-
0下载:
A MLP code with backpropagation training algorithm designed for classification problems.
-
-
0下载:
A MLP code with backpropagation training algorithm designed for aproximation of functions problems.
-
-
0下载:
MLP backpropagation xor, sin and function approximation.
-
-
0下载:
A Matlab implementation of a MultiLayer perceptron with backpropagation training with momentum
-
-
0下载:
backpropagation code in matlab
-
-
0下载:
The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of
-
-
0下载:
With 2 Hidden Layer Backpropagation Using Matlab
-
-
1下载:
这是一个四个不同的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
-
-
0下载:
BP神经网络,用于函数逼近。程序中先用一定间隔的函数数值对神经网络进行训练,待算法大致收敛后,然后用测试数据进行测试。并输出函数逼近的误差-BP feed-forward backpropagation network,which is used to approximate function.
-
-
0下载:
Creating perceptron and BackPropragation Algorithm in matlab
-
-
0下载:
backpropagation algotithm
-
-
1下载:
这是用于深度学习的Matlab工具箱
深度学习是机器学习的一个新的子领域,专注于学习深层次的数据模型。
它的灵感来自于人类大脑的明显的深层次(分层的)层次结构。
目录包括`NN /` - 一个用于前馈反向传播神经网络的库,`CNN /` - 卷积神经网络库,`SAE /` - 堆叠式自动编码器库,`CAE /` - 卷积自动编码器库,`util /` - 库使用的功能函数,`data /` - 实例使用的数据,`tests /` - 单元测试来验证工具箱是否正常工作(A Matlab to
-