Data driven air pollution forecast for SO2 and PM10 atmospheric pollutants

The project explores the use of machine learning approach to develop a model to predict the next day air quality based on the concentration of sulfur dioxide(SO2) and particulate matter(PM10) in the previous few days. The data source is the Hong Kong government environmental protection department (E...

全面介绍

书目详细资料
主要作者: Nisar Nur Nasreen
其他作者: Wong Kin Shun, Terence
格式: Final Year Project (FYP)
语言:English
出版: Nanyang Technological University 2021
主题:
在线阅读:https://hdl.handle.net/10356/154128
实物特征
总结:The project explores the use of machine learning approach to develop a model to predict the next day air quality based on the concentration of sulfur dioxide(SO2) and particulate matter(PM10) in the previous few days. The data source is the Hong Kong government environmental protection department (EPD) website. The data from the EPD is used to train a machine learning model to recognise the days with high pollutant levels. After training, the machine learning model will be tested by making forecasts using the new measured pollutant data. The sci-kit learn module was used.