CN105243444A - City monitoring station air quality prediction method based on online multi-core regression - Google Patents

City monitoring station air quality prediction method based on online multi-core regression Download PDF

Info

Publication number
CN105243444A
CN105243444A CN201510645567.9A CN201510645567A CN105243444A CN 105243444 A CN105243444 A CN 105243444A CN 201510645567 A CN201510645567 A CN 201510645567A CN 105243444 A CN105243444 A CN 105243444A
Authority
CN
China
Prior art keywords
air quality
monitoring station
data
forecast
predicted
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.)
Pending
Application number
CN201510645567.9A
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.)
Hangzhou Shang Qing Science And Technology Ltd
Original Assignee
Hangzhou Shang Qing Science And Technology 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 Hangzhou Shang Qing Science And Technology Ltd filed Critical Hangzhou Shang Qing Science And Technology Ltd
Priority to CN201510645567.9A priority Critical patent/CN105243444A/en
Publication of CN105243444A publication Critical patent/CN105243444A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

The present invention relates to a city monitoring station air quality prediction method based on online multi-core regression. The method comprises: firstly, based on historical data, extracting multi-field features of a city monitoring station, such as a forecasting meteorological feature, a real-time meteorological feature, a traffic feather, local and peripheral city air pollutant feature and the like; then, based on the extracted features, training a multi-core regression model, and performing online adjustment on the multi-core regression model by using new data; and finally, based on the adjusted model, predicting the air quality of the monitoring station hour by hour in a future period of time. The method can be used for accurately and efficiently predicting the air quality of the city monitoring station and has a guiding effect on environment protection and public life.

Description

A kind of city monitoring station Air Quality Forecast method returned based on online multinuclear
Technical field
The present invention relates to air quality monitoring field, particularly relate to a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear.
Background technology
Air is biological material of depending on for existence on the earth.Air quality and daily life closely bound up, in urban environmental qualitative assessment, occupy critical role.But along with human civilization and expanding economy, air pollution is more and more serious, how to improve air quality, Accurate Prediction air quality becomes more and more important.According to Air Quality Forecast result, people can take corresponding measure (as band mouth mask, avoiding going out) to avoid being subject to the infringement of air pollutants.On the other hand, environmental protection is the cause of the whole society, and the degree of participation of the public to environmental protection is that whether successfully important symbol is carried out in a national environmental protection job.If urban air-quality can announce forecast result every day as weather, the public just can understand the environmental quality truth in oneself living space, is conducive to the people and participates in and monitoring environment protection work.
The problem of conventional air qualitative forecasting method is mainly characteristic sum model two aspect:
From feature aspect, because air pollutants constantly can be flowed along with air, so the air pollutants level of surrounding cities is closely related, if the air quality in a ratio city is severe contamination and blows north wind, the air quality being so positioned at this Shelter in South China Cities, city after a period of time also can be affected.And traditional Air Quality Forecast method only considers the feature of the association areas such as meteorology, traffic, local air pollutant, do not consider that the Air Quality of surrounding cities treats the impact of predicted city, thus have impact on the accuracy predicted the outcome.On the other hand, traditional Air Quality Forecast method uses the correlated characteristic based on real time meteorological data in the model training stage, forecast period then uses the correlated characteristic based on forecast weather data, and it is all relevant to air quality with forecast weather data in real time, should give to consider simultaneously, otherwise the validity of model can be affected.
From model level, because production model (as Markov model etc.) has the inherent shortcoming such as marking bias and independence assumption, cause its predictablity rate not ideal; And discriminative model (as decision tree, support vector machine etc.) is although simpler than production model, but because its black box operates, the relation between demonstrating data can not be known, thus the characteristic of training data itself can not be reflected, and then negative effect is created to its predictive ability.Although conditional random field models had both had discriminative model than the advantage being easier to learn, the transition probability between contextual tagging can be considered again as production model, but it is the same with discriminative model with traditional production model, it is all the mode of learning of batch type, when there being new data, need to carry out re-training based on total data.Because re-training cost is high, model is made to be difficult to upgrade in time.Although online monokaryon returns the above-mentioned shortcoming that can overcome batch type transaction module, they are often before learning tasks, just secure a kernel function, if data stream is along with time instability change, will cause undesirable prediction effect.
Summary of the invention
The present invention overcomes above-mentioned weak point, object is to provide a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear, first the multi-field feature of air quality monitoring station's point is extracted based on historical data, as Meteorological Characteristics, traffic characteristic, this locality and surrounding cities air pollutants feature etc., then based on the features training multinuclear regression model extracted, and new data are utilized to carry out on-line tuning to multinuclear regression model; Finally based on the model after adjustment to the air quality in monitoring station following a period of time carry out by hour prediction.This method can predict air quality more accurately.
The present invention achieves the above object by the following technical programs: a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear, comprises the steps:
(1) pre-service is carried out to history raw data and obtain historical data sample, obtain training dataset (X based on historical data sample k, Y k) and core pond KP;
(2) combined training data set (X k, Y k) and core pond KP to submodule M ktrain, prediction of output model M={ M k| 1≤k≤h};
(3) utilize real time new Monitoring Data to each submodel M k(1≤k≤h) is adjusted to and forecast model M is updated to the forecast model after adjustment
(4) based on forecast model to future, the air quality of each moment p to be predicted is predicted.
As preferably, the history raw data of described step (1) comprises the meteorological correlated characteristic of forecast real-time weather correlated characteristic air pollutants correlated characteristic traffic correlated characteristic periphery monitoring station feature with surrounding cities feature
As preferably, described step (1) obtains training dataset (X k, Y k) and the method flow of core pond KP as follows:
1) alignment of data is carried out to history raw data, and complete data scrubbing with mean value replacement missing values and extremum, obtain historical data sample x={x j| 1≤j≤n}, wherein, n represents number of samples, x jit is the vector of the history raw data in jth hour and air quality composition in the past;
2) based on historical data sample, be submodel M kstructure training dataset:
2.1) feature composition training feature vector collection is extracted wherein X k j = { F k p , F k m , F k a , F k t , F k s , F k c } ;
2.2) air quality of all samples forms flag sequence Y k={ Y j| 1≤j≤n}, Y jrepresent sample x jmark; And obtain X kwith Y kcomposition M ktraining dataset (X k, Y k);
3) h step 2 is repeated), obtain training dataset D={ (X k, Y k) | 1≤k≤h}, wherein h represents the time range that prediction is maximum;
4) choose the individual different kernel function of m and form core pond KP={kf s| 1≤s≤m}, kf srepresent s kernel function in core pond.
As preferably, the submodule M of described step (2) kdevice and weight vectors collection Weights is returned by m monokaryon kcomposition, wherein each monokaryon returns device by support vector collection parameter set form.
As preferably, the steps flow chart of described step (2) prediction of output model M is as follows:
I () trains s monokaryon to return device by simple regression error minimization algorithm, obtain support vector collection and parameter set
(ii) Repeated m time step (i), obtains the support vector collection that m monokaryon returns device and parameter set obtain submodel M ksupport vector collection parameter set Alpha k = { Alpha s k | 1 ≤ s ≤ m } ;
(iii) weight vectors collection Weights is obtained by stochastic gradient descent algorithm k;
(iv) repeat h step (i) to step (iii), complete the training to h submodel; Obtain and prediction of output model M={ M k| 1≤k≤h}.
As preferably, described step (3) obtains with the forecast model after adjustment the method that Methods and steps (2) used is used is identical.
As preferably, the air quality of described step (4) to each moment p to be predicted in future is predicted, if the interval hourage of moment p to be predicted and current time is k, 1≤k≤h, method is as follows:
(I) based on forecast weather data and the historical data of moment p, feature composition vectorial X to be predicted is extracted * k, X k * = { F k p , F k m , F k a , F k t , F k s , F k c } ;
(II) by X * kas forecast model input, obtain the predicted value Y of moment k to be predicted * k;
(III) repeat h step (I) to step (II), complete the prediction to the following h air quality of individual hour;
(IV) prediction of output sequence Y *={ Y * k| 1≤k≤h}.
Beneficial effect of the present invention is: (1) introduces the field correlated characteristics such as meteorology, traffic and local air pollutant, but also introduce surrounding cities air pollutants feature, consider that surrounding cities air quality treats the impact of predicted city air quality, thus air quality can be predicted more accurately; (2) consider real time meteorological data, also consider that forecast weather data is on the impact of air quality, makes forecast model more efficient simultaneously; (3) adopt online multinuclear regression model, not only overcome conventional batch formula transaction module and to upgrade in time the larger defect of cost, and solve online monokaryon and return performance issue because kernel function fixedly causes.
Accompanying drawing explanation
Fig. 1 is the city monitoring station Air Quality Forecast method flow diagram that the present invention is based on the recurrence of online multinuclear;
Fig. 2 is that partial process view set up by embodiment of the present invention model;
Fig. 3 is embodiment of the present invention kernel function details schematic diagram;
Fig. 4 is the adjustment of embodiment of the present invention on-time model and prediction process flow diagram.
Embodiment
Below in conjunction with specific embodiment, the present invention is described further, but protection scope of the present invention is not limited in this:
Embodiment: as shown in Figure 1, a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear, first obtains multinuclear regression model by model foundation part, secondly when there being new data, carrying out on-line tuning, obtain new model M to model; Then on-line prediction is carried out based on M.
The method is divided into two large divisions: model sets up part and online part.Wherein, model foundation part comprises data prediction and two stages of model training; Online part comprises data prediction, model adjustment and prediction three phases.Concrete implementation step is as follows:
Part set up by model:
Model foundation part mainly sets up forecast model M based on historical data sample.Because (the interval hourage of moment p and current time is k to following each moment p to be predicted, 1≤k≤h, h represents prediction maximum magnitude, when by hour prediction, k and h is integer, and unit is hour) air quality all by a corresponding submodel M kpredict, so M comprises h submodel.Its process flow diagram as shown in Figure 2.
Data preprocessing phase:
Step 1, for certain air quality monitoring stations point s in a city, alignment of data (namely with the unified each FIELD Data of a time and space unit) is carried out to the history raw data (as forecast weather data, real time meteorological data, traffic data, air pollutants data) in its each field, and data scrubbing (namely replacing missing values and extremum etc. with mean value), obtain historical data sample x={x j| 1≤j≤n}, (x jbe a vector be made up of forecast weather data, real time meteorological data, traffic data and the air pollutants data in website s place jth hour, n represents number of samples);
Step 2, based on historical data sample x, is submodel M kstructure training dataset:
1) feature composition training feature vector collection is extracted X k j = { F k p , F k m , F k a , F k t , F k s , F k c } , Wherein, represent forecast meteorological correlated characteristic, real-time weather correlated characteristic, air pollutants correlated characteristic, traffic correlated characteristic, periphery monitoring station characteristic sum surrounding cities feature respectively;
A) meteorological correlated characteristic is forecast
Forecast that meteorological correlated characteristic mainly considers that website s counts forecast weather data (as temperature, humidity, the wind-force) impact on its following air quality of the past period from the moment to be predicted, statistics feature (as maximal value, extreme difference, mean value, median and variance etc.) is extracted to forecast weather data;
B) real-time weather correlated characteristic
Real-time weather correlated characteristic mainly considers that website s counts real time meteorological data (as temperature, humidity, the wind-force) impact on its following air quality of the past period from the moment to be predicted, extracts statistics feature (as maximal value, extreme difference, mean value, median and variance etc.) to real time meteorological data;
C) air pollutants correlated characteristic
Air pollutants correlated characteristic mainly considers that website s counts air pollutants data (CO, NO of the past period from the current moment 2, SO 2, O 3, PM 2.5, PM 10) impact on its following air quality, statistics feature (as maximal value, extreme difference, mean value, median and variance etc.) is extracted to air pollutants data;
D) traffic correlated characteristic
Traffic correlated characteristic mainly considers traffic (as speed per hour, the traffic congestion index etc.) impact on its following air quality of the n bar section the past period near website s, extracts statistics feature (as expectation, variance etc.) to each section speed per hour;
E) periphery monitoring station feature
Periphery measuring station point patterns F sconcrete extraction step be: count from current time, the air quality of each air quality monitoring stations point statistics feature in the past in l hour, as maximal value max i, extreme difference r i, mean value mean i, median median iand variance v i, i.e. F s={ max i, r i, mean i, median i, v i| 1≤i<num}, wherein num is the quantity that this urban air-quality detects website.
F) surrounding cities feature
First, given city C to be predicted, for each prefecture-level city P of China i, can P be obtained iwith the angle of Distance geometry on wind rose of C.Based on this Distance geometry angle, the surrounding cities Q={q of the air quality affecting C of must be able to attending the meeting according to the wind direction of current time C i| 1≤i≤count}, wherein count is the quantity of the surrounding cities affecting C air quality.
Surrounding cities feature F cconcrete extraction step be: count from current time, the air quality in each city of the periphery statistics feature in the past in l hour, as maximal value max i, extreme difference r i, mean value mean i, median median iand variance v i, i.e. F s={ max i, r i, mean i, median i, v i| 1≤i≤count}.
2) air quality of all samples forms flag sequence Y k={ Y j| 1≤j≤n}, (Y jrepresent sample x jair quality;
3) X kwith Y kcomposition M ktraining dataset (X k, Y k);
Step 3, repeats h step 2, obtains training dataset D={ (X k, Y k) | 1≤k≤h};
Step 4, by selecting different kernel function forms or arranging different parameters to a kernel function form, obtains core pond KP={kf s| (m represents core pond Kernel Function number to 1≤s≤m}, kf srepresent s kernel function in core pond), kernel function details are as shown in Figure 3.
The model training stage:
Step 1, based on the training dataset (X that pretreatment stage obtains k, Y k) and core pond KP, antithetical phrase model M k(primarily of SV k, Alpha kand Weights kcomposition) train:
1) train s monokaryon to return device by simple regression error minimization algorithm, obtain its support vector collection parameter set initialization with be sky; Then to data set X kin each sample
A) in order to solve data aging problem, in reducing with multiplying power element, namely as shown in formula (1):
Alpha s k = &psi; &times; Alpha s k - - - ( 1 )
Wherein, ψ is an adjustable parameter, 0 < ψ < 1;
B) based on the anticipation function of such as formula (2), s monokaryon can be obtained and return device to the predicted value of t sample
F s ( X k t ) = &Sigma; i = 1 t - 1 &alpha; i s kf s ( x i , SV s k ) - - - ( 2 )
&alpha; t s = &xi; &times; si g n ( Y t - f s ( X k t ) ) - - - ( 3 )
Wherein, represent that s monokaryon returns the weight of i-th support vector of device, calculated by formula (3), formula (1) upgrades; ξ represents an adjustable parameter; When time, SV s k = { SV s k &cup; t } , Alpha s k = { Alpha s k &cup; &alpha; t s } .
2) step 1 is repeated), obtain m monokaryon recurrence device with and then can obtain SV k = { SV s k | 1 &le; s &le; m } , Alpha k = { Alpha s k | 1 &le; s &le; m } ;
3) obtain by stochastic gradient descent algorithm the weight vectors collection Weights combining multinuclear k; Initialization Weights kfor m ties up null vector; To each data sample adopt the update rule as formula (4):
Weights k &LeftArrow; Weights k - &eta; &times; ( Y t - ( Weights k ) T f ( X k t ) ) f ( X k t ) - - - ( 4 )
Wherein, η is learning rate parameter, f (x)={ f s(x) | 1≤s≤m}, f s ( X k t ) = ( Alpha k ) T kf s ( X k t , SV k ) ;
Step 2, repeats h step 1, completes the training to h submodel;
Step 3, prediction of output model M={ M k| 1≤k≤h}.
Online part:
Online part is after obtaining multinuclear regression model, whenever having new data, according to these data by each submodel M k(1≤k≤h) on-line tuning is and forecast model M is before updated to the forecast model after adjustment forecast period is based on each submodel M kto future each moment p to be predicted (the interval hourage of moment p and current time is that k, 1≤k≤h, h represents prediction maximum magnitude, when by hour prediction, k and h is integer, and unit is hour) air quality predict, as shown in Figure 4.
Data preprocessing phase:
Step 1, each FIELD Data (as forecast weather data, real time meteorological data, traffic, air pollutants) that current time i newly inputs is alignd (namely with the unified each FIELD Data of a time and space unit), and data scrubbing (namely by the missing values in mean value replacement raw data and extremum), obtain data sample
Step 2, according to cleaned data sample and historical data sample, be submodel M kstructure adjustment data set:
1) 6 category features described in extraction form a training feature vector collection X ^ k = { X k i ^ | 1 &le; k &le; h } , X k i ^ = { F k p , F k m , F k a , F k t , F k s , F k c } ;
2) data sample corresponding air quality form flag sequence
3) with composition M kadjustment data set
Step 3, repeats h step 2, is adjusted data set the model adjusting stage:
Step 1, based on the adjustment data set that pretreatment stage obtains the core pond KP in part pretreatment stage step 4 is set up, by M with model kon-line tuning is (primarily of and composition):
1) adjust s monokaryon by simple regression error minimization algorithm and return device, namely upgrade its support vector collection be updated to by parameter set be updated to
First in order to solve data aging problem, in reducing with multiplying power element, namely Alpha s k = &psi; &times; Alpha s k ( 0 < &psi; < 1 ) ; Then can obtain according to formula (3) if time, SV s k ^ = { SV s k &cup; ( n + 1 ) } , Alpha s k ^ = { Alpha s k &cup; &alpha; n + 1 s } ;
2) Repeated m time step 1), obtains m monokaryon recurrence device with and then can obtain SV k ^ = { SV s k ^ | 1 &le; s &le; m } , Alpha k ^ = { Alpha s k ^ | 1 &le; s &le; m } ;
3) by the weight vectors collection Weights of stochastic gradient descent algorithm more Combination nova multinuclear kfor
Can be obtained by formula (4):
Weighs k ^ &LeftArrow; Weights k - &eta; &times; ( Y k ^ - ( Weights k ) T f ( X k ^ ) ) f ( X k ^ ) - - - ( 5 )
Wherein, η is learning rate parameter, f (x)={ f s(x) | 1≤s≤m}, f s ( X k ^ ) = ( Alpha k ^ ) T kf s ( X k ^ , SV k ^ ) ;
Step 2, repeats h step 1, completes the adjustment to h submodel, obtains forecast model M ^ = { M k ^ | 1 &le; k &le; h } ;
Step 3, is updated to the forecast model after adjustment by forecast model M before and data sample number n is updated to n+1.
Forecast period:
Step 1, based on forecast model the air quality in moment p to be predicted in future (wherein, the interval hourage of moment p and current time is k, 1≤k≤h) is predicted:
A) based on forecast weather data and the historical data of moment p, 6 category feature composition vectorial X to be predicted is extracted * k, X k * = { F k p , F k m , F k a , F k t , F k s , F k c } ;
B) by X * kforecast model is obtained as the model adjusting stage input, the predicted value Y of moment k to be predicted can be obtained * k, namely in formula (8)
F ( X k * ) = ( Weights k ) T f ( X k * ) - - - ( 8 )
Wherein, f (x)={ f s(x) | 1≤s≤m}, f s ( X k * ) = ( Alpha k ) T kf s ( X k * , SV k ) ;
Step 2, repeats h step 1, completes the prediction to the following h air quality of individual hour;
Step 3, prediction of output sequence Y *={ Y * k| 1≤k≤h}.
The know-why being specific embodiments of the invention and using described in above, if the change done according to conception of the present invention, its function produced do not exceed that instructions and accompanying drawing contain yet spiritual time, must protection scope of the present invention be belonged to.

Claims (7)

1., based on the city monitoring station Air Quality Forecast method that online multinuclear returns, it is characterized in that, comprise the steps:
(1) pre-service is carried out to history raw data and obtain historical data sample, obtain training dataset (X based on historical data sample k, Y k) and core pond KP;
(2) combined training data set (X k, Y k) and core pond KP to submodule M ktrain, prediction of output model M={ M k| 1≤k≤h};
(3) utilize real time new Monitoring Data to each submodel M k(1≤k≤h) is adjusted to and forecast model M is updated to the forecast model after adjustment
(4) based on forecast model to future, the air quality of each moment p to be predicted is predicted.
2. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1, is characterized in that, the history raw data of described step (1) comprises the meteorological correlated characteristic of forecast real-time weather correlated characteristic air pollutants correlated characteristic traffic correlated characteristic periphery monitoring station feature with surrounding cities feature
3. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1 and 2, it is characterized in that, described step (1) obtains training dataset (X k, Y k) and the method flow of core pond KP as follows:
1) alignment of data is carried out to history raw data, and complete data scrubbing with mean value replacement missing values and extremum, obtain historical data sample x={x j| 1≤j≤n}, wherein, n represents number of samples, x jit is the vector of the history raw data in jth hour and air quality composition in the past;
2) based on historical data sample, be submodel M kstructure training dataset:
2.1) feature composition training feature vector collection is extracted wherein X k j = { F k p , F k m , F k a , F k t , F k s , F k c } ;
2.2) air quality of all samples forms flag sequence Y k={ Y j| 1≤j≤n}, Y jrepresent sample x jmark; And obtain X kwith Y kcomposition M ktraining dataset (X k, Y k);
3) h step 2 is repeated), obtain training dataset D={ (X k, Y k) | 1≤k≤h}, wherein h represents the time range that prediction is maximum;
4) choose the individual different kernel function of m and form core pond KP={kf s| 1≤s≤m}, kf srepresent s kernel function in core pond.
4. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1, is characterized in that, the submodule M of described step (2) kdevice and weight vectors collection Weights is returned by m monokaryon kcomposition, wherein each monokaryon returns device by support vector collection parameter set form.
5. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1 or 4, it is characterized in that, the steps flow chart of described step (2) prediction of output model M is as follows:
I () trains s monokaryon to return device by simple regression error minimization algorithm, obtain support vector collection and parameter set
(ii) Repeated m time step (i), obtains the support vector collection that m monokaryon returns device and parameter set obtain submodel M ksupport vector collection parameter set Alpha k = { Alpha s k | 1 &le; s &le; m } ;
(iii) weight vectors collection Weights is obtained by stochastic gradient descent algorithm k;
(iv) repeat h step (i) to step (iii), complete the training to h submodel; Obtain and prediction of output model M={ M k| 1≤k≤h}.
6. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1, it is characterized in that, described step (3) obtains with the forecast model after adjustment the method that Methods and steps (2) used is used is identical.
7. a kind of city monitoring station Air Quality Forecast method returned based on online multinuclear according to claim 1, it is characterized in that: the air quality of described step (4) to each moment p to be predicted in future is predicted, if the interval hourage of moment p to be predicted and current time is k, 1≤k≤h, method is as follows:
(I) based on forecast weather data and the historical data of moment p, feature composition vectorial X to be predicted is extracted * k, X k * = { F k p , F k m , F k a , F k t , F k s , F k c } ;
(II) by X * kas forecast model input, obtain the predicted value Y of moment k to be predicted * k;
(III) repeat h step (I) to step (II), complete the prediction to the following h air quality of individual hour;
(IV) prediction of output sequence Y *={ Y * k| 1≤k≤h}.
CN201510645567.9A 2015-10-09 2015-10-09 City monitoring station air quality prediction method based on online multi-core regression Pending CN105243444A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510645567.9A CN105243444A (en) 2015-10-09 2015-10-09 City monitoring station air quality prediction method based on online multi-core regression

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510645567.9A CN105243444A (en) 2015-10-09 2015-10-09 City monitoring station air quality prediction method based on online multi-core regression

Publications (1)

Publication Number Publication Date
CN105243444A true CN105243444A (en) 2016-01-13

Family

ID=55041081

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510645567.9A Pending CN105243444A (en) 2015-10-09 2015-10-09 City monitoring station air quality prediction method based on online multi-core regression

Country Status (1)

Country Link
CN (1) CN105243444A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105740643A (en) * 2016-03-15 2016-07-06 杭州电子科技大学 Self-adaptive PM<2.5>concentration speculating method based on city region grid
CN106446226A (en) * 2016-09-30 2017-02-22 深圳市华傲数据技术有限公司 Weather information processing and displaying method and weather information processing and displaying system
CN107180152A (en) * 2016-03-09 2017-09-19 日本电气株式会社 Disease forecasting system and method
CN107194505A (en) * 2017-05-10 2017-09-22 华中科技大学 A kind of method and system that bus travel amount is predicted based on city big data
CN107423861A (en) * 2017-08-09 2017-12-01 北京工业大学 Air Quality Forecast method based on iterative learning
CN107527124A (en) * 2017-10-13 2017-12-29 众安信息技术服务有限公司 The method and apparatus for generating industry basic side combination forecasting
CN107943928A (en) * 2017-11-21 2018-04-20 清华大学 A kind of ozone concentration Forecasting Methodology and system based on space-time data statistical learning
CN107957598A (en) * 2017-12-16 2018-04-24 兰州大学 A kind of medium-term and long-term air pollution forecasting model of combination large scale weather system index
CN108036480A (en) * 2017-12-06 2018-05-15 成都猴子软件有限公司 Haze system based on technology of Internet of things
CN108537383A (en) * 2018-04-09 2018-09-14 山东建筑大学 A kind of room air prediction technique based on Model Fusion
CN108537336A (en) * 2018-03-26 2018-09-14 上海电力学院 A kind of Air Quality Forecast method based on deep neural network
CN108701274A (en) * 2017-05-24 2018-10-23 北京质享科技有限公司 A kind of small scale air quality index prediction technique in city and system
CN109063908A (en) * 2018-07-30 2018-12-21 浙江鸿程计算机系统有限公司 A kind of city AQI prediction and space fine granularity AQI hierarchical estimation method based on depth multi-task learning
CN110210681A (en) * 2019-06-11 2019-09-06 西安电子科技大学 A kind of prediction technique of the monitoring station PM2.5 value based on distance
CN110209992A (en) * 2019-05-24 2019-09-06 西北工业大学 A kind of perceived position selection method based on space and cross-domain correlation
CN110414027A (en) * 2019-01-02 2019-11-05 徐宇迪 A kind of data processing method suitable for flood forecasting system
CN113017634A (en) * 2021-03-22 2021-06-25 Oppo广东移动通信有限公司 Emotion evaluation method, emotion evaluation device, electronic device and computer-readable storage medium
CN116148951A (en) * 2023-02-23 2023-05-23 中科三清科技有限公司 Training method, forecasting method and device for air target pollutant component forecasting model

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1963847A (en) * 2005-11-07 2007-05-16 同济大学 Method for forecasting reaching station of bus
CN102542167A (en) * 2011-12-31 2012-07-04 东北电力大学 Wind-speed time series forecasting method for wind power station
CN102890866A (en) * 2012-09-17 2013-01-23 上海交通大学 Traffic flow speed estimation method based on multi-core support vector regression machine
CN104156422A (en) * 2014-08-06 2014-11-19 辽宁工程技术大学 Gas concentration real-time prediction method based on dynamic neural network
CN104392119A (en) * 2014-11-13 2015-03-04 成都新核中创信息科技有限公司 Multiphase support vector regression-based seismic wave crest and trough modeling method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1963847A (en) * 2005-11-07 2007-05-16 同济大学 Method for forecasting reaching station of bus
CN102542167A (en) * 2011-12-31 2012-07-04 东北电力大学 Wind-speed time series forecasting method for wind power station
CN102890866A (en) * 2012-09-17 2013-01-23 上海交通大学 Traffic flow speed estimation method based on multi-core support vector regression machine
CN104156422A (en) * 2014-08-06 2014-11-19 辽宁工程技术大学 Gas concentration real-time prediction method based on dynamic neural network
CN104392119A (en) * 2014-11-13 2015-03-04 成都新核中创信息科技有限公司 Multiphase support vector regression-based seismic wave crest and trough modeling method

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107180152A (en) * 2016-03-09 2017-09-19 日本电气株式会社 Disease forecasting system and method
CN105740643B (en) * 2016-03-15 2018-08-07 杭州电子科技大学 A kind of PM based on urban area mesh adaption2.5Concentration estimation method
CN105740643A (en) * 2016-03-15 2016-07-06 杭州电子科技大学 Self-adaptive PM<2.5>concentration speculating method based on city region grid
CN106446226A (en) * 2016-09-30 2017-02-22 深圳市华傲数据技术有限公司 Weather information processing and displaying method and weather information processing and displaying system
CN106446226B (en) * 2016-09-30 2020-07-17 深圳市华傲数据技术有限公司 Method and system for processing and displaying meteorological information
CN107194505A (en) * 2017-05-10 2017-09-22 华中科技大学 A kind of method and system that bus travel amount is predicted based on city big data
CN107194505B (en) * 2017-05-10 2020-05-19 华中科技大学 Method and system for predicting bus traffic based on urban big data
CN108701274A (en) * 2017-05-24 2018-10-23 北京质享科技有限公司 A kind of small scale air quality index prediction technique in city and system
CN108701274B (en) * 2017-05-24 2021-10-08 北京质享科技有限公司 Urban small-scale air quality index prediction method and system
CN107423861A (en) * 2017-08-09 2017-12-01 北京工业大学 Air Quality Forecast method based on iterative learning
CN107527124A (en) * 2017-10-13 2017-12-29 众安信息技术服务有限公司 The method and apparatus for generating industry basic side combination forecasting
CN107943928A (en) * 2017-11-21 2018-04-20 清华大学 A kind of ozone concentration Forecasting Methodology and system based on space-time data statistical learning
CN107943928B (en) * 2017-11-21 2018-10-30 清华大学 A kind of ozone concentration prediction technique and system based on space-time data statistical learning
CN108036480A (en) * 2017-12-06 2018-05-15 成都猴子软件有限公司 Haze system based on technology of Internet of things
CN107957598A (en) * 2017-12-16 2018-04-24 兰州大学 A kind of medium-term and long-term air pollution forecasting model of combination large scale weather system index
CN108537336A (en) * 2018-03-26 2018-09-14 上海电力学院 A kind of Air Quality Forecast method based on deep neural network
CN108537336B (en) * 2018-03-26 2021-07-20 上海电力学院 Air quality prediction method based on deep neural network
CN108537383A (en) * 2018-04-09 2018-09-14 山东建筑大学 A kind of room air prediction technique based on Model Fusion
CN109063908B (en) * 2018-07-30 2020-10-27 浙江鸿程计算机系统有限公司 Urban AQI prediction and spatial fine-grained AQI grade estimation method based on deep multi-task learning
CN109063908A (en) * 2018-07-30 2018-12-21 浙江鸿程计算机系统有限公司 A kind of city AQI prediction and space fine granularity AQI hierarchical estimation method based on depth multi-task learning
CN110414027A (en) * 2019-01-02 2019-11-05 徐宇迪 A kind of data processing method suitable for flood forecasting system
CN110209992A (en) * 2019-05-24 2019-09-06 西北工业大学 A kind of perceived position selection method based on space and cross-domain correlation
CN110210681A (en) * 2019-06-11 2019-09-06 西安电子科技大学 A kind of prediction technique of the monitoring station PM2.5 value based on distance
CN113017634A (en) * 2021-03-22 2021-06-25 Oppo广东移动通信有限公司 Emotion evaluation method, emotion evaluation device, electronic device and computer-readable storage medium
CN116148951A (en) * 2023-02-23 2023-05-23 中科三清科技有限公司 Training method, forecasting method and device for air target pollutant component forecasting model
CN116148951B (en) * 2023-02-23 2023-08-25 中科三清科技有限公司 Training method, forecasting method and device for air target pollutant component forecasting model

Similar Documents

Publication Publication Date Title
CN105243444A (en) City monitoring station air quality prediction method based on online multi-core regression
Chen et al. Fengwu: Pushing the skillful global medium-range weather forecast beyond 10 days lead
CN107703564B (en) Rainfall prediction method and system and electronic equipment
Sun et al. Development of emissions inventory and identification of sources for priority control in the middle reaches of Yangtze River Urban Agglomerations
CN102254239A (en) Power grid wind damage early warning system based on micro-landform wind field distribution and typhoon superimposed effect
Ma et al. Prediction of outdoor air temperature and humidity using Xgboost
CN103679263A (en) Thunder and lightning approach forecasting method based on particle swarm support vector machine
CN104933483A (en) Wind power forecasting method dividing based on weather process
CN104200104A (en) Fine granularity air pollutant concentration area estimation method based on spatial characteristics
CN105740643A (en) Self-adaptive PM&lt;2.5&gt;concentration speculating method based on city region grid
CN104463358A (en) Small hydropower station power generation capacity predicating method combining coupling partial mutual information and CFS ensemble forecast
CN102479347A (en) Method and system for forecasting short-term wind speed of wind farm based on data driving
CN106228030A (en) A kind of fine granulation self study integrated prediction method based on wavelet transformation
CN105279576A (en) Wind speed forecasting method
CN109685249A (en) Air PM2.5 concentration prediction method based on AutoEncoder and BiLSTM fused neural network
CN104834944A (en) Cooperative training-based city region air quality estimation method
Zhou et al. WRF model for precipitation simulation and its application in real-time flood forecasting in the Jinshajiang River Basin, China
Wang et al. A hybrid ensemble learning model for short-term solar irradiance forecasting using historical observations and sky images
CN110147908A (en) A kind of wind power forecasting method based on three-dimensional optimal similarity and improvement cuckoo algorithm
Moustris et al. Wind power forecasting using historical data and artificial neural networks modeling
CN103729803A (en) Hydropower station rolling medium-term rolling scheduling method with CFS ensemble forecasting product used
CN103473476B (en) The wind energy resources projectional technique of wind data is surveyed based on several anemometer towers in region
Özen et al. Short term wind speed forecast by using long short term memory
Dong et al. Projections of offshore wind energy and wave climate in Guangdong’s nearshore area using CMIP6 simulations
Branković et al. Downscaling of ECMWF ensemble forecasts for cases of severe weather: Ensemble statistics and cluster analysis

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160113

WD01 Invention patent application deemed withdrawn after publication