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...

ver descrição completa

Detalhes bibliográficos
Autor principal: Nisar Nur Nasreen
Outros Autores: Wong Kin Shun, Terence
Formato: Final Year Project (FYP)
Idioma:English
Publicado em: Nanyang Technological University 2021
Assuntos:
Acesso em linha:https://hdl.handle.net/10356/154128
Descrição
Resumo: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.