Enhanced Artificial Neural Networks Using QHAdamW in Air Quality Forecasting Researchers in the Philippines developed QHAdamW, a modified optimizer combining Quasi-Hyperbolic Momentum (QHAdam) and Adam with decoupled weight decay (AdamW), to train an artificial neural network for air quality forecasting. The model, which predicts PM2.5 and PM10 AQI using data from a real-time station in Manila, achieved lower error values and a regression coefficient near 1, improving accuracy over the standard Adam optimizer. The tool is intended to support the Department of Environment and Natural Resources-Environmental Monitoring Bureau (DENR-EMB) in air quality management. arXiv:2608.21463v1 Announce Type: new Abstract: The study employed an Artificial Neural Network in combination with the optimized Adaptive Moment Estimation Adam algorithm, currently the only AQI forecasting model available in the Philippines. The modified QHAdamW - Quasi-Hyperbolic Momentum QHAdam and Adam with decoupled weight decay AdamW were both extensions of the Adam optimizer, and both offer unique advantages for training ANN. The proposed QHAdamW optimizer addresses the issues on convergence, generalization, and forecasting performance of Adam. Hyperparameter tuning results revealed that 0.01 and 0.001 were the most effective optimal values for the generalization performance of QHAdamW. The comparative analysis results using seven evaluation metrics revealed that the error value range is lower, and the regression coefficient, having a value approximately equal to 1, improved the model accuracy performance. Likewise, the model converges to a satisfactory level of performance with the convergence performance results of lower loss values as obtained from training and validation losses. Based on data from a real-time air quality tracking station in Manila, a feed-forward neural network is used to predict the AQI of PM2.5 and PM10 separately. This model can be used to forecast Particulate Matter PM , to help the Department of Environment and Natural Resources-Environmental Monitoring Bureau DENR-EMB implement a comprehensive air quality management.