CN110555989A - Xgboost algorithm-based traffic prediction method - Google Patents

Xgboost algorithm-based traffic prediction method Download PDF

Info

Publication number
CN110555989A
CN110555989A CN201910756049.2A CN201910756049A CN110555989A CN 110555989 A CN110555989 A CN 110555989A CN 201910756049 A CN201910756049 A CN 201910756049A CN 110555989 A CN110555989 A CN 110555989A
Authority
CN
China
Prior art keywords
data
traffic
xgboost
prediction
algorithm
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
CN201910756049.2A
Other languages
Chinese (zh)
Other versions
CN110555989B (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.)
South China University of Technology SCUT
Original Assignee
South China University of Technology SCUT
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 South China University of Technology SCUT filed Critical South China University of Technology SCUT
Priority to CN201910756049.2A priority Critical patent/CN110555989B/en
Publication of CN110555989A publication Critical patent/CN110555989A/en
Application granted granted Critical
Publication of CN110555989B publication Critical patent/CN110555989B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q50/40
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/0104Measuring and analyzing of parameters relative to traffic conditions
    • G08G1/0125Traffic data processing
    • G08G1/0133Traffic data processing for classifying traffic situation
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/065Traffic control systems for road vehicles by counting the vehicles in a section of the road or in a parking area, i.e. comparing incoming count with outgoing count

Abstract

the invention discloses a traffic prediction method based on an Xgboost algorithm, which comprises the following steps: step S1: collecting traffic data, carrying out data normalization, and dividing the traffic data into training data and test data; step S2: performing model training on training data based on an Xgboost algorithm, and determining model parameters; step S3: inputting Xgboost model parameters and test data to predict traffic flow; step S4: and carrying out error evaluation on the prediction result of the Xgboost model, and reducing the prediction data for outputting. The Xgboost model improves the prediction precision, greatly reduces the prediction time, and has better prediction performance and generalization capability in the prediction of the traffic volume of the expressway.

Description

Xgboost algorithm-based traffic prediction method
Technical Field
The invention relates to the technical fields of machine learning methods, traffic prediction and the like, in particular to a traffic prediction method based on an Xgboost algorithm.
Background
the traffic flow is an important index reflecting the traffic state of the highway, and the short-term traffic prediction is an important content of highway management and is a key direction of intelligent traffic. The highway system is a complex nonlinear system, and the study on short-term traffic volume is beneficial to the issuing of traffic information by management departments, the improvement of traffic induction effect and the improvement of the operating efficiency and stability of the highway system.
in the aspect of statistical characteristic research, a trend extrapolation method, linear regression, an invisible Markov prediction model, Kalman filtering and the like are provided. On the machine learning method level, the iterative estimation of the traffic volume is realized by mining the information implied by the historical data. Different models such as a support vector machine, an iterative decision tree, a random forest, a Bayesian network, a wavelet theory, an improved particle swarm optimization BP neural network and the like are applied to the prediction of traffic volume. In deep learning, a deep belief network is adopted to firstly perform feature learning extraction on data, and then a top-level SVM model is adopted to perform prediction.
the model applies the machine learning theory to the traffic prediction field and obtains better results. However, under limited calculation conditions, the models have more parameters and long model prediction time due to the fact that double or even more models are compounded, and the prediction accuracy is influenced.
Disclosure of Invention
Aiming at the problems, the invention provides a traffic prediction method based on an Xgboost algorithm, aiming at solving the problems of difficult parameter optimization, large computing resource consumption and poor prediction performance caused by composite model prediction in traffic prediction.
The above object of the present invention is achieved by at least one of the following technical solutions:
A traffic prediction method based on an Xgboost algorithm comprises the following steps:
Step S1: collecting traffic data, carrying out data normalization, and dividing the traffic data into training data and test data;
Step S2: performing model training on training data based on an Xgboost algorithm, and determining model parameters;
step S3: inputting Xgboost model parameters and test data to predict traffic flow;
Step S4: and carrying out error evaluation on the prediction result of the Xgboost model, and reducing the prediction data for outputting.
further, the step S1 specifically includes:
Collecting and counting running vehicle information by using a coil, and dividing the running vehicle information into a plurality of traffic volume data with different time intervals;
Normalizing data, and dividing the data into training data and test data according to a proportion, wherein the data normalization is standardized by min-max, and the formula is as follows:
And x is the normalized traffic data, wherein max is the maximum value of the sample data, and min is the minimum value of the sample data.
Further, the traffic data divided into a plurality of different time intervals specifically refers to traffic data divided into two different intervals of 30 minutes and 60 minutes.
further, in step S2, the Xgboost algorithm combines the prediction results of a series of weak learners into a strong learner, performs second-order taylor expansion on the loss function, combines the prediction term with the regularization term, adds second-order derivative information in the optimization process, simplifies the objective function to realize calculation resource optimization, and selects appropriate parameters by using a weak classifier integration algorithm, where the specific process includes:
step S21, operating training data by using Ridge Regression algorithm (Ridge Regression), and selecting an optimal alpha value;
step S22, operating training data by adopting a Random Forest algorithm (Random Forest) and selecting optimal parameters;
And step S23, adopting a fusion algorithm (Stacking) to take the advantages of the two models, extracting the optimal parameters and finishing model training.
Further, the step S3 specifically includes:
and inputting Xgboost model parameters, processing input data by adopting a time window step length parameter, inputting the traffic data of the previous n moments into the trained Xgboost model, and generating a traffic data prediction result of the next moment, namely the traffic of the n +1 moment.
further, the step S4 specifically includes:
adopting a trained Xgboost model to predict traffic volume of predicted data, carrying out error calculation on the predicted data and actual data, wherein the error calculation adopts Mean Square Error (MSE) and Root Mean Square Error (RMSE) as evaluation indexes, and reducing the predicted data to output:
mean square error:
Root Mean Square Error (RMSE):
In the formula: n is the number of data sets,Representing predictive data, yirepresenting the real data.
The invention provides a traffic prediction method based on an Xgboost algorithm, which comprises the following steps: carrying out normalization processing on data acquired by the coil, and dividing the data into training data and testing data; optimizing model parameters of the LSTM neural network by adopting a particle swarm algorithm; training an Xgboost model; and calling a prediction model to predict the test data, and evaluating a prediction error. The method utilizes the characteristics of integration of the Xgboost model with a weak learner and high operation speed, can obtain higher prediction precision, and has good applicability to different interval data samples.
Compared with the prior art, the invention has the beneficial effects that:
1. The CART tree is used at the bottom layer of the Xgboost model, and leaf nodes adopt numerical values, so that the efficient optimization of the algorithm is facilitated, and the running speed is increased;
2. the Xgboost model classification tree cutting points adopt an approximate value algorithm, and the operation speed is improved by an enumeration algorithm;
3. the Xgboost model expands the loss function to second-order conductibility, so that the optimal solution can be obtained more quickly;
3. The Xgboost model has good applicability to data samples of different intervals.
drawings
FIG. 1 is a schematic flow chart of an embodiment of the present invention.
figure 2 is a graph of the predicted mean square error in the different data for the four models.
fig. 3 is a predicted mean square heel for different data of the four models.
Detailed Description
The invention is further illustrated by the following examples, which are intended to facilitate the understanding of the invention, but are not intended to be limiting in any way.
A traffic prediction method based on Xgboost algorithm, the main flow of which is shown in figure 1, comprises the following steps:
step S1: and acquiring traffic data, performing data normalization preprocessing, and dividing the data into training data and testing data.
the traffic data is derived from vehicle information acquired by an urban highway line circle, the traffic information in a time period is acquired, data sample intervals can be set according to actual prediction requirements, and two interval sample data of 30 minutes and 60 minutes are adopted in the invention. Reading to obtain original traffic data, and normalizing the data by adopting a min-max standardization method:
and x is the normalized traffic data, wherein max is the maximum value of the sample data, and min is the minimum value of the sample data.
Step S2, based on the Xgboost algorithm, model training is carried out on training data, and model parameters are determined; the Xgboost combines the prediction results of a series of weak learners into a strong learner, performs second-order Taylor expansion on the loss function, combines the prediction term and the regularization term, adds second-order derivative information in the optimization process, simplifies the objective function and realizes calculation resource optimization. And selecting proper parameters by adopting a weak classifier integration algorithm.
the method specifically comprises the following steps:
Step S21, operating training data by using Ridge Regression algorithm (Ridge Regression), and selecting an optimal alpha value;
step S22, operating training data by adopting a Random Forest algorithm (Random Forest) and selecting optimal parameters;
S23, adopting a fusion algorithm (Stacking) to take the advantages of the two models, extracting optimal parameters and finishing model training;
step S3: inputting Xgboost model parameters and test data to predict traffic flow; the method specifically comprises the following steps: and inputting Xgboost model parameters, processing input data by adopting a time window step length parameter, inputting the traffic data of the previous n moments into the trained Xgboost model, and generating a traffic data prediction result of the next moment, namely the traffic of the n +1 moment.
Step S4, carrying out error evaluation on the Xgboost model prediction result, restoring the prediction data and outputting, wherein the method specifically comprises the following steps: carrying out traffic volume prediction on predicted data by adopting a trained Xgboost model, carrying out error calculation on the predicted data and actual data, wherein the error calculation adopts Mean Square Error (MSE) and Root Mean Square Error (RMSE) as evaluation indexes:
Mean square error:
Root Mean Square Error (RMSE):
in the formula: n is the number of data sets,representing predictive data, yirepresenting the real data.
the effectiveness of the invention can be further illustrated by the examples, the data of which do not limit the scope of application of the invention.
an experiment platform: the processor is Intel i5-6500, and the memory is 16.0 GB; the system is Windows10(64 bits); the program language version is python 3.6.
The experimental contents are as follows:
the data source of this embodiment is coil data of a road in Guangzhou city. The method is adopted to be traffic data every 5 minutes. The data volume of this embodiment is big, and the authenticity is high. The data are collected at intervals of 30 minutes and 60 minutes respectively after being sorted, and the data prediction requirements of management departments can be effectively guaranteed. And (4) carrying out normalization by adopting a dispersion standardization method, wherein the data in the first 8 days of the experiment is taken as a training set, and the data in the last 2 days is taken as a testing set.
obtaining Xgboost model parameters according to the training data, wherein the Xgboost model parameters are respectively as follows: learning _ rate is 0.1, n _ estimators is 100, max _ depth is 5, min _ child _ weight is 5, gamma is 0.1, reg _ alpha is 1, reg _ lambda is 1. These parameters were used as parameters for the Xgboost model for prediction of test data.
The experiment selects the model commonly used in journey time prediction as a control: random forest algorithm (RF), support vector machine algorithm (SVM), nearest neighbor algorithm (KNN), with the algorithm of the present invention (Xgboost) for comparison of prediction performance.
fig. 2 shows the predicted mean square error in different data of the four models, and fig. 3 shows the predicted mean square heel in different data of the four models. The travel time prediction performance pairs for the four models are shown in table 1.
TABLE 1 comparison of travel time prediction performance for the algorithm
In conclusion, the traffic prediction method based on the Xgboost algorithm can obtain better prediction performance, and improves the traffic prediction precision while reducing the complexity of the model, overfitting and the calculated amount. The method provided by the invention has the lowest error in two different interval data, and has good applicability.
The above is an example of the present invention, but the present invention is not limited to the above specific embodiments, and when the function of the modification made according to the technical scheme of the present invention is not beyond the scope of the technical scheme of the present method, the modification should be regarded as the disclosure of the present invention.

Claims (6)

1. a traffic prediction method based on Xgboost algorithm is characterized by comprising the following steps:
Step S1: collecting traffic data, carrying out data normalization, and dividing the traffic data into training data and test data;
step S2: performing model training on training data based on an Xgboost algorithm, and determining model parameters;
step S3: inputting Xgboost model parameters and test data to predict traffic flow;
Step S4: and carrying out error evaluation on the prediction result of the Xgboost model, and reducing the prediction data for outputting.
2. The method for predicting the traffic volume based on the Xgboost algorithm as claimed in claim 1, wherein said step S1 specifically includes:
collecting and counting running vehicle information by using a coil, and dividing the running vehicle information into a plurality of traffic volume data with different time intervals;
normalizing data, and dividing the data into training data and test data according to a proportion, wherein the data normalization is standardized by min-max, and the formula is as follows:
And x is the normalized traffic data, wherein max is the maximum value of the sample data, and min is the minimum value of the sample data.
3. the Xgboost algorithm-based traffic prediction method according to claim 2, wherein the traffic data divided into different time intervals is specifically traffic data divided into two different intervals of 30 minutes and 60 minutes.
4. The method for predicting traffic volume based on Xgboost algorithm as claimed in claim 1, wherein in said step S2, the Xgboost algorithm combines the prediction results of a series of weak learners into a strong learner, performs second order taylor expansion on the loss function, combines the prediction term and the regularization term, adds the second order derivative information in the optimization process, simplifies the objective function to realize the optimization of computational resources, adopts the weak classifier integration algorithm to select suitable parameters, and the specific process includes:
step S21, operating training data by using a ridge regression algorithm, and selecting an optimal alpha value;
s22, running training data by adopting a random forest algorithm, and selecting optimal parameters;
and S23, adopting a fusion algorithm to take the advantages of the two models, extracting the optimal parameters and finishing the model training.
5. the method for predicting the traffic volume based on the Xgboost algorithm as claimed in claim 1, wherein said step S3 specifically includes:
And inputting Xgboost model parameters, processing input data by adopting a time window step length parameter, inputting the traffic data of the previous n moments into the trained Xgboost model, and generating a traffic data prediction result of the next moment, namely the traffic of the n +1 moment.
6. The method for predicting the traffic volume based on the Xgboost algorithm as claimed in claim 1, wherein said step S4 specifically includes:
Adopting a trained Xgboost model to predict traffic volume of the predicted data, carrying out error calculation on the predicted data and actual data, adopting a mean square error and a root mean square error as evaluation indexes in the error calculation, restoring the predicted data and outputting:
mean square error:
root mean square error:
In the formula: n is the number of data sets,representing predictive data, yirepresenting the real data.
CN201910756049.2A 2019-08-16 2019-08-16 Xgboost algorithm-based traffic prediction method Active CN110555989B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910756049.2A CN110555989B (en) 2019-08-16 2019-08-16 Xgboost algorithm-based traffic prediction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910756049.2A CN110555989B (en) 2019-08-16 2019-08-16 Xgboost algorithm-based traffic prediction method

Publications (2)

Publication Number Publication Date
CN110555989A true CN110555989A (en) 2019-12-10
CN110555989B CN110555989B (en) 2021-10-26

Family

ID=68737551

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910756049.2A Active CN110555989B (en) 2019-08-16 2019-08-16 Xgboost algorithm-based traffic prediction method

Country Status (1)

Country Link
CN (1) CN110555989B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111063194A (en) * 2020-01-13 2020-04-24 兰州理工大学 Traffic flow prediction method
CN111462485A (en) * 2020-03-31 2020-07-28 电子科技大学 Traffic intersection congestion prediction method based on machine learning
CN112651570A (en) * 2020-12-31 2021-04-13 长安大学 Method and device for constructing and predicting traffic prediction model of expressway service area
CN112668500A (en) * 2020-12-30 2021-04-16 太原科技大学 Xgboost-based rolling mill multi-target vibration prediction method
CN113570862A (en) * 2021-07-28 2021-10-29 太原理工大学 XGboost algorithm-based large traffic jam early warning method
CN114463014A (en) * 2022-02-23 2022-05-10 河南科技大学 SVM-Xgboost-based mobile payment risk early warning method
CN115439206A (en) * 2022-11-08 2022-12-06 税友信息技术有限公司 Declaration data prediction method, device, equipment and medium
CN115440029A (en) * 2022-07-29 2022-12-06 重庆大学 Vehicle inspection device data restoration method considering distribution of detection equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164709A (en) * 2012-12-24 2013-06-19 天津工业大学 Method for optimizing support vector machine based on tabu search algorithm
CN107392241A (en) * 2017-07-17 2017-11-24 北京邮电大学 A kind of image object sorting technique that sampling XGBoost is arranged based on weighting
CN107730893A (en) * 2017-11-30 2018-02-23 大连理工大学 A kind of shared bus website passenger flow forecasting for multidimensional characteristic of being gone on a journey based on passenger
CN107919016A (en) * 2017-11-15 2018-04-17 夏莹杰 Traffic flow parameter missing complementing method based on multi-source detector data
CN109191828A (en) * 2018-07-16 2019-01-11 江苏智通交通科技有限公司 Traffic participant accident risk prediction method based on integrated study
CN109191840A (en) * 2018-09-13 2019-01-11 电子科技大学 A kind of real-time traffic condition determination method based on intelligent terminal
CN109243172A (en) * 2018-07-25 2019-01-18 华南理工大学 Traffic flow forecasting method based on genetic algorithm optimization LSTM neural network
CN110110862A (en) * 2019-05-10 2019-08-09 电子科技大学 A kind of hyperparameter optimization method based on adaptability model

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164709A (en) * 2012-12-24 2013-06-19 天津工业大学 Method for optimizing support vector machine based on tabu search algorithm
CN107392241A (en) * 2017-07-17 2017-11-24 北京邮电大学 A kind of image object sorting technique that sampling XGBoost is arranged based on weighting
CN107919016A (en) * 2017-11-15 2018-04-17 夏莹杰 Traffic flow parameter missing complementing method based on multi-source detector data
CN107730893A (en) * 2017-11-30 2018-02-23 大连理工大学 A kind of shared bus website passenger flow forecasting for multidimensional characteristic of being gone on a journey based on passenger
CN109191828A (en) * 2018-07-16 2019-01-11 江苏智通交通科技有限公司 Traffic participant accident risk prediction method based on integrated study
CN109243172A (en) * 2018-07-25 2019-01-18 华南理工大学 Traffic flow forecasting method based on genetic algorithm optimization LSTM neural network
CN109191840A (en) * 2018-09-13 2019-01-11 电子科技大学 A kind of real-time traffic condition determination method based on intelligent terminal
CN110110862A (en) * 2019-05-10 2019-08-09 电子科技大学 A kind of hyperparameter optimization method based on adaptability model

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
SAYAN PUTATUNDA等: "A Comparative Analysis of Hyperopt as Against other Approaches for Hyper-Prameter Optimization of XGBoost", 《ICPS PROCEEDINGS》 *
刘永超: "短时交通流量预测分析", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
黄骞等: "基于XGBoost节假日路网流量预测研究", 《公路》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111063194A (en) * 2020-01-13 2020-04-24 兰州理工大学 Traffic flow prediction method
CN111462485A (en) * 2020-03-31 2020-07-28 电子科技大学 Traffic intersection congestion prediction method based on machine learning
CN112668500A (en) * 2020-12-30 2021-04-16 太原科技大学 Xgboost-based rolling mill multi-target vibration prediction method
CN112668500B (en) * 2020-12-30 2023-12-29 太原科技大学 Xgboost-based rolling mill multi-target vibration prediction method
CN112651570A (en) * 2020-12-31 2021-04-13 长安大学 Method and device for constructing and predicting traffic prediction model of expressway service area
CN113570862B (en) * 2021-07-28 2022-05-10 太原理工大学 XGboost algorithm-based large traffic jam early warning method
CN113570862A (en) * 2021-07-28 2021-10-29 太原理工大学 XGboost algorithm-based large traffic jam early warning method
CN114463014A (en) * 2022-02-23 2022-05-10 河南科技大学 SVM-Xgboost-based mobile payment risk early warning method
CN114463014B (en) * 2022-02-23 2023-07-07 河南科技大学 Mobile payment risk early warning method based on SVM-Xgboost
CN115440029A (en) * 2022-07-29 2022-12-06 重庆大学 Vehicle inspection device data restoration method considering distribution of detection equipment
CN115440029B (en) * 2022-07-29 2023-08-08 重庆大学 Vehicle detector data restoration method considering detection equipment distribution
CN115439206A (en) * 2022-11-08 2022-12-06 税友信息技术有限公司 Declaration data prediction method, device, equipment and medium
CN115439206B (en) * 2022-11-08 2023-03-07 税友信息技术有限公司 Declaration data prediction method, device, equipment and medium

Also Published As

Publication number Publication date
CN110555989B (en) 2021-10-26

Similar Documents

Publication Publication Date Title
CN110555989B (en) Xgboost algorithm-based traffic prediction method
CN108986470B (en) Travel time prediction method for optimizing LSTM neural network by particle swarm optimization
CN109243172B (en) Traffic flow prediction method for optimizing LSTM neural network based on genetic algorithm
CN110782658B (en) Traffic prediction method based on LightGBM algorithm
CN110648014B (en) Regional wind power prediction method and system based on space-time quantile regression
Yu et al. Error correction method based on data transformational GM (1, 1) and application on tax forecasting
CN113554466B (en) Short-term electricity consumption prediction model construction method, prediction method and device
CN109492748B (en) Method for establishing medium-and-long-term load prediction model of power system based on convolutional neural network
CN112270355A (en) Active safety prediction method based on big data technology and SAE-GRU
CN109543741A (en) A kind of FCM algorithm optimization method based on improvement artificial bee colony
CN106921366A (en) A kind of global optimum's particle filter method and global optimum's particle filter
CN113988426A (en) Electric vehicle charging load prediction method and system based on FCM clustering and LSTM
CN116187835A (en) Data-driven-based method and system for estimating theoretical line loss interval of transformer area
CN113780684A (en) Intelligent building user energy consumption behavior prediction method based on LSTM neural network
Xing et al. A short-term traffic flow prediction method based on kernel extreme learning machine
CN112199862A (en) Prediction method of nano particle migration, and influence factor analysis method and system thereof
CN115099461A (en) Solar radiation prediction method and system based on double-branch feature extraction
CN116578858A (en) Air compressor fault prediction and health degree evaluation method and system based on graphic neural network
Mao et al. Naive Bayesian algorithm classification model with local attribute weighted based on KNN
Wang et al. Prediction of air pollution based on FCM-HMM Multi-model
Li et al. GA-SVR Traffic Flow Prediction Based on Phase Space Reconstruction with Improved KNN Method
CN112001436A (en) Water quality classification method based on improved extreme learning machine
CN111507777A (en) System model for predicting electricity price based on lightweight gradient lifting algorithm
Chen et al. A bidirectional context-aware and multi-scale fusion hybrid network for short-term traffic flow prediction
Geng et al. Study on index model of tropical cyclone intensity change based on projection pursuit and evolution strategy

Legal Events

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