Description: 误差反向传播网络(Back propagation network,简称BP网络)是神经网络中最活跃的方法,且绝大多数采用了三层结构(输入层、一个隐含层和输出层).BP网络是一种非线性映射人工神经网络.本程序用vb实现的bp算法-error back-propagation network (Back propagation network, called BP) neural network is the most active, but the majority adopted a three-tier structure (input layer, a hidden layer and output layer). BP network is a non-linear mapping of artificial neural networks. The procedures used vb the algorithm to achieve bp Platform: |
Size: 28672 |
Author:fuyu |
Hits:
Description: Back propagation neural networks and its Application: Time-Series Forecasting Prediction of the Annual Number of Sunspots
-Back propagation neural networks and its Application : Time-Series Forecasting Prediction of the Annual Number of Sunspots Platform: |
Size: 4096 |
Author:风 |
Hits:
Description: neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation Platform: |
Size: 3072 |
Author:young |
Hits:
Description: bp神经网络算法是解决最优化问题的先进算法之一,本论文讨论了神经网络中使用最为广泛的前馈神经网络。其网络权值学习算法中影响最大的就是误差反向传播算法(back-propagation简称BP算法)。BP算法存在局部极小点,收敛速度慢等缺点。基于优化理论的Levenberg-Marquardt算法忽略了二阶项。该文讨论当误差不为零或者不为线性函数即二阶项S(W)不能忽略时的Hesse矩阵的近似计算,进而训练网络。-bp neural network algorithm to solve optimization problems, one of the advanced algorithm, the paper discusses the neural network in the most widely used feed-forward neural network. Its network weights learning algorithm in the greatest impact is the error back-propagation algorithm (back-propagation algorithm referred to as BP). BP algorithm for the existence of local minimum points, such as the shortcomings of slow convergence. Optimization theory based on the Levenberg-Marquardt algorithm ignores the second-order item. In this paper, the discussion when the error is not zero or not that is second-order linear function of S (W) can not be ignored when the Hesse matrix of approximate calculation, and then training the network. Platform: |
Size: 19456 |
Author:刘慧 |
Hits:
Description: 基于matlab的新型信号处理算法集。包括模拟退火、遗传算法、反向传播神经网络、小波变换等等,对于统计信号处理很有参考价值。-Matlab based on a new type of signal processing algorithms. Including simulated annealing, genetic algorithm, back-propagation neural network, wavelet transform, etc., for statistical signal processing useful reference value. Platform: |
Size: 4231168 |
Author:caruchi |
Hits:
Description: 這是一個類神經網路中倒傳遞類神經網路,應用於圖形識別上,可以把兩個不同分類的點,藉由BP找出他的分割線進行區分-This is a type of neural network back-propagation neural network applied to pattern recognition, it can be classified into two different points, by BP to find his distinction between partition lines Platform: |
Size: 2048 |
Author:flower |
Hits:
Description: This program simulates a 3 or 4-layer Neural Network, and can be used to
simulate an arbitrary, complex, or non-linear function that would be
difficult to implement by traditional methods. The Back Propagation
method is used "teach" the network the desired function.
Adjacent layers of the net are fully interconnected that is, every
neuron in layer 1 is connected to every neuron in layer 2, and every
neuron in layer 2 is connected to every neuron in layer 3 (1->2, 2->3).
With a 4-layer net, there is further interconnection: 1->2, 1->3, 2->3,
2->4, 3->4.
- This program simulates a 3 or 4-layer Neural Network, and can be used to
simulate an arbitrary, complex, or non-linear function that would be
difficult to implement by traditional methods. The Back Propagation
method is used "teach" the network the desired function.
Adjacent layers of the net are fully interconnected that is, every
neuron in layer 1 is connected to every neuron in layer 2, and every
neuron in layer 2 is connected to every neuron in layer 3 (1->2, 2->3).
With a 4-layer net, there is further interconnection: 1->2, 1->3, 2->3,
2->4, 3->4.
Platform: |
Size: 49152 |
Author:cso |
Hits:
Description: Back-Propagation Neural Network Model for predicting the traffic situation of Australia. -This procedure aims to solve the prediction of the Australia Highway traffic situation. Platform: |
Size: 10240 |
Author:Justin Han |
Hits:
Description: The purpose of this work is to identify a given face image using main features of face. The dimensionality of face image is reduced by the Principal component analysis (PCA, using eigenfaces method) and the recognition is done by the Back propagation Neural Network (BPNN). Platform: |
Size: 3113984 |
Author:amine |
Hits: