CN104715282A - Data prediction method based on improved PSO-BP neural network - Google Patents

Data prediction method based on improved PSO-BP neural network Download PDF

Info

Publication number
CN104715282A
CN104715282A CN201510078332.6A CN201510078332A CN104715282A CN 104715282 A CN104715282 A CN 104715282A CN 201510078332 A CN201510078332 A CN 201510078332A CN 104715282 A CN104715282 A CN 104715282A
Authority
CN
China
Prior art keywords
neural network
data
formula
particle
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510078332.6A
Other languages
Chinese (zh)
Other versions
CN104715282B (en
Inventor
赵燕伟
应伟军
任设东
陈相云
寿开荣
冷龙龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201510078332.6A priority Critical patent/CN104715282B/en
Publication of CN104715282A publication Critical patent/CN104715282A/en
Application granted granted Critical
Publication of CN104715282B publication Critical patent/CN104715282B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a data prediction method based on an improved PSO-BP neural network. A next datum to be acquired is predicted through a plurality of continuous data acquired by a sensor, the predicted datum and the acquired data are compared, and whether the acquired data are data defective pixels or not is judged; firstly, the input node number, the output node number and the implicit strata node number of the BP neural network are determined according to the features of the data acquired by the sensor; then, the connection weight and the threshold of the BP neural network are optimized through an improved particle swarm algorithm, and a final BP neural network prediction model is obtained; next, a DLL file is generated by the prediction model through the MATLAB7.1 and the VC6; finally, the DLL file is called through programming software, the predicted datum is compared with the acquired data, and whether the acquired data are datum defective indexes or not is judged. The method can effectively process datum defective indexes, and reliability and the hardware cost are considered at the same time.

Description

A kind of data predication method based on improving PSO-BP neural network
Technical field
The present invention relates to data prediction field, especially a kind of data predication method based on improving PSO-BP neural network.
Background technology
In automation control area, particularly at the control field such as petrochemical complex, power house, it is vital for carrying out monitoring in real time to operational outfit.Need to gather dissimilar data when monitoring in real time, comprise temperature, water level, pressure, flow etc.In actual motion monitoring of tools, sensor there will be the situation of data " bad point ", and these data " bad point " directly will affect the judgement of equipment monitoring system.Occur that the situation of data " bad point " mainly contains following two kinds: 1, due to the instability of data source, make data occur beating suddenly.2, because sensor does not in use overhaul or changes for a long time, can lose efficacy gradually, cause the data " bad point " gathered to get more and more.In above two kinds of situations, the second situation is comparatively general.
In order to improve the reliability of the data collected, reduce data " bad point " to the impact of image data, the method of usual employing has following several method: 1, adopt Redundant Control, multiple sensor is adopted to carry out data acquisition in same data area, improve data reliability, but add hardware cost simultaneously.2, before secure threshold, alerting signal is added to ahead of time caution device operations staff, but this must be equipped with equipment operations staff and operations staff will be on high alert state.3, increase rational delay time for eliminating the impact of data " bad point ", but the degree of reliability improves, and also may affect the safe operation of equipment limited.All there are some self shortcomings in above method, and cannot overcome.
Summary of the invention
In order to overcome the deficiency cannot taking into account reliability and hardware cost of existing data " bad point " disposal route, the present invention proposes a kind of data predication method based on improving PSO-BP neural network, it effectively can process data " bad point ", takes into account reliability and hardware cost.
The technical solution adopted for the present invention to solve the technical problems is as following content:
Based on the data predication method improving PSO-BP neural network, the method comprises the steps:
1), BP neural network model build, process is as follows:
(1.1) input layer and output layer nodes are determined
Neural network model formula is described as:
T out=f(T in1,T in2,…,T inn) (1)
In formula: T outthe data value that neural network needs prediction, T in1~ T innn data value of neural network input layer input respectively;
(1.2) the number of hidden nodes is determined
BP neural network hidden layers numbers adopts 1 layer, the selection of hidden node uses formula (2) determine:
p = n + q + a - - - ( 2 )
In formula: n is input layer number, q is output layer nodes, and a is the constant between 1 ~ 10;
The basic structure formula of BP neural network model:
Y=Sigmoid[W 2*Sigmoid(W 1*X-O 1)-O 2] (3)
In formula: X is BP neural network input matrix; Y is BP neural network output matrix; W 1, W 2be respectively input layer in BP neural network to hidden layer, hidden layer to the connection weight value matrix of output layer; O 1, O 2for input layer in BP neural network is to hidden layer, hidden layer to the threshold matrix of output layer, excitation function Sigmoid is
2), adopt improve PSO algorithm Optimized BP Neural Network model construction, process is as follows:
(2.1) particle cluster algorithm particle rapidity is improved
Particle rapidity adjustment formula is:
v id k + 1 = wv id k + c 1 r 1 ( p id - z id k ) + c 2 r 2 ( p gd - z id k ) + c 3 r 3 z id k - - - ( 4 )
In formula: for the current kth needing speed to adjust particle is for position vector; c 1, c 2, c 3for Studying factors; r 1, r 2, r 3for the random number between [0,1];
(2.2) particle cluster algorithm particle inertia weight is improved
Inertia weight w is used to the previous speed of adjustment particle to the influence degree of present speed, is derived, propose following weighed value adjusting formula by quadratic function matching:
w = ( w max - w min ) ( k k max ) 2 - k k max + w max - - - ( 5 )
In formula: w maxfor initial inertia weight, w minfor final inertia weight, k maxfor maximum iteration time, k is current iteration number of times;
(2.3) particle dimension in particle cluster algorithm is determined
According to fixed BP neural network prediction model, determine to connect weights and threshold sum in BP neural network, connect weights and threshold sum formula:
d=np+pq+p+q (6)
In formula: d is for connecting weights and threshold sum, and n is input layer number, and p is the number of hidden nodes, and q is output layer nodes;
(2.4) improve PSO algorithm Optimized BP Neural Network realizes
Regenerate by making the connection weights and threshold of BP neural network constantly update to particle rapidity and position adjustment, make BP neural network total error be less than setting value or reach iterations, process is as follows:
(2.4.1) determine particle dimension according to the threshold value of BP neural network, weights, and produce primary group;
(2.4.2) fitness function is passed through calculate adaptive value f, being less than setting value according to adaptive value f or reaching iterations is principle, evaluates all individualities in every generation population, and therefrom finds current optimal location p i, then with acquired optimal location p gcompare and generate new p g, through successive ignition, until find global optimum position p g;
(2.4.3) according to p gdetermine the initial connection weights and threshold of BP neural network;
(2.4.4) train BP neural network, obtain final BP neural network prediction model;
(2.4.5) training terminates;
3), data prediction CMOS macro cell and application
Use MATLAB7.1 to realize the design cycle of (2.4), obtain final BP neural network prediction model, select MATLAB7.1 and VC6 to convert forecast model to dll file as developing instrument; In MATLAB, carry out mex – setup respectively by step, mbuild – setup operates, and sets compiler; After setting up parameter, input mcc – Wcpplib:shujuyuce – T link:lib shujuyuce.m in order line and generate dll file; The dll file generated is called by programming software, and predicted data and image data are contrasted, be as the criterion with actual acquired data, whether the difference of computational prediction data and image data is greater than setting threshold value, if be greater than setting threshold value, is considered as data " bad point ".
Principle of work of the present invention: the present invention predicts by several data continuous collected sensor the data that the next one will gather, is undertaken contrasting by predicted data and image data and judges whether image data is data " bad points ".The feature of the data first collected according to sensor determines the input number of nodes of BP neural network, output node number and the number of hidden nodes; Then use modified particle swarm optiziation to optimize the connection weights and threshold of this BP neural network, and obtain final BP neural network prediction model; Then by MATLAB7.1 and VC6, forecast model is generated dll file; Call dll file finally by programming software predicted data and image data to be contrasted, be as the criterion with actual acquired data, whether the difference of computational prediction data and image data is greater than a certain setting threshold value, if be greater than setting threshold value, is considered as data " bad point ".
Beneficial effect of the present invention shows as: 1, utilize modified particle swarm optiziation to carry out Optimized BP Neural Network and effectively improve BP neural network prediction model precision; 2, facilitate all kinds of programming software to call data prediction CMOS macro cell dll file, be easy to computer system and realize; 3, result is obtained scientific and reasonable.
Accompanying drawing explanation
Fig. 1 is particle group optimizing BP neural network algorithm process flow diagram.
Embodiment
Below in conjunction with example, the present invention is described further.
With reference to Fig. 1, a kind of data predication method based on improving PSO-BP neural network, the method comprises the steps:
1), BP neural network model build, process is as follows:
(1.1) input layer and output layer nodes are determined
BP neural network input layer nodes and output layer nodes are depending on actual conditions.In this patent, predicted data and image data, to predict the data that the next one will gather, carry out contrasting and judge whether image data is data " bad points " by several data continuous that use sensor collects.Therefore determine that the input layer number of neural network model is depending on actual conditions, and output layer nodes 1.Neural network model can be described as with formula:
T out=f(T in1,T in2,…,T inn) (1)
In formula: T outthe data value that neural network needs prediction, T in1~ T innn data value of neural network input layer input respectively;
(1.2) the number of hidden nodes is determined
In this patent, BP neural network hidden layers numbers adopts 1 layer.The selection of hidden node use formula (2) determine.
p = n + q + a - - - ( 2 )
In formula: n is input layer number, q is output layer nodes, and a is the constant between 1 ~ 10.Neural network the number of hidden nodes is determined finally by test method.
Therefore the basic structure formula of BP neural network model:
Y=Sigmoid[W 2*Sigmoid(W 1*X-O 1)-O 2] (3)
In formula: X is BP neural network input matrix; Y is BP neural network output matrix; W 1, W 2be respectively input layer in BP neural network to hidden layer, hidden layer to the connection weight value matrix of output layer; O 1, O 2for input layer in BP neural network is to hidden layer, hidden layer to the threshold matrix of output layer, excitation function Sigmoid is
2), improve population (PSO) algorithm optimization BP neural network model structure, process is as follows:
(2.1) particle cluster algorithm particle rapidity is improved
In particle cluster algorithm, in order to avoid too small and lose ability of searching optimum in iteration later stage particle search speed, a kind of particle rapidity method of adjustment is proposed in this article.Its particle rapidity adjustment formula is:
v id k + 1 = wv id k + c 1 r 1 ( p id - z id k ) + c 2 r 2 ( p gd - z id k ) + c 3 r 3 z id k - - - ( 4 )
In formula: for the current kth needing speed to adjust particle is for position vector; c 1, c 2, c 3for Studying factors; r 1, r 2, r 3for the random number between [0,1].Wherein c 1=c 2=c 3=2.
(2.2) particle cluster algorithm particle inertia weight is improved
Inertia weight w is used to the previous speed of adjustment particle to the influence degree of present speed.Derived by quadratic function matching in this patent, propose following weighed value adjusting formula:
w = ( w max - w min ) ( k k max ) 2 - k k max + w max - - - ( 5 )
In formula: w maxfor initial inertia weight, w minfor final inertia weight, k maxfor maximum iteration time, k is current iteration number of times.Wherein initial inertia weight w max=0.9, final inertia weight w min=0.4, maximum iteration time k max=1500.
(2.3) particle dimension in particle cluster algorithm is determined
According to fixed BP neural network prediction model, determine to connect weights and threshold sum in BP neural network.Connect weights and threshold sum formula:
d=np+pq+p+q (6)
In formula: d is for connecting weights and threshold sum, and n is input layer number, and p is the number of hidden nodes, and q is output layer nodes.
(2.4) improve PSO algorithm Optimized BP Neural Network realizes
The connection weights and threshold of modified particle swarm optiziation to BP neural network is used to be optimized, regenerate by making the connection weights and threshold of BP neural network constantly update to particle rapidity and position adjustment, make BP neural network total error be less than setting value or reach iterations.The concrete steps of particle cluster algorithm Optimized BP Neural Network are as shown in Figure 1:
(2.4.1) determine particle dimension according to the threshold value of BP neural network, weights, and produce primary group.
(2.4.2) fitness function is passed through calculate adaptive value f, being less than setting value according to adaptive value f or reaching iterations is principle, evaluates all individualities in every generation population, and therefrom finds current optimal location p i, then with acquired optimal location p gcompare and generate new p g.Through successive ignition, until find global optimum position p g.
(2.4.3) according to p gdetermine the initial connection weights and threshold of BP neural network.
(2.4.4) train BP neural network, obtain final BP neural network prediction model.
(2.4.5) training terminates.
3), data prediction CMOS macro cell and application
Use MATLAB7.1 to realize the design cycle of (2.4), obtain final BP neural network prediction model, select MATLAB7.1 and VC6 to convert forecast model to dll file as developing instrument.In MATLAB, carry out mex – setup respectively by step, mbuild – setup operates, and sets compiler.After setting up parameter, input mcc – Wcpplib:shujuyuce – T link:lib shujuyuce.m in order line and generate dll file.The dll file generated can be called by programming software, and predicted data and image data are contrasted, be as the criterion with actual acquired data, whether the difference of computational prediction data and image data is greater than a certain setting threshold value, if be greater than setting threshold value, is considered as data " bad point ".
Example: be predicted as example with hydraulic turbine top guide bearing temperature data and be described, based on the data predication method improving PSO-BP neural network, comprises following process:
1), BP neural network model builds
In this patent, example is predicted as with hydraulic turbine top guide bearing temperature data, determine that continuous 4 data collected with sensor predict the data that the next one will gather according to data characteristics, therefore determine that the input layer number of neural network model is 4, and output layer nodes 1.According to this patent mentality of designing, determine that BP neural network hidden layers numbers adopts 1 layer.The selection of hidden node use formula (1) determine.
p = n + q + a - - - ( 1 )
In formula: n is input layer number, q is output layer nodes, and a is the constant between 1 ~ 10.
Finally according to the span of the number of hidden nodes, determine neural network the number of hidden nodes by test method, determine that in this example, the number of hidden nodes is 9.
Therefore determine the basic structure formula of BP neural network model:
Y=Sigmoid[W 2*Sigmoid(W 1*X-O 1)-O 2] (2)
In formula: X is BP neural network input matrix; Y is BP neural network output matrix; W 1, W 2be respectively input layer in BP neural network to hidden layer, hidden layer to the connection weight value matrix of output layer; O 1, O 2for input layer in BP neural network is to hidden layer, hidden layer to the threshold matrix of output layer, excitation function Sigmoid is
2), improve population (PSO) algorithm optimization BP neural network model to build
(2.1) particle cluster algorithm particle rapidity is improved
Particle rapidity adjustment formula is:
v id k + 1 = wv id k + c 1 r 1 ( p id - z id k ) + c 2 r 2 ( p gd - z id k ) + c 3 r 3 z id k - - - ( 3 )
In formula: for the current kth needing speed to adjust particle is for position vector; c 1, c 2, c 3for Studying factors; r 1, r 2, r 3for the random number between [0,1].Wherein c 1=c 2=c 3=2.
(2.2) particle cluster algorithm particle inertia weight is improved
Inertia weight w adjustment formula:
w = ( w max - w min ) ( k k max ) 2 - k k max + w max - - - ( 4 )
In formula: w maxfor initial inertia weight, w minfor final inertia weight, k maxfor maximum iteration time, k is current iteration number of times.Wherein initial inertia weight w max=0.9, final inertia weight w min=0.4, maximum iteration time k max=1500.
(2.3) particle dimension in particle cluster algorithm is determined
Obtaining population particle dimension according to particle dimension computing formula is 55 dimensions.
(2.4) improve PSO algorithm Optimized BP Neural Network realizes
The connection weights and threshold of modified particle swarm optiziation to BP neural network is used to be optimized, regenerate by making the connection weights and threshold of BP neural network constantly update to particle rapidity and position adjustment, make BP neural network total error be less than setting value or reach iterations.The concrete steps of particle cluster algorithm Optimized BP Neural Network are as shown in Figure 1:
(2.4.1) primary group is produced.
(2.4.2) fitness function is passed through calculate adaptive value f, being less than setting value according to adaptive value f or reaching iterations is principle, evaluates all individualities in every generation population, and therefrom finds current optimal location p i, then with acquired optimal location p gcompare and generate new p g.Through successive ignition, until find global optimum position p g.
(2.4.3) according to p gdetermine the initial connection weights and threshold of BP neural network.
(2.4.4) train BP neural network, obtain final BP neural network prediction model.
(2.4.5) training terminates.
3), data prediction CMOS macro cell and application
Use MATLAB7.1 to realize the design cycle of (2.4), obtain final BP neural network prediction model, select MATLAB7.1 and VC6 to convert forecast model to dll file as developing instrument.In MATLAB, carry out mex – setup respectively by step, mbuild – setup operates, and sets compiler.After setting up parameter, input mcc – Wcpplib:shujuyuce – T link:lib shujuyuce.m in order line and generate dll file.The dll file generated can be called by programming software, and predicted data and image data are contrasted, be as the criterion with actual acquired data, whether the difference of computational prediction data and image data is greater than a certain setting threshold value, if be greater than setting threshold value, is considered as data " bad point ".

Claims (1)

1., based on the data predication method improving PSO-BP neural network, it is characterized in that: the method comprises the steps:
1), BP neural network model build, process is as follows:
(1.1) input layer and output layer nodes are determined
Neural network model formula is described as:
T out=f(T in1,T in2,…,T inn) (1)
In formula: T outthe data value that neural network needs prediction, T in1~ T innn data value of neural network input layer input respectively;
(1.2) the number of hidden nodes is determined
BP neural network hidden layers numbers adopts 1 layer, the selection of hidden node uses formula (2) determine:
p = n + q + a - - - ( 2 )
In formula: n is input layer number, q is output layer nodes, and a is the constant between 1 ~ 10;
The basic structure formula of BP neural network model:
Y=Sigmoid[W 2*Sigmoid(W 1*X-O 1)-O 2] (3)
In formula: X is BP neural network input matrix; Y is BP neural network output matrix; W 1, W 2be respectively input layer in BP neural network to hidden layer, hidden layer to the connection weight value matrix of output layer; O 1, O 2for input layer in BP neural network is to hidden layer, hidden layer to the threshold matrix of output layer, excitation function Sigmoid is
2), adopt improve PSO algorithm Optimized BP Neural Network model construction, process is as follows:
(2.1) particle cluster algorithm particle rapidity is improved
Particle rapidity adjustment formula is:
v id k + 1 = w v id k + c 1 r 1 ( p id - z id k ) + c 2 r 2 ( p gd - z id k ) + c 3 r 3 z id k - - - ( 4 )
In formula: for the current kth needing speed to adjust particle is for position vector; c 1, c 2, c 3for Studying factors; r 1, r 2, r 3for the random number between [0,1];
(2.2) particle cluster algorithm particle inertia weight is improved
Inertia weight w is used to the previous speed of adjustment particle to the influence degree of present speed, is derived, propose following weighed value adjusting formula by quadratic function matching:
w = ( w max - w min ) ( k k max ) 2 - k k max + w max - - - ( 5 )
In formula: w maxfor initial inertia weight, w minfor final inertia weight, k maxfor maximum iteration time, k is current iteration number of times;
(2.3) particle dimension in particle cluster algorithm is determined
According to fixed BP neural network prediction model, determine to connect weights and threshold sum in BP neural network, connect weights and threshold sum formula:
d=np+pq+p+q (6)
In formula: d is for connecting weights and threshold sum, and n is input layer number, and p is the number of hidden nodes, and q is output layer nodes;
(2.4) improve PSO algorithm Optimized BP Neural Network realizes
Regenerate by making the connection weights and threshold of BP neural network constantly update to particle rapidity and position adjustment, make BP neural network total error be less than setting value or reach iterations, process is as follows:
(2.4.1) determine particle dimension according to the threshold value of BP neural network, weights, and produce primary group;
(2.4.2) fitness function is passed through calculate adaptive value f, being less than setting value according to adaptive value f or reaching iterations is principle, evaluates all individualities in every generation population, and therefrom finds current optimal location p i, then with acquired optimal location p gcompare and generate new p g, through successive ignition, until find global optimum position p g;
(2.4.3) according to p gdetermine the initial connection weights and threshold of BP neural network;
(2.4.4) train BP neural network, obtain final BP neural network prediction model;
(2.4.5) training terminates;
3), data prediction CMOS macro cell and application
Use MATLAB7.1 to realize the design cycle of (2.4), obtain final BP neural network prediction model, select MATLAB7.1 and VC6 to convert forecast model to dll file as developing instrument; In MATLAB, carry out mex – setup respectively by step, mbuild – setup operates, and sets compiler; After setting up parameter, input mcc – W cpplib:shujuyuce – T link:lib shujuyuce.m in order line and generate dll file; The dll file generated is called by programming software, and predicted data and image data are contrasted, be as the criterion with actual acquired data, whether the difference of computational prediction data and image data is greater than setting threshold value, if be greater than setting threshold value, is considered as data " bad point ".
CN201510078332.6A 2015-02-13 2015-02-13 A kind of data predication method based on improvement PSO BP neural networks Active CN104715282B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510078332.6A CN104715282B (en) 2015-02-13 2015-02-13 A kind of data predication method based on improvement PSO BP neural networks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510078332.6A CN104715282B (en) 2015-02-13 2015-02-13 A kind of data predication method based on improvement PSO BP neural networks

Publications (2)

Publication Number Publication Date
CN104715282A true CN104715282A (en) 2015-06-17
CN104715282B CN104715282B (en) 2017-12-05

Family

ID=53414590

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510078332.6A Active CN104715282B (en) 2015-02-13 2015-02-13 A kind of data predication method based on improvement PSO BP neural networks

Country Status (1)

Country Link
CN (1) CN104715282B (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095962A (en) * 2015-07-27 2015-11-25 中国汽车工程研究院股份有限公司 Method for predicting dynamic mechanical property of material based on BP artificial neural network
CN105223241A (en) * 2015-09-18 2016-01-06 南京信息工程大学 A kind of compensation method of humidity sensor
CN105574586A (en) * 2015-12-29 2016-05-11 沈阳航空航天大学 General airplane air-material demand prediction method based on MPSO-BP network
CN105699043A (en) * 2016-04-14 2016-06-22 中国空气动力研究与发展中心高速空气动力研究所 Method for improving measuring stability and precision of wind tunnel sensor
CN106960086A (en) * 2017-03-09 2017-07-18 中国电建集团贵阳勘测设计研究院有限公司 Method for evaluating reliability of impervious curtain based on dam monitoring data
CN106960217A (en) * 2017-02-27 2017-07-18 浙江工业大学 The Forecasting Methodology of injector performance based on the BP artificial neural networks using depth Adaboost algorithm
CN106971030A (en) * 2017-03-14 2017-07-21 湖北文理学院 A kind of anti-skid brake system (ABS) remaining planing method based on particle cluster algorithm
CN107180261A (en) * 2017-06-08 2017-09-19 南京农业大学 Based on the Greenhouse grape medium- and long-term forecasting method for rolling BP neural network
CN108182490A (en) * 2017-12-27 2018-06-19 南京工程学院 A kind of short-term load forecasting method under big data environment
CN108256689A (en) * 2018-02-06 2018-07-06 华中科技大学 A kind of neural network prediction method of non-crystaline amorphous metal thermoplastic forming performance
CN108365784A (en) * 2017-11-24 2018-08-03 天津大学 Based on the control method for brushless direct current motor for improving PSO-BP neural networks
CN108803750A (en) * 2018-07-04 2018-11-13 绍兴三强机电科技有限公司 A kind of forming machine high temperature humidity self-control energy saver and its processing method
CN109145491A (en) * 2018-09-10 2019-01-04 江苏大学 A kind of multistage centrifugal impeller of pump intelligent optimization method based on improvement particle swarm algorithm
CN109492287A (en) * 2018-10-30 2019-03-19 成都云材智慧数据科技有限公司 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network
CN109856969A (en) * 2018-11-06 2019-06-07 皖西学院 A kind of failure prediction method and forecasting system based on BP neural network model
CN110504676A (en) * 2019-07-05 2019-11-26 国网浙江平湖市供电有限公司 A kind of State Estimation for Distribution Network based on APSO-BP
CN112384946A (en) * 2018-07-13 2021-02-19 华为技术有限公司 Image dead pixel detection method and device
CN115630101A (en) * 2022-10-24 2023-01-20 淮阴工学院 Hydrological parameter intelligent monitoring and water resource big data management system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103675629B (en) * 2013-12-31 2016-03-02 武汉大学 Based on the electrode discharge inception voltage Forecasting Methodology of Field signature amount
CN103729695A (en) * 2014-01-06 2014-04-16 国家电网公司 Short-term power load forecasting method based on particle swarm and BP neural network

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
DEEPAK SINGHAL ETAL.: "Electricity price forecasting using artificial neural networks", 《ELECTRICAL POWER AND ENERGY SYSTEMS》 *
LING S H ETAL.: "《Improved hybrid particle swarm optimized wavelet neural network for modeling the development of fluid dispensing for electronic packaging》", 《IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS》 *
李蔚 等: "双重 BP 神经网络组合模型在实时数据预测中的应用", 《中国电机工程学报》 *
杨道辉 等: "基于粒子群优化算法的BP网络模型在径流预测中的应用", 《水力发电学报》 *

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095962A (en) * 2015-07-27 2015-11-25 中国汽车工程研究院股份有限公司 Method for predicting dynamic mechanical property of material based on BP artificial neural network
CN105095962B (en) * 2015-07-27 2017-07-28 中国汽车工程研究院股份有限公司 A kind of material dynamic mechanical performance prediction method based on BP artificial neural networks
CN105223241A (en) * 2015-09-18 2016-01-06 南京信息工程大学 A kind of compensation method of humidity sensor
CN105574586A (en) * 2015-12-29 2016-05-11 沈阳航空航天大学 General airplane air-material demand prediction method based on MPSO-BP network
CN105574586B (en) * 2015-12-29 2018-07-27 沈阳航空航天大学 General-purpose aircraft boat material needing forecasting method based on MPSO-BP networks
CN105699043A (en) * 2016-04-14 2016-06-22 中国空气动力研究与发展中心高速空气动力研究所 Method for improving measuring stability and precision of wind tunnel sensor
CN106960217A (en) * 2017-02-27 2017-07-18 浙江工业大学 The Forecasting Methodology of injector performance based on the BP artificial neural networks using depth Adaboost algorithm
CN106960086A (en) * 2017-03-09 2017-07-18 中国电建集团贵阳勘测设计研究院有限公司 Method for evaluating reliability of impervious curtain based on dam monitoring data
CN106971030A (en) * 2017-03-14 2017-07-21 湖北文理学院 A kind of anti-skid brake system (ABS) remaining planing method based on particle cluster algorithm
CN106971030B (en) * 2017-03-14 2020-12-08 湖北文理学院 Redundancy planning method of anti-skid brake system based on particle swarm optimization
CN107180261A (en) * 2017-06-08 2017-09-19 南京农业大学 Based on the Greenhouse grape medium- and long-term forecasting method for rolling BP neural network
CN107180261B (en) * 2017-06-08 2020-03-17 南京农业大学 Greenhouse microclimate medium-long term prediction method based on rolling BP neural network
CN108365784A (en) * 2017-11-24 2018-08-03 天津大学 Based on the control method for brushless direct current motor for improving PSO-BP neural networks
CN108182490A (en) * 2017-12-27 2018-06-19 南京工程学院 A kind of short-term load forecasting method under big data environment
CN108256689B (en) * 2018-02-06 2020-02-21 华中科技大学 Artificial neural network prediction method for amorphous alloy thermoplastic forming performance
CN108256689A (en) * 2018-02-06 2018-07-06 华中科技大学 A kind of neural network prediction method of non-crystaline amorphous metal thermoplastic forming performance
CN108803750A (en) * 2018-07-04 2018-11-13 绍兴三强机电科技有限公司 A kind of forming machine high temperature humidity self-control energy saver and its processing method
CN112384946A (en) * 2018-07-13 2021-02-19 华为技术有限公司 Image dead pixel detection method and device
CN109145491A (en) * 2018-09-10 2019-01-04 江苏大学 A kind of multistage centrifugal impeller of pump intelligent optimization method based on improvement particle swarm algorithm
CN109145491B (en) * 2018-09-10 2023-07-18 江苏大学 Multistage centrifugal pump impeller intelligent optimization method based on improved particle swarm optimization
CN109492287A (en) * 2018-10-30 2019-03-19 成都云材智慧数据科技有限公司 A kind of solid electrolyte ionic conductivity prediction technique based on BP neural network
CN109856969A (en) * 2018-11-06 2019-06-07 皖西学院 A kind of failure prediction method and forecasting system based on BP neural network model
CN109856969B (en) * 2018-11-06 2023-10-03 皖西学院 Fault prediction method and prediction system based on BP neural network model
CN110504676A (en) * 2019-07-05 2019-11-26 国网浙江平湖市供电有限公司 A kind of State Estimation for Distribution Network based on APSO-BP
CN110504676B (en) * 2019-07-05 2021-01-26 国网浙江平湖市供电有限公司 Power distribution network state estimation method based on APSO-BP
CN115630101A (en) * 2022-10-24 2023-01-20 淮阴工学院 Hydrological parameter intelligent monitoring and water resource big data management system
CN115630101B (en) * 2022-10-24 2023-10-20 淮阴工学院 Hydrologic parameter intelligent monitoring and water resource big data management system

Also Published As

Publication number Publication date
CN104715282B (en) 2017-12-05

Similar Documents

Publication Publication Date Title
CN104715282A (en) Data prediction method based on improved PSO-BP neural network
CN105527965A (en) Route planning method and system based on genetic ant colony algorithm
CN108153259B (en) Multi-controller optimal state estimation control strategy design method based on Kalman filtering
CN103941725A (en) Fault diagnosis method of nonlinear network control system
CN105676903B (en) A kind of vibration optimal control system design method based on Multidisciplinary systems optimization
CN111105097B (en) Dam deformation prediction system and method based on convolutional neural network
CN113344192B (en) Enterprise-level motor system energy-saving optimization automatic control method and system
CN114091816B (en) Power distribution network state estimation method of gate control graph neural network based on data fusion
CN104217251A (en) Equipment failure Bayesian network prediction method based on K2 algorithm
CN108228819A (en) Methods For The Prediction Ofthe Deformation of A Large Dam based on big data platform
CN117910120B (en) Buffeting response prediction method for wind-bridge system based on lightweight transducer
CN111030089B (en) Method and system for optimizing PSS (Power System stabilizer) parameters based on moth fire suppression optimization algorithm
CN114186475A (en) Pivoting support service life prediction method based on Attention-MGRU
CN105449667A (en) Prediction method for reliability of power generation system and power transmission system
CN105490836B (en) A kind of Monte Carlo appraisal procedure of complex network reliability
CN103941724A (en) Fault-tolerant control method with low fault diagnosis accuracy requirement of long time delay network control system
CN106056305A (en) Power generation system reliability rapid assessment method based on state clustering
CN117477544A (en) LSTM ultra-short-term photovoltaic power prediction method and system integrating time mode features
CN117131979A (en) Traffic flow speed prediction method and system based on directed hypergraph and attention mechanism
CN102156802B (en) A kind of equally distributed fluctuation data predication method
CN113962357A (en) GWO-WNN-based distributed photovoltaic power data virtual acquisition method
Zheng et al. Iterative learning based adaptive traffic signal control
CN105022798A (en) Categorical data mining method of discrete Bayesian network on the basis of prediction relationship
Woldemariam et al. A machine learning based framework for model approximation followed by design optimization for expensive numerical simulation-based optimization problems
Liu et al. Multi-layer BiLSTM Photovoltaic Prediction Study Based on Improved PSO

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant