搜索资源列表
-
0下载:
用GA训练BP网络的权值、阈值从而优化神经网络-GA training BP network with the right value, the threshold in order to optimize the neural network
-
-
3下载:
神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
-
-
0下载:
An Improved PSO Algorithm to Optimize BP Neural Network
Abstract
This paper presents a new BP neural network
algorithm which is based on an improved particle swarm
optimization (PSO) algorithm. The improved PSO (which
is called IPSO) algori
-
-
1下载:
修改过的用c语言编写的遗传算法优化BP神经网络初始阈值的程序,效果还行。可根据实际情况加一些归一化。-Modified genetic algorithm to optimize BP neural network initial threshold c language program, the effect is okay. Actual situation according to add some normalization.
-
-
1下载:
基于决策论方法识别ask,fsk,psk信号,用神经网络找出判决门限-Decision theory-based methods to identify ask, fsk, psk signal neural network to identify the decision threshold
-
-
1下载:
编写了一个pso优化bp神经网络的程序,应用在分类中。第一步:pso优化bp神经网络得到最优的阈值和权值,第二步bp神经网络把该最优的阈值和权值作为初始阈值和权值,采用动量及自适应学习速率算法进行训练。附件中,是数据和编写的部分程序,tiqushuju是用来提取文本中的数据构造样本集的函数。mubiao是用来构造期望输出的函数。bp是已经编写好的,未使用pso优化的bp神经网络函数。pso是本人编写的pso优化bp神经网络的函数,psobp是采用pso优化的阈值和权值作为bp神经网络的初始权值和
-
-
0下载:
利用遗传算法优化BP神经网络权值和阈值的matlab-The use of genetic algorithm to optimize BP neural network weights and threshold
-
-
1下载:
基于神经网络对数字调制信号2ASK、2FSK、2PSK、4ASK、4FSK、4PSK进行门限值的判定来识别这六种数字调制信号。-Based on neural network digital modulation signal 2ASK, 2FSK, 2PSK, 4ASK, 4FSK, 4PSK threshold determination performed to identify the six digital modulation signal.
-
-
0下载:
matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
-
-
0下载:
该程序用BP神经网络解决XOR问题,其中设置了恒定权值、阈值和随机权值、阈值;并且将梯度下降法进行添加记忆一项来改进。(Using BP neural network to solve XOR problem, the program which set up a constant weight and threshold and random weight and threshold value;And the gradient descent method to add a to impro
-
-
1下载:
基于发现蚁群算法优化神经网络是利用蚁群算法在解空间寻找出一组最优的权值和阈值,然后将这一组解带回到神经网络进行细致优化,从而得到最好的权值和阈值。(Found that the ant colony algorithm to optimize the neural network based on Ant Colony Algorithm in the solution space to find a set of optimal weights and threshold based on,
-