机器学习的应用用于预测轻型车辆的CO2排放
Jeffrey Udoh1, Joan Lu1, Qiang Xu1
1Department of Computer Science, School of Computing and Engineering, University of Huddersfield, Queensgate, Huddersfield HD1 3DH, UK.
Sensors (Basel, Switzerland)
|January 8, 2025
概括
机器学习使用全球协调轻型车辆测试程序数据准确预测车辆的二氧化碳排放. 一个决策树模型实现了高准确度,使得可以做出明智的决定来减少运输中的温室气体排放.
科学领域:
- 环境科学 环境科学
- 运输工程 运输工程
- 数据科学数据科学数据科学
背景情况:
- 运输产生的温室气体 (GHG) 排放对气候变化作出了重大贡献.
- 车辆排放测试对于监管合规和环境保护至关重要.
- 全球协调轻型车辆测试程序 (WLTP) 是测量轻型车辆排放量的全球标准.
研究的目的:
- 开发轻型车辆二氧化碳排放的准确预测模型.
- 利用机器学习进行增强的车辆排放分析.
- 支持明智决策,减少与运输相关的温室气体排放.
主要方法:
- 由英国车辆认证局 (VCA) 收集的使用车辆排放数据.
- 训练和评估六个回归机器学习模型来预测二氧化碳排放.
- 实施了决策树回归模型,以提高其精度.
主要成果:
- 决策树回归模型显示了最高的准确性,平均绝对误差 (MAE) 为2.20%,平均绝对百分比误差 (MAPE) 为1.69%.
- 开发了一个网络应用程序,用于实时估计二氧化碳排放量.
- 该模型基于WLTP数据有效预测二氧化碳排放.
结论:
- 机器学习和人工智能方法是促进交通部门可持续发展的有效工具.
- 准确的二氧化碳排放预测有助于制定有针对性的温室气体减排战略.
- 开发的应用程序使用户能够根据环境利益做出明智的选择.
相关概念视频
Regression Analysis
5.6K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.6K
Multiple Regression
2.9K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
2.9K
Prediction Intervals
2.2K
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.2K
Calibration Curves: Linear Least Squares
1.2K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
1.2K
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Correlation and Regression
1.2K
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a...
1.2K


