说明:基于遗传算法和BP神经网络控制倒立摆的程序,用遗传算法优化神经网络权值阈值以达到更好的控制效果
神经网络-倒立摆 inverted-pendulum neural-pendulum BP优化 genetic-pendulum
说明:采用扩展elman神经网络实现建模预测问题,神经网络的权值调整采用BP学习算法。
说明:将粒子群算法与BP神经网络结合用于BP神经网络的训练,即优化网络中的连接权值和各项阈值。输入变量选择风速,风向角的余弦值及正弦值,输出变量选择风电功率。利用某风电场过去一年的实测数据作为训练样本,基于MATLAB编写PSO-BP算法进行风电功率预测。
说明:采用最先进的殖民竞争算法Imperialist competition algorithm优化BP神经网络的初始权值、阈值,进行风电功率预测,带数据和实例,ica为主程序
神经网络-预测-matlab ICA-prediction 风电-matlab wind-prediction 风电预测
说明:#include #include #include using namespace std; #define innode 8 //输入结点数 #define hidenode 14//隐含结点数 #define outnode 1 //输出结点数 #define tr...