THESIS
2021
1 online resource (xiii, 46 pages) : illustrations (chiefly color)
Abstract
As the air pollution problems are becoming more and more severe, researchers and engineers
proposed many works recently. We designed and implemented GreenEyes, an air
pollution evaluation system based on WaveNet. We creatively stacked several WaveNet
blocks together and made use of Attention and LSTM. Our model aims to solve time series
forecasting problems in air pollution level evaluations.
In our evaluation system, the model’s goal is to predict the trend of air pollution levels
appropriately. For model training, we collected data from four PM2.5 sensors of the
same type. And we applied polygonization processing to the target IAQI level. Our experiments
showed that our model fits the target well. Moreover, we compare our model’s
fitting performance given only one channel of data and...[
Read more ]
As the air pollution problems are becoming more and more severe, researchers and engineers
proposed many works recently. We designed and implemented GreenEyes, an air
pollution evaluation system based on WaveNet. We creatively stacked several WaveNet
blocks together and made use of Attention and LSTM. Our model aims to solve time series
forecasting problems in air pollution level evaluations.
In our evaluation system, the model’s goal is to predict the trend of air pollution levels
appropriately. For model training, we collected data from four PM2.5 sensors of the
same type. And we applied polygonization processing to the target IAQI level. Our experiments
showed that our model fits the target well. Moreover, we compare our model’s
fitting performance given only one channel of data and all four channels’ data. The results
show that the model performs better with more data, but it will also cost more time
to learn.
GreenEyes is also a universal model with much potential. It shows great outcomes
in the time series fitting problems in our air pollution evaluation system. We think it
is also very potential for other applications such as weather forecasting and earthquake predicting.
Finally, by distributing our GreenEyes model to our air pollution evaluation system,
building an end-to-end AIoT system, which has functions like data collecting, evaluating, and giving feedback, is possible.
Post a Comment