Air quality health index prediction based on hybrid CNN+LSTM model

With increasing concerns about urban sustainability, air pollution prediction based on environmental monitoring data variables has become more important, providing a reference for industry and people's daily lives. This project aims to develop a supervised model to predict Air Quality Health In...

Full description

Saved in:
Bibliographic Details
Main Author: Zhang, Shilin
Other Authors: Wong Kin Shun, Terence
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2022
Subjects:
Online Access:https://hdl.handle.net/10356/157953
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:With increasing concerns about urban sustainability, air pollution prediction based on environmental monitoring data variables has become more important, providing a reference for industry and people's daily lives. This project aims to develop a supervised model to predict Air Quality Health Index (AQHI) by using actual sensor data and transferring this model between different administrative regions(stations). The model can also be used to predict other air pollutants. This project used a combination of convolution neural network (CNN) and the long short-term memory neural network (LSTM) model to predict the AQHI at multiple locations in the city. The model can predict the data of the next day based on the data of the past seven days or the data of the next hour based on the data of past 24 hours. This project is implemented on the data of Air Quality Health Index (AQHI), Fine Suspended Particulates (FSP), Sulphur Dioxide (SO2), Nitrogen dioxide (NO2), and Respirable Suspended Particulates (RSP) in central and western Hong Kong. The whole model construction process includes adding a CNN layer to the standard LSTM model to extract data features, comparing univariate input and multivariate input, adjusting the data period from daily to hourly, and adjusting the hyperparameters. The source is open data from the Hong Kong Environmental Protection Department (EPD) website. In transfer learning, transfer the network weights of source station to the training model of target station. A Graphical User Interface (GUI) facilitates prediction using the model.