全文预览已结束
付费下载
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ExplorationAndSimulationofNeuralNetworkPIDInTemperatureControlSystemAbstract:ThispaperpresentsanewkindofintelligencePIDcontrolmethodonBPneuralnetworkandsomeofbasicconceptsaboutBPneuralnetwork.NeuralnetworkintelligencePIDcontrollerhasmanyadvancedpropertiescomparedwithtraditionalPIDcontroller.TheBPneuralnetworkPIDcontrolmethodisappliedtotemperaturecontrolsysteminindustryfield.Thesimulationresultsshowthatthecontrolmethodhashighcontrolaccuracy,strongadaptationandexcellentcontrolresults.Keywords:Neuralnetwork,PIDcontroller,Temperaturecontrolsystem1ForewordInindustrialprocesscontrol,PIDcontrolisabasiccontrolmethod,itsrobustness,simplestructure,easytoimplement,buttheconventionalPIDcontrolalsohasitsowndisadvantage,becausetheparametersofconventionalPIDcontrollerisbasedonbeingmathematicalmodelofcontrolledobjectidentified,whenthemathematicalmodeloftheobjectarechanging,non-lineartime,PIDparametersisnoteasyinaccordancewithitsactualsituationandmakeadjustments,theimpactofthequalitycontrolsothatthecontrolofthequalitycontrolsystemdecline.Especiallyinthepuretime-delaycharacteristicswiththeindustrialprocess,theconventionalPIDcontrolmoredifficulttomeettherequirementsofthecontrolaccuracy.Becauseofneuralnetworkswithself-organization,self-learning,adaptivecapacity,Inthispaper,basedonBPneuralnetworkPIDcontroller,sothatartificialneuralnetworkPIDcontrolwiththetraditionalcombinationofeachotherandjointlyimprovequalitycontrolandtothemethodinthetemperaturecontrolsystemusingthesimulationlanguageMatlabapplication.2BPneuralnetworkmodelandalgorithmconstitute2.1BPneuralnetworkmodelconstituteBPneuralnetworklearningprocessconstitutedmainlybytwostages:Thefirstphase(forwardpropagation),theinputsignalthroughtheinputlayer,hiddenlayerafterlayer-by-layertreatment,intheoutputlayeriscalculatedforeachneurontheactualoutputvalue.Thesecondstage(theprocessoferrorback-propagation),ifnotintheoutputlayerthedesiredoutputvalue,theactuallayer-by-layerrecursiveoutputanddesiredoutputofthemargin,andtherighttoadjustthebasisofthiserrorfactor.2.2TheneuralnetworkPIDcontrollerstructureandalgorithmInthetraditionalPIDcontrol,classicalincrementalPIDcontrolforms:u(k)=u(k-1)+pe(k)-e(k-1)+ie(k)+de(k)-2e(k-1)+e(k-2)Kp:proportionalcoefficienti=iop:Integralcoefficientodpd:DifferentialcoefficientSetupBPneuralnetworkPIDcontrollerstructure:r(k)e(k)u(k)y(k)+_y(k)Adaptiveinordertoachievedip,ofthepurpose,theoutputlayerforthethreeneurons,correspondingtodip,.Inputlayer,hiddenlayerneurons,thenumberofchargedobjectsinaccordancewiththecomplexityoffixed.Hiddenlayeractivationfunctionusedforthepositiveandnegativesymmetricalsigmoidfunction:xxxxeeeexxf)tanh()(Outputlayeractivationfunctionoftheuseofnon-negativesigmoidfunction:xxxeeexxg2)tanh(1)(Weassumethato31,o32,o33istheoutputofoutputlayer,whichcorrespondtop,i,d.Wetaketheperformanceindexfunctionasfollows:2)1()1(21kykrJWhentheactualoutputandthedeviationbetweenthedesiredoutput,thentheerrorback-propagation.Reversethespreadofthesubstanceisbyadjustingtheweightssothatthesmallestdeviation,itcanusethesteepestdescentmethod,errorfunctionbyanegativegradientdirectiontoalllevelsofneuronweightstoadjustoramend.Thenhave:NNPIDNNPlantNNArithmetic)1()3(kwli=-)()3()3(kwwJlili:Learningrate:MomentumofAvailablebythechainrule:)3(liwJ=)3()3()3()3()3()()()()()1()1(lillllwknetknetOOkukukykyJ=-e(k+1)3()3()3()3()3()()()()()1(lillllwknetknetOOkukukyOne:l=1,2,3SoBPneuralnetworkcanbetheoutputlayerweightsofthecalculationformula:)()()1()3()2()3()3(kwkOkwliilliOfwhich:)(*)()(*)()1(sgn()1()3(,)3()3(knetgkOkukukykelllBecauseofthePIDcontrol)()1(kukyalgorithminnormalcircumstancesareunknown,canbeusedtoreplacefunctionsymbols)()1(sgnkuky,andthroughadjustmentstocorrecterrors.Empathycanbehiddenlayerweightcoefficientcalculationformula:)()()2()1()2()2(kwkOwijjiijOfwhich:)()()3(31)3()2()2(kwknetflillii,Intheabovevarioustypes,theScorner(1),(2),(3)express,respectively,inputlayer,hiddenlayer,outputlayer,l:Thenumberofoutputlayerneuronsi:Thenumberofhiddenlayerneuronsj:Thenumberofinputlayerneurons)(1)(xgxgg2/)(12xffBasedontheabovecanbeBPneuralnetworkcontrolalgorithms:(1)determinetheneuralnetworkarchitecture,initializedweightsoneachfloor.Controlthevolumeofoutput,errorchecktheinitialvalue0.(2)ofthesamplingsystemhasbeen)(kr、)(ky.Calculatedbytheerror)()()(kykrke.AndundertheincrementalPIDalgorithmtotheerrorcomponentinputlayerasinput.(3)AccordingtoallfloorsoftheweightcoefficientsarecalculatedlayersBPneuralnetworkinputandoutput.Outputlayerweight,respectivelyKp、Ki、Kd.AccordingtoincrementalPIDcontrollerformulacanbeoutputu.(4)willserveuasthesupervisionofBPneuralnetworksignal,totheback-propagationalgorithmBP.Onlineaccordingtotheoutputlayer,hiddenlayerofthelearningalgorithmadjusttheweightsoneachfloor,sothattoachieveadaptiveadjustPIDcoefficients.(5)backto(2).3.InthetemperaturecontrolsystemsimulationexperimentIntheindustrialproductionprocess,controltheproductionprocessofallkinds,oftentothetemperatureoftheprocesssuchastimedelaycontroloftheprocess.Setthetemperaturecontrolwaschargedwiththeprocessoftransferfunctionis:)110)(140(3)(sssGSe60Thesimulationresultsasfollows:Figure(1)Figure(2)Figure(1)fortheconventionalPIDcontrol,Fig(2)FortheBPneuralnetworkPIDcontrol.FromthefigurewecanseethatconventionalPIDcontrolarisingfromovershootandtransitiontimethantheBPneuralnetworkPIDcontrolarisingfromovershoot
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 工勤人员防疫员高级技师题库及答案
- 高危儿管理专科业务技术培训考核试题及答案
- 2026年中医耳鼻喉科阴虚火旺乳蛾辨证能力测试卷及答案
- 采煤机司机安全操作规程培训
- 综合管架结构制作作业指导书培训
- 驾驶人视角下的交通安全提升措施培训
- 雨雪天气安全防范措施培训
- 矿山火灾处理程序培训课件
- 2025-2026学年广东省肇庆市高二(下)期末物理试卷(含答案)
- 2025-2026学年江西宜春丰城九中高二上学期开学考生物试卷及答案
- 非煤矿山安全培训资料课件
- 食堂人员食品安全培训课件
- 物流代理加盟合同范本
- 小儿康复运动培训课件
- 天然气运输管理方案
- 工业自动化设备维护操作规范手册
- 2025年北师大新版数学三年级上册第二单元《测量(二)》教案
- 留置尿管患者居家护理健康宣教
- 养老年金保险理念课件
- 房屋租赁法律培训课件
- 食品安全日管控、周排查及月调度记录表
评论
0/150
提交评论