搜索资源列表
bpnn132u
- this about the artificial neural networks which uses the back propogation method.-this is about the artificial neural networks which uses the back propogation method.
netstuff
- this about the artificial neural networks which uses the back propogation method.-this is about the artificial neural networks which uses the back propogation method.
backprop
- BACK PROPOGATION ALGORITHM FOR MATLAB
bpnn-src
- 用Java实现的BP算法,三层网络结构,供大家参考用。-Back-Propogation
instar
- Back propogation A-Back propogation ANN
ann_c
- 简单的人工神经网络实现,用C语言,训练算法是BP。-C Language applied simple artificial neural network,training method is back propogation
code
- MATLAB code for back propogation neural networks
code
- MATLAB code for back propogation neural networks for more than five variable
Back_Prop_Alg
- Back Propogation Algorithm
AutoEncoder
- 人工神经网络的经典算法,包含预训练与反向回传,十分值得学习。-Artificial neural networks classic algorithms, including pre-training and back propogation, is worth learning.
AnnBp
- Artificial Neural Network Plus Back Propogation
Deep Neural Network
- 深度神经网络训练过程中:首先是进行初始化,根据需求设置神经网络的基本结构;然后进行前向传递(feedforward),层与层之间进行传递,求得误差;然后进行反向传播(back propogation),根据误差最小化原则,使用随机梯度下降法,对各个参数进行求导,确定下降方向,对各个参数进行更新(In the training process of deep neural network, firstly, initialization is carried out, and the basic
