CN104035037A - On-line estimating method for SOH of new energy automobile power battery - Google Patents

On-line estimating method for SOH of new energy automobile power battery Download PDF

Info

Publication number
CN104035037A
CN104035037A CN201410199230.5A CN201410199230A CN104035037A CN 104035037 A CN104035037 A CN 104035037A CN 201410199230 A CN201410199230 A CN 201410199230A CN 104035037 A CN104035037 A CN 104035037A
Authority
CN
China
Prior art keywords
input
network
layer
output
partiald
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.)
Withdrawn
Application number
CN201410199230.5A
Other languages
Chinese (zh)
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.)
Electric Power Research Institute of Guangdong Power Grid Co Ltd
Original Assignee
Electric Power Research Institute of Guangdong Power Grid Co Ltd
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 Electric Power Research Institute of Guangdong Power Grid Co Ltd filed Critical Electric Power Research Institute of Guangdong Power Grid Co Ltd
Priority to CN201410199230.5A priority Critical patent/CN104035037A/en
Publication of CN104035037A publication Critical patent/CN104035037A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Secondary Cells (AREA)

Abstract

A on-line estimating method for the SOH of a new energy automobile power battery includes the steps: S1, an SOH predicating model of the battery is established and optimized, and an improved Elman network (OIF Elman network) algorithm having an output-input feedback mechanism is adopted; S2, input parameters of the SOH model of the battery are selected; internal resistance, currents and temperature of the battery serve as the input parameters of the model; S3, operation is performed under the Matlab7.1 environment; and S4, verification is performed. When the number of sample points is few, the OIF Elman network is obviously superior to an Elman network in whether the training speed or the predication precision. The generalization capacity of the OIF Elman network is improved, the requirement for the number of training samples is lowered, besides, the predication precision can be improved, and the on-line estimating method can be successfully applied to predicating the SOH of the power battery.

Description

A kind of method of new-energy automobile power battery SOH estimation on line
Technical field
The present invention relates to the method for a kind of new-energy automobile power battery SOH (battery cycle life) estimation on line.
Background technology
Electrokinetic cell is the core of new-energy automobile, is the maximum bottleneck on new-energy automobile technology and cost, is also a ring most crucial in new-energy automobile industrial chain.Along with a large amount of consumption of Global Oil resource equal energy source, atmospheric pollution, weather and ecological deterioration further aggravate, the external interdependency of the energy exceed 50% and development low-carbon economy overall background under, development new-energy automobile be trend of the times.
Compared with orthodox car, electric automobile has unrivaled advantage, but be still faced with at present the problem of many technology and cost aspect, be mainly the once charging distance travelled, battery life, charging equipment (communal facility) of electric automobile etc.And electrokinetic cell system life prediction problem is one of the most key problem of current battery system, the factor that affects battery life is a lot, and battery life is subject to its temperature that discharges and recharges mode of operation, size of current, running environment, pressure, cell making process, the impact of the many factors such as structure and chemical characteristic of itself.So the life-span that simply and rapidly dopes battery seems very important.
Now consider and mainly contain based on battery mechanism, battery characteristics and data-driven for the prediction of battery life.In actual applications, should utilize battery mechanism model as far as possible, need meticulous parameter but its shortcoming is battery mechanism model, complexity is higher, and the agine mechaism model of Erecting and improving is very difficult; Key based on signatures to predict is the relationship description finding between sensitive features parameter, feature on-line testing method and feature and the cell health state showing with cell degradation; Principle based on data-driven should be to describe at mechanism model the thought that in irrealizable situation, auxiliary data drives again, from data, excavate rule, pure fitting formula or the neural network model obtaining based on data-driven has certain limitation in actual applications, should be the thought that is combined with again data-driven on the basis of mechanism or characteristic model.
Summary of the invention
Technical matters to be solved by this invention, be just to provide a kind of forecast model comparatively simple, without fine parameters and can reduce the demand to training sample number, can improve again the method for the electric automobile power battery SOH estimation on line of precision of prediction.
Solve the problems of the technologies described above, the technical solution used in the present invention is:
A method for electric automobile power battery SOH estimation on line, is characterized in that: comprise the following steps:
Foundation and the optimization of S1 battery SOH forecast model
Employing has the improved Elman network algorithm of output-input feedback mechanism: OIF Elman network:
The same with general neural network, OIF Elman is divided into 3 layers: input layer, hidden layer and output layer, wherein input layer mathematical model is
x u(k)=u(k-1) (1);
X u(k) represent k moment input layer state, etching system input quantity when u (k) represents k;
The mathematical model of hidden neuron is:
x(k)=f(W 11x c(k)+W 12x u(k)+W 14y c(k)) (2)
x c(k)=αx c(k-1)+x(k-1) (3)
y c(k)=γy c(k-1)+y(k-1) (4);
Wherein, x (k) represents the state of k moment hidden node; x c(k) state of expression k moment associative unit 1 node; y c(k) state of expression k moment associative unit 2 nodes; W 11represent the connection weight matrix of implicit node and associative unit; W 12represent the connection weight matrix between hidden node and input node; W 14represent the connection weight matrix between hidden node and associative unit 2;
The neuronic mathematical model of output layer is:
y(k)=W 13x(k) (5);
Wherein, y (k) represents the state of k moment output layer node; W 13represent the connection weight matrix between hidden node and output node;
Being input as of the hidden node of described OIF Elman network: input layer state, associative unit 1 state, associative unit 2 states, establish the actual y of being output as of k step system d(k), definition error function is:
E ( k ) = 1 2 ( y d ( k ) - y ( k ) ) T ( y d ( k ) - y ( k ) ) - - - ( 6 ) ;
By E to connection weight W 11, W 12, W 13, W 14ask respectively local derviation, can be obtained the learning algorithm of OIF Elman network by gradient descent method:
ΔW ij 13=η 3δ i 0x j(k) i=1,2,…,m;j=1,2,…,n (7)
ΔW jq 12=η 2δ j hu q(k-1) j=1,2,…,n;q=1,2,…,r (8)
Δ W jl 11 = η l Σ i = 1 m ( δ i 0 W ij 13 ) ∂ x i ( k ) ∂ W jl 11 j = 1,2 , . . . , n ; l = 1,2 , . . . , n - - - ( 9 )
Δ W js 14 = η 4 Σ i = 1 m ( δ i 0 W ij 13 ) ∂ x i ( k ) ∂ W js 14 j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 10 )
∂ x i ( k ) ∂ W js 14 = f j ′ ( · ) y s ( k - 1 ) + γ ∂ x i ( k - 1 ) ∂ W js 14 j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 11 )
Wherein, η 1, η 2, η 3, η 4be respectively W 11, W 12, W 13, W 14learning Step, 0≤γ < 1 is the feedback gain of the connection certainly factor of associative unit 2, δ i 0and δ j hfor error signal;
δ i 0=(y di(k)-y i(k)) (12)
&delta; j h = &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) f j &prime; ( &CenterDot; ) - - - ( 13 )
&PartialD; x i ( k ) &PartialD; W j 1 11 = f j &prime; ( &CenterDot; ) x l ( k - 1 ) + &alpha; &PartialD; x i ( k - 1 ) &PartialD; W jl 11 - - - ( 14 ) ;
Described OIF Elman Learning Algorithms adopts gradient descent method, it is adaptive learning speed momentum gradient decline back-propagation algorithm, it can improve the training speed of network, effectively Suppression network is absorbed in local minimum point again, the destination of study is to revise weights and bias by the difference of the real output value of network and output sample value, makes the error sum of squares minimum of network output layer.
The selection of S2 battery SOH mode input parameter
Select the internal resistance of cell, electric current and the temperature input parameter as model;
Determine the number n of hidden neuron 2with input layer number n 1:
The number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (15)
From sample data, network input layer has 3 neurons, and output layer has 1 neuron, therefore the neuronic number in middle layer is set to 7 respectively;
S3 moves under Matlab7.1 environment, overflow for fear of numerical value in the computer simulation process of neural network, must carry out standardization to each cell value of network input layer and output layer, and make them in [0,1] or [1,1], in, the standardized method of the input parameter that the present invention adopts is:
x ^ = x - x min x max - x min - - - ( 16 )
In formula, x maxfor the maximal value of this group variable, x minfor the minimum value of this group variable;
Concrete operation step is as follows:
S3-1 parameter initialization;
S3-2 batch input learning sample, and input and output amount is normalized;
S3-3 calculates each layer and associative unit output;
S3-4 calculates output error;
It is no that S3-5 judges that output error meets the demands: if finish after the weights that storage has been trained that meet the demands; Calculate each layer of error signal, adjust each layer of weights, return to step S3-3 according to formula 7-10 according to formula 12-13 if do not meet the demands;
The simulation analysis of S4 checking battery SOH forecast model
Select the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, predict with improving Elman and two kinds of neural net model establishings of Elman, predicted the outcome respectively, comparative analysis both with the error of actual measurement SOH.
Beneficial effect: the present invention is chosen in the life-span of predicting battery on characteristic model basis in conjunction with the thought of data-driven, the residual life (SOH) of improvement Elman (OIF Elman) neural network algorithm that has proposed to have output-input feedback to electric automobile power battery predicted, with traditional Elman network contrast, OIF (output-input feedback) Elman network has not only added the feedback of hidden node, and counts the feedback of output layer node.Predict the outcome and show, in the time that sample point is less, no matter on training speed, or on precision of prediction, OIF Elman network is obviously better than Elman network.OIF Elman network has improved the generalization ability of network, has both reduced the demand to training sample number, can improve again precision of prediction, can successful Application in electrokinetic cell residual life (SOH) prediction.
Brief description of the drawings
Fig. 1 is OIF Elman neural networks principles process flow diagram of the present invention;
Fig. 2 is OIF Elman algorithm flow chart in Matlab7.1.
Embodiment
This electric automobile power battery SOH estimation on line method comprises following part: foundation and the optimization of battery SOH predictive model algorithm, the selection of forecast model input parameter, the simulation comparison of forecast model result and analysis.
First be foundation and the optimization of algorithm, Elman neural network can be regarded as a feedforward neural network with local mnemon and local feedback link, different from general neural network structure is, many associated layers in Elman neuromechanism, its effect is for remembering the Hidden unit output valve in former moment, can think a time delay operator, it makes whole network have the function of dynamic memory.And the method that the present invention puts forward is the improved Elman network algorithm with output-input feedback mechanism, i.e. OIF Elman network.OIF Elman network has increased the feedback of output node than Elman network, to obtain more information from limited training sample.
Then be the selection of battery SOH mode input parameter, consider that to affect the factor of battery life a lot, should be using principal element as input value, through comparative analysis, select to affect battery life principal element---the internal resistance of cell, electric current and temperature are as the input parameter of model;
It is finally the simulation analysis of battery SOH forecast model, in experiment, select the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, predict with improving Elman and two kinds of neural net model establishings of Elman, predicted the outcome respectively, comparative analysis both with actual measurement SOH error.
Below in conjunction with Fig. 1, Fig. 2 is described in further detail the online SOH Forecasting Methodology of this battery system each several part.
Fig. 1 is OIF Elman neural networks principles process flow diagram.
In Fig. 1 OIF Elman neural network, the selection of u (k) input parameter should be the major influence factors of SOH, the factor that affects SOH is a lot, select the internal resistance, electric current, temperature of battery as input value by analysis the present invention above, thereby can adopt the OIF Elman neural network model of 3-N-1, output valve is SOH, be that input layer number is 3, hidden neuron number is undetermined, and output layer neuron number is 1.
Definite especially middle layer neuron number object of OIF Elman neural network practical structures determines it is an experimental problem, also needs a large amount of experiments.In three-layer network, the number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (17)
From sample data, network input layer should have 3 neurons, and output layer should have 1 neuron, therefore the number of hidden neuron is set to 7 respectively.
Fig. 2 is OIF Elman algorithm flow chart in Matlab7.1, network training process is moved under Matlab7.1 environment, overflow for fear of numerical value in the computer simulation process of neural network, must carry out standardization to each cell value of network input layer and output layer, and make them in [0,1] or in [1,1], the standardized method of the input parameter that the present invention adopts is:
x ^ = x - x min x max - x min - - - ( 18 )
In formula, x maxfor the maximal value of this group variable, x minfor the minimum value of this group variable.

Claims (2)

1. a method for electric automobile power battery SOH estimation on line, is characterized in that: comprise the following steps:
Foundation and the optimization of S1 battery SOH forecast model
Employing has the improved Elman network algorithm of output-input feedback mechanism: OIF Elman network, OIF Elman is divided into 3 layers: input layer, hidden layer and output layer, wherein input layer mathematical model is
x u(k)=u(k-1) (1);
X u(k) represent k moment input layer state, etching system input quantity when u (k) represents k;
The mathematical model of hidden neuron is:
x(k)=f(W 11x c(k)+W 12x u(k)+W 14y c(k)) (2)
x c(k)=αx c(k-1)+x(k-1) (3)
y c(k)=γy c(k-1)+y(k-1) (4);
Wherein, x (k) represents the state of k moment hidden node; x c(k) state of expression k moment associative unit 1 node; y c(k) state of expression k moment associative unit 2 nodes; W 11represent the connection weight matrix of implicit node and associative unit; W 12represent the connection weight matrix between hidden node and input node; W 14represent the connection weight matrix between hidden node and associative unit 2;
The neuronic mathematical model of output layer is:
y(k)=W 13x(k) (5);
Wherein, y (k) represents the state of k moment output layer node; W 13represent the connection weight matrix between hidden node and output node;
Being input as of the hidden node of described OIF Elman network: input layer state, associative unit 1 state, associative unit 2 states, establish the actual y of being output as of k step system d(k), definition error function is:
E ( k ) = 1 2 ( y d ( k ) - y ( k ) ) T ( y d ( k ) - y ( k ) ) - - - ( 6 ) ;
By E to connection weight W 11, W 12, W 13, W 14ask respectively local derviation, can be obtained the learning algorithm of OIF Elman network by gradient descent method:
ΔW ij 13=η 3δ i 0x j(k) i=1,2,…,m;j=1,2,…,n (7)
ΔW jq 12=η 2δ j hu q(k-1) j=1,2,…,n;q=1,2,…,r (8)
&Delta; W jl 11 = &eta; l &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) &PartialD; x i ( k ) &PartialD; W jl 11 j = 1,2 , . . . , n ; l = 1,2 , . . . , n - - - ( 9 )
&Delta; W js 14 = &eta; 4 &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) &PartialD; x i ( k ) &PartialD; W js 14 j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 10 )
&PartialD; x i ( k ) &PartialD; W js 14 = f j &prime; ( &CenterDot; ) y s ( k - 1 ) + &gamma; &PartialD; x i ( k - 1 ) &PartialD; W js 14 j = 1,2 , . . . , n ; s = 1,2 , . . . , m - - - ( 11 )
Wherein, η 1, η 2, η 3, η 4be respectively W 11, W 12, W 13, W 14learning Step, 0≤γ < 1 is the feedback gain of the connection certainly factor of associative unit 2, δ i 0and δ j hfor error signal;
δ i 0=(y di(k)-y i(k)) (12)
&delta; j h = &Sigma; i = 1 m ( &delta; i 0 W ij 13 ) f j &prime; ( &CenterDot; ) - - - ( 13 )
&PartialD; x i ( k ) &PartialD; W j 1 11 = f j &prime; ( &CenterDot; ) x l ( k - 1 ) + &alpha; &PartialD; x i ( k - 1 ) &PartialD; W jl 11 - - - ( 14 ) ;
Described OIF Elman Learning Algorithms adopts gradient descent method, it is adaptive learning speed momentum gradient decline back-propagation algorithm, it can improve the training speed of network, effectively Suppression network is absorbed in local minimum point again, the destination of study is to revise weights and bias by the difference of the real output value of network and output sample value, makes the error sum of squares minimum of network output layer;
The selection of S2 battery SOH mode input parameter
Select the internal resistance of cell, electric current and the temperature input parameter as model;
Determine the number n of hidden neuron 2with input layer number n 1:
The number n of hidden neuron 2with input layer number n 1between have a following approximation relation:
n 2=2n 1+1 (14)
From sample data, network input layer has 3 neurons, and output layer has 1 neuron, therefore the neuronic number in middle layer is set to 7 respectively;
S3 moves under Matlab7.1 environment
Each cell value to network input layer and output layer carries out standardization, and makes them in [0,1] or [1,1], and the standardized method of the input parameter of employing is:
x ^ = x - x min x max - x min - - - ( 15 )
In formula, x maxfor the maximal value of this group variable, x minfor the minimum value of this group variable;
The simulation analysis of S4 checking battery SOH forecast model is selected the battery of 6 groups of same model, adopt identical charging system to be full of electricity, under the condition of different electric currents, different temperatures, 3 Battery packs are carried out to discharge test, obtain 100 groups of measured datas, select wherein 80 groups of data to this model training, network training process is moved under Matlab7.1 environment, in emulation, predict with improving Elman and two kinds of neural net model establishings of Elman, predicted the outcome respectively, comparative analysis both with actual measurement SOH error.
2. the method for electric automobile power battery SOH estimation on line according to claim 1, is characterized in that: described step S3 comprises following sub-step:
S3-1 parameter initialization;
S3-2 batch input learning sample, and input and output amount is normalized;
S3-3 calculates each layer and associative unit output;
S3-4 calculates output error;
It is no that S3-5 judges that output error meets the demands: if finish after the weights that storage has been trained that meet the demands; Calculate each layer of error signal, adjust each layer of weights, return to step S3-3 according to formula 7-10 according to formula 12-13 if do not meet the demands.
CN201410199230.5A 2014-05-12 2014-05-12 On-line estimating method for SOH of new energy automobile power battery Withdrawn CN104035037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410199230.5A CN104035037A (en) 2014-05-12 2014-05-12 On-line estimating method for SOH of new energy automobile power battery

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410199230.5A CN104035037A (en) 2014-05-12 2014-05-12 On-line estimating method for SOH of new energy automobile power battery

Publications (1)

Publication Number Publication Date
CN104035037A true CN104035037A (en) 2014-09-10

Family

ID=51465876

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410199230.5A Withdrawn CN104035037A (en) 2014-05-12 2014-05-12 On-line estimating method for SOH of new energy automobile power battery

Country Status (1)

Country Link
CN (1) CN104035037A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108037190A (en) * 2017-11-03 2018-05-15 大连理工大学 A kind of high temperature furnace pipe damage rank intelligence assessment method based on neutral net
CN108510129A (en) * 2018-04-12 2018-09-07 中南大学 A kind of automatic driving vehicle real time electrical quantity wisdom prediction technique and device
CN109271700A (en) * 2018-09-10 2019-01-25 柯瑞林 Battery thermal management method and system based on the modeling of deep learning multitiered network
CN109903061A (en) * 2017-12-07 2019-06-18 厦门雅迅网络股份有限公司 A kind of automobile parts needing forecasting method, terminal device and storage medium
CN110044350A (en) * 2019-04-15 2019-07-23 北京航空航天大学 The MEMS gyro random drift modeling method of application enhancements dynamic recurrent neural network
CN111751751A (en) * 2019-03-27 2020-10-09 本田技研工业株式会社 Life prediction device, life prediction method, and storage medium
CN112782594A (en) * 2020-12-24 2021-05-11 杭州电子科技大学 Method for estimating SOC (state of charge) of lithium battery by data-driven algorithm considering internal resistance
CN113335131A (en) * 2020-02-18 2021-09-03 宁波吉利汽车研究开发有限公司 Vehicle endurance mileage prediction method, device, equipment and storage medium
CN117471327A (en) * 2023-12-25 2024-01-30 深圳市北测检测技术有限公司 Safety performance detection method for automobile power battery

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004264126A (en) * 2003-02-28 2004-09-24 Nissan Motor Co Ltd Input and output possible power estimating system of secondary battery
CN1607397A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for on line identifying parameters of power accumulator model
EP1531335A2 (en) * 2003-11-14 2005-05-18 Sony Corporation Battery pack and remaining battery capacity calculation method
JP2007292778A (en) * 1998-06-02 2007-11-08 Toyota Motor Corp Method for estimating state of battery charge
CN103020445A (en) * 2012-12-10 2013-04-03 西南交通大学 SOC (State of Charge) and SOH (State of Health) prediction method of electric vehicle-mounted lithium iron phosphate battery
CN103558554A (en) * 2013-10-15 2014-02-05 广东电网公司电力科学研究院 On-line estimating method for SOH of new energy automobile power battery

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007292778A (en) * 1998-06-02 2007-11-08 Toyota Motor Corp Method for estimating state of battery charge
JP2004264126A (en) * 2003-02-28 2004-09-24 Nissan Motor Co Ltd Input and output possible power estimating system of secondary battery
CN1607397A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for on line identifying parameters of power accumulator model
EP1531335A2 (en) * 2003-11-14 2005-05-18 Sony Corporation Battery pack and remaining battery capacity calculation method
CN103020445A (en) * 2012-12-10 2013-04-03 西南交通大学 SOC (State of Charge) and SOH (State of Health) prediction method of electric vehicle-mounted lithium iron phosphate battery
CN103558554A (en) * 2013-10-15 2014-02-05 广东电网公司电力科学研究院 On-line estimating method for SOH of new energy automobile power battery

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108037190A (en) * 2017-11-03 2018-05-15 大连理工大学 A kind of high temperature furnace pipe damage rank intelligence assessment method based on neutral net
CN109903061A (en) * 2017-12-07 2019-06-18 厦门雅迅网络股份有限公司 A kind of automobile parts needing forecasting method, terminal device and storage medium
CN108510129A (en) * 2018-04-12 2018-09-07 中南大学 A kind of automatic driving vehicle real time electrical quantity wisdom prediction technique and device
CN108510129B (en) * 2018-04-12 2021-12-21 中南大学 Intelligent prediction method and device for real-time electric quantity of unmanned vehicle
CN109271700A (en) * 2018-09-10 2019-01-25 柯瑞林 Battery thermal management method and system based on the modeling of deep learning multitiered network
CN111751751A (en) * 2019-03-27 2020-10-09 本田技研工业株式会社 Life prediction device, life prediction method, and storage medium
CN111751751B (en) * 2019-03-27 2023-10-31 本田技研工业株式会社 Life prediction device, life prediction method, and storage medium
CN110044350A (en) * 2019-04-15 2019-07-23 北京航空航天大学 The MEMS gyro random drift modeling method of application enhancements dynamic recurrent neural network
CN113335131A (en) * 2020-02-18 2021-09-03 宁波吉利汽车研究开发有限公司 Vehicle endurance mileage prediction method, device, equipment and storage medium
CN112782594A (en) * 2020-12-24 2021-05-11 杭州电子科技大学 Method for estimating SOC (state of charge) of lithium battery by data-driven algorithm considering internal resistance
CN117471327A (en) * 2023-12-25 2024-01-30 深圳市北测检测技术有限公司 Safety performance detection method for automobile power battery

Similar Documents

Publication Publication Date Title
CN103558554A (en) On-line estimating method for SOH of new energy automobile power battery
CN104035037A (en) On-line estimating method for SOH of new energy automobile power battery
Lipu et al. Intelligent algorithms and control strategies for battery management system in electric vehicles: Progress, challenges and future outlook
Wu et al. Data-driven remaining useful life prediction via multiple sensor signals and deep long short-term memory neural network
Hu et al. Rapid spatio-temporal flood prediction and uncertainty quantification using a deep learning method
CN105389980B (en) Short-time Traffic Flow Forecasting Methods based on long short-term memory recurrent neural network
Khalid et al. Prediction of li-ion battery state of charge using multilayer perceptron and long short-term memory models
Wang et al. A new wind power prediction method based on chaotic theory and Bernstein Neural Network
CN111680848A (en) Battery life prediction method based on prediction model fusion and storage medium
CN102968056A (en) Modeling system of proton exchange membrane fuel cell (PEMFC) and intelligent predictive control method thereof
CN104616060A (en) Method for predicating contamination severity of insulator based on BP neural network and fuzzy logic
CN107222333A (en) A kind of network node safety situation evaluation method based on BP neural network
CN104598984A (en) Fuzzy neural network based fault prediction method
CN115742855A (en) Electric automobile remaining mileage prediction method and device, electric automobile and medium
Bhatt et al. Machine learning‐based approach for useful capacity prediction of second‐life batteries employing appropriate input selection
Yuan et al. Traffic flow modeling with gradual physics regularized learning
CN116451567A (en) Leakage assessment and intelligent disposal method for gas negative pressure extraction pipeline
CN106408118A (en) GRNN (generalized regression neural network) combination model-based urban daily water supply prediction method
Wang et al. Vessel traffic flow forecasting based on BP neural network and residual analysis
Dengen Comparison of SARIMA, NARX and BPNN models in forecasting time series data of network traffic
He et al. Neural computing for grey Richards differential equation to forecast traffic parameters with various time granularity
Poczeta et al. Application of fuzzy cognitive maps with evolutionary learning algorithm to model decision support systems based on real-life and historical data
CN116184214A (en) Online rapid prediction method and device for service life of power battery for vehicle and storage medium
Zhang et al. The early prediction of lithium-ion battery remaining useful life using a novel long short-term memory network
Vinothini et al. Fault detection of electric vehicle using machine learning algorithm

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C04 Withdrawal of patent application after publication (patent law 2001)
WW01 Invention patent application withdrawn after publication

Application publication date: 20140910