Related Experiment Video
Updated: Aug 16, 2025

05:45
Composition and Distribution Analysis of Bioaerosols Under Different Environmental Conditions
Published on: January 7, 2019
10.7K
Machine learning methods to predict particulate matter PM 2.5
Naveen Palanichamy1, Su-Cheng Haw1, Subramanian S2
1Faculty of Computing and Informatics, Multimedia University, Cyberjaya, Selangor, 63100, Malaysia.
F1000Research
|December 19, 2022
Summary
The Random Forest (RF) machine learning model achieved 97.7% accuracy in predicting fine particulate matter (PM2.5) concentrations in Malaysian smart cities. This study highlights RF
Area of Science:
- Environmental Science
- Computer Science
- Data Science
Background:
- Urban air pollution, particularly fine particulate matter (PM2.5), poses significant health risks globally, exacerbating conditions like asthma and cardiovascular disease.
- In Malaysia, research on machine learning for PM2.5 prediction is less developed compared to other air pollutants.
- Accurate air quality monitoring is crucial for public health and environmental management.
Purpose of the Study:
- To address the research gap in PM2.5 prediction in Malaysian smart cities using machine learning.
- To compare the effectiveness of different supervised machine learning techniques for forecasting PM2.5 concentrations.
- To identify the optimal model for accurate PM2.5 prediction to mitigate adverse health effects.
Main Methods:
- Utilized Malaysian air quality datasets from 2017-2018 for PM2.5 forecasting.
- Applied data preprocessing techniques including cleaning and normalization.
- Extracted informative features focusing on location and time, then trained Random Forest (RF), Artificial Neural Network (ANN), and Long Short-Term Memory (LSTM) models.
Main Results:
- The Random Forest (RF) model demonstrated superior performance, achieving an accuracy of 97.7%.
- Artificial Neural Network (ANN) and Long Short-Term Memory (LSTM) models achieved lower accuracies of 61.14% and 61.77%, respectively.
- RF's effectiveness was attributed to its ability to learn from random samples using decision trees with maximum voting for predictions.
Conclusions:
- Random Forest (RF) is the most effective supervised machine learning model for predicting PM2.5 concentrations in Malaysian smart cities among the tested algorithms.
- The study successfully identified a high-accuracy model for PM2.5 forecasting, contributing to better air quality management.
- Further research could explore additional features or advanced ML techniques for even more precise air pollution prediction.
Related Concept Videos
Mechanistic Models: Compartment Models in Individual and Population Analysis
75
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least...
75
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
95
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
95

