• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

通过对机器学习、深度学习和统计模型的比较分析来检验每日一氧化碳排放量预测。

An examination of daily CO emissions prediction through a comparative analysis of machine learning, deep learning, and statistical models.

作者信息

Ajala Adewole Adetoro, Adeoye Oluwatosin Lawrence, Salami Olawale Moshood, Jimoh Ayoola Yusuf

机构信息

Centre of Excellence for Data Science Artificial Intelligence & Modelling (DAIM), University of Hull, HU6 7RX, Hull, United Kingdom.

Research Division, Stalwart Ventures LLC, 5719 Cedonia Avenue, Suite F, Baltimore, MD, 21206, USA.

出版信息

Environ Sci Pollut Res Int. 2025 Jan;32(5):2510-2535. doi: 10.1007/s11356-024-35764-8. Epub 2025 Jan 13.

DOI:10.1007/s11356-024-35764-8
PMID:39800837
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC11802685/
Abstract

Human-induced global warming, primarily attributed to the rise in atmospheric CO, poses a substantial risk to the survival of humanity. While most research focuses on predicting annual CO emissions, which are crucial for setting long-term emission mitigation targets, the precise prediction of daily CO emissions is equally vital for setting short-term targets. This study examines the performance of 14 models in predicting daily CO emissions data from 1/1/2022 to 30/9/2023 across the top four polluting regions (China, India, the USA, and the EU27&UK). The 14 models used in the study include four statistical models (ARMA, ARIMA, SARMA, and SARIMA), three machine learning models (support vector machine (SVM), random forest (RF), and gradient boosting (GB)), and seven deep learning models (artificial neural network (ANN), recurrent neural network variations such as gated recurrent unit (GRU), long short-term memory (LSTM), bidirectional-LSTM (BILSTM), and three hybrid combinations of CNN-RNN). Performance evaluation employs four metrics (R, MAE, RMSE, and MAPE). The results show that the machine learning (ML) and deep learning (DL) models, with higher R (0.714-0.932) and lower RMSE (0.480-0.247) values, respectively, outperformed the statistical model, which had R (- 0.060-0.719) and RMSE (1.695-0.537) values, in predicting daily CO emissions across all four regions. The performance of the ML and DL models was further enhanced by differencing, a technique that improves accuracy by ensuring stationarity and creating additional features and patterns from which the model can learn. Additionally, applying ensemble techniques such as bagging and voting improved the performance of the ML models by approximately 9.6%, whereas hybrid combinations of CNN-RNN enhanced the performance of the RNN models. In summary, the performance of both the ML and DL models was relatively similar. However, due to the high computational requirements associated with DL models, the recommended models for daily CO emission prediction are ML models using the ensemble technique of voting and bagging. This model can assist in accurately forecasting daily emissions, aiding authorities in setting targets for CO emission reduction.

摘要

人为导致的全球变暖主要归因于大气中二氧化碳的增加,这对人类的生存构成了重大风险。虽然大多数研究集中在预测年度二氧化碳排放量上,这对于设定长期减排目标至关重要,但精确预测每日二氧化碳排放量对于设定短期目标同样至关重要。本研究考察了14种模型在预测2022年1月1日至2023年9月30日期间前四大污染地区(中国、印度、美国以及欧盟27国和英国)每日二氧化碳排放数据方面的表现。该研究中使用的14种模型包括四种统计模型(自回归滑动平均模型(ARMA)、自回归积分滑动平均模型(ARIMA)、季节性自回归滑动平均模型(SARMA)和季节性自回归积分滑动平均模型(SARIMA))、三种机器学习模型(支持向量机(SVM)、随机森林(RF)和梯度提升(GB))以及七种深度学习模型(人工神经网络(ANN)、门控循环单元(GRU)、长短期记忆网络(LSTM)、双向长短期记忆网络(BILSTM)等循环神经网络变体,以及卷积神经网络-循环神经网络(CNN-RNN)的三种混合组合)。性能评估采用四个指标(相关系数R、平均绝对误差MAE、均方根误差RMSE和平均绝对百分比误差MAPE)。结果表明,机器学习(ML)和深度学习(DL)模型在预测所有四个地区的每日二氧化碳排放量方面表现优于统计模型,它们的R值较高(0.714 - 0.932),RMSE值较低(0.480 - 0.247),而统计模型的R值为(-0.060 - 0.719),RMSE值为(1.695 - 0.537)。差分技术进一步提高了ML和DL模型的性能,该技术通过确保平稳性并创建模型可以从中学习的额外特征和模式来提高准确性。此外,应用诸如装袋和投票等集成技术使ML模型的性能提高了约9.6%,而CNN-RNN的混合组合提高了循环神经网络模型的性能。总之,ML和DL模型的性能相对相似。然而,由于DL模型的高计算要求,推荐用于每日二氧化碳排放预测的模型是使用投票和装袋集成技术的ML模型。该模型可以帮助准确预测每日排放量,协助当局设定二氧化碳减排目标。

https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/da5ee56042af/11356_2024_35764_Fig11_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/98132c4bdfc5/11356_2024_35764_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/e721dc17b085/11356_2024_35764_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/e6b1c0ef8f1c/11356_2024_35764_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/9813bb612c3d/11356_2024_35764_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/b669b74be997/11356_2024_35764_Fig5_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/21beb018ec4d/11356_2024_35764_Fig6_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/d453420ebaaa/11356_2024_35764_Fig7_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/9c70e384f605/11356_2024_35764_Fig8_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/f9f1bb37aa2d/11356_2024_35764_Fig9_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/bdf683ab9965/11356_2024_35764_Fig10_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/da5ee56042af/11356_2024_35764_Fig11_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/98132c4bdfc5/11356_2024_35764_Fig1_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/e721dc17b085/11356_2024_35764_Fig2_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/e6b1c0ef8f1c/11356_2024_35764_Fig3_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/9813bb612c3d/11356_2024_35764_Fig4_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/b669b74be997/11356_2024_35764_Fig5_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/21beb018ec4d/11356_2024_35764_Fig6_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/d453420ebaaa/11356_2024_35764_Fig7_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/9c70e384f605/11356_2024_35764_Fig8_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/f9f1bb37aa2d/11356_2024_35764_Fig9_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/bdf683ab9965/11356_2024_35764_Fig10_HTML.jpg
https://cdn.ncbi.nlm.nih.gov/pmc/blobs/223a/11802685/da5ee56042af/11356_2024_35764_Fig11_HTML.jpg

相似文献

1
An examination of daily CO emissions prediction through a comparative analysis of machine learning, deep learning, and statistical models.通过对机器学习、深度学习和统计模型的比较分析来检验每日一氧化碳排放量预测。
Environ Sci Pollut Res Int. 2025 Jan;32(5):2510-2535. doi: 10.1007/s11356-024-35764-8. Epub 2025 Jan 13.
2
A comparative study of statistical and machine learning models on carbon dioxide emissions prediction of China.中国二氧化碳排放预测的统计和机器学习模型比较研究。
Environ Sci Pollut Res Int. 2023 Nov;30(55):117485-117502. doi: 10.1007/s11356-023-30428-5. Epub 2023 Oct 23.
3
Machine learning for air quality index (AQI) forecasting: shallow learning or deep learning?机器学习在空气质量指数 (AQI) 预测中的应用:浅层学习还是深度学习?
Environ Sci Pollut Res Int. 2024 Nov;31(54):62962-62982. doi: 10.1007/s11356-024-35404-1. Epub 2024 Oct 28.
4
Predicting carbon dioxide emissions in the United States of America using machine learning algorithms.使用机器学习算法预测美国的二氧化碳排放量。
Environ Sci Pollut Res Int. 2024 May;31(23):33685-33707. doi: 10.1007/s11356-024-33460-1. Epub 2024 Apr 30.
5
Time series forecasting of new cases and new deaths rate for COVID-19 using deep learning methods.使用深度学习方法对COVID-19的新增病例和新增死亡率进行时间序列预测。
Results Phys. 2021 Aug;27:104495. doi: 10.1016/j.rinp.2021.104495. Epub 2021 Jun 26.
6
Machine learning-based time series models for effective CO emission prediction in India.基于机器学习的印度 CO 排放有效预测时间序列模型。
Environ Sci Pollut Res Int. 2023 Nov;30(55):116601-116616. doi: 10.1007/s11356-022-21723-8. Epub 2022 Jul 2.
7
Forecasting CO emissions of fuel vehicles for an ecological world using ensemble learning, machine learning, and deep learning models.使用集成学习、机器学习和深度学习模型预测生态环境下燃油汽车的一氧化碳排放量。
PeerJ Comput Sci. 2024 Aug 7;10:e2234. doi: 10.7717/peerj-cs.2234. eCollection 2024.
8
Predicting rainfall using machine learning, deep learning, and time series models across an altitudinal gradient in the North-Western Himalayas.利用机器学习、深度学习和时间序列模型预测喜马拉雅西北部沿海拔梯度的降雨情况。
Sci Rep. 2024 Nov 13;14(1):27876. doi: 10.1038/s41598-024-77687-x.
9
Forecasting and analyzing influenza activity in Hebei Province, China, using a CNN-LSTM hybrid model.利用 CNN-LSTM 混合模型预测和分析中国河北省的流感活动。
BMC Public Health. 2024 Aug 12;24(1):2171. doi: 10.1186/s12889-024-19590-8.
10
Evaluating Machine Learning and Deep Learning models for predicting Wind Turbine power output from environmental factors.评估用于根据环境因素预测风力涡轮机功率输出的机器学习和深度学习模型。
PLoS One. 2025 Jan 23;20(1):e0317619. doi: 10.1371/journal.pone.0317619. eCollection 2025.

引用本文的文献

1
Climate change prediction in Saudi Arabia using a CNN GRU LSTM hybrid deep learning model in al Qassim region.使用CNN-GRU-LSTM混合深度学习模型对沙特阿拉伯卡西姆地区的气候变化进行预测
Sci Rep. 2025 May 10;15(1):16275. doi: 10.1038/s41598-025-00607-0.

本文引用的文献

1
Towards greener futures: SVR-based CO prediction model boosted by SCMSSA algorithm.迈向更绿色的未来:基于支持向量回归(SVR)的一氧化碳(CO)预测模型由SCMSSA算法增强。
Heliyon. 2024 May 22;10(11):e31766. doi: 10.1016/j.heliyon.2024.e31766. eCollection 2024 Jun 15.
2
A comparative study of statistical and machine learning models on carbon dioxide emissions prediction of China.中国二氧化碳排放预测的统计和机器学习模型比较研究。
Environ Sci Pollut Res Int. 2023 Nov;30(55):117485-117502. doi: 10.1007/s11356-023-30428-5. Epub 2023 Oct 23.
3
The trilemma among CO emissions, energy use, and economic growth in Russia.
俄罗斯的 CO 排放、能源利用和经济增长之间的三难困境。
Sci Rep. 2023 Jun 23;13(1):10225. doi: 10.1038/s41598-023-37251-5.
4
Use of random forest based on the effects of urban governance elements to forecast CO emissions in Chinese cities.基于城市治理要素影响的随机森林法在中国城市一氧化碳排放预测中的应用。
Heliyon. 2023 Jun 1;9(6):e16693. doi: 10.1016/j.heliyon.2023.e16693. eCollection 2023 Jun.
5
A daily carbon emission prediction model combining two-stage feature selection and optimized extreme learning machine.一种结合两阶段特征选择和优化极限学习机的日碳排放预测模型。
Environ Sci Pollut Res Int. 2022 Dec;29(58):87983-87997. doi: 10.1007/s11356-022-21277-9. Epub 2022 Jul 12.
6
Machine learning-based time series models for effective CO emission prediction in India.基于机器学习的印度 CO 排放有效预测时间序列模型。
Environ Sci Pollut Res Int. 2023 Nov;30(55):116601-116616. doi: 10.1007/s11356-022-21723-8. Epub 2022 Jul 2.
7
How do climatic change, cereal crops and livestock production interact with carbon emissions? Updated evidence from China.气候变化、谷物作物和畜牧业生产如何与碳排放相互作用?来自中国的最新证据。
Environ Sci Pollut Res Int. 2021 Jun;28(24):30702-30713. doi: 10.1007/s11356-021-12948-0. Epub 2021 Feb 16.
8
Drivers of improved PM air quality in China from 2013 to 2017.2013 年至 2017 年中国改善 PM 空气质量的驱动因素。
Proc Natl Acad Sci U S A. 2019 Dec 3;116(49):24463-24469. doi: 10.1073/pnas.1907956116. Epub 2019 Nov 18.
9
Regional carbon emission evolution mechanism and its prediction approach: a case study of Hebei, China.区域碳排放演化机制及其预测方法——以中国河北省为例。
Environ Sci Pollut Res Int. 2019 Oct;26(28):28884-28897. doi: 10.1007/s11356-019-06021-0. Epub 2019 Aug 5.
10
Deep learning in neural networks: an overview.神经网络中的深度学习:综述。
Neural Netw. 2015 Jan;61:85-117. doi: 10.1016/j.neunet.2014.09.003. Epub 2014 Oct 13.