搜索资源列表
fdlib_windows
- Face Recognition Library === === === === Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for imaging optimization. Library works great even for a lo
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.
recognitionwithBPNN
- recognition with Back Propogation neural network
backprop
- BACK PROPOGATION ALGORITHM FOR MATLAB
bpnn-src
- 用Java实现的BP算法,三层网络结构,供大家参考用。-Back-Propogation
backpropagation
- a back propogation algorithm implementation
backpropagationNN
- Back propogation of a signal,
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
BPNNgdm
- BP 神经网络属于前向网络 以下为创建 BP 神经网络的方法及参数 。matlab神经网络工具箱 bpnn的一个matlab实现实例(代码 可用)- Back Propogation Neural Network (BPNN) Thread Subject ,Back Propogation Neural Network (BPNN) Subject
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