搜索资源列表
backprop.m
- this a program on matlab backpropagation of error.-this is a program on matlab backpropagation of error.
backprop
- BACK PROPOGATION ALGORITHM FOR MATLAB
work_face_bp
- newruan network backprop
backprop
- matlab bacpkropagation algorithm
BackProp
- A Matlab implementation of a MultiLayer perceptron with backpropagation training with momentum
bpnn
- 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
MATLAB-neural-network-backprop-code
- this document describes how to use MLP neural network in Matlab
MATLAB-MLP-Backprop-Code
- MATLAB MLP Backprop Code
deeplearing-hinton
- hinton2006年发表在science上的关于深度神经网络的文章Reducing the Dimensionality of Data with Neural Networks的matlab程序 mnistdeepauto.m //训练AutoEncoder的主文件 converter.m //将样本集从.ubyte格式转换成.ascii格式,然后继续转换成.mat格式 makebatches.m //创建小批量数据块用于RBM训练 rbm.m //训练RBM二进制隐层