Abstract Previous research on predicting automotive response in antilock braking systems faced several common drawbacks. Limited availability of high-quality datasets and computational constraints hindered the models' ability to generalize and perform effectively in real-time. Additionally, integrating these models into existing vehicle systems is challenging, often requiring extensive calibration and testing to ensure reliability and safety. This study focuses on enhancing automotive safety through the integration of machine learning with advanced braking systems. An antilock braking system model is developed using MATLAB, accounting for key parameters such as speed, mass, wheel radius, and moment of inertia. Various probability ranges are simulated to evaluate the system's real-time response in dynamic environments. A supervised machine learning approach is applied, with lasso regression used for model validation. Braking response was evaluated at three speeds: 25 km/h, 45 km/h, and 65 km/h. To assess model accuracy, error analysis was conducted using metrics such as mean absolute percentage error (MAPE), mean absolute error (MAE), root mean squared error (RMSE), and mean squared error (MSE). Results showed a significant improvement in prediction accuracy, with MAPE reduced to 3.2%, MAE to 0.15 seconds, RMSE to 0.25 seconds, and MSE to 0.06 seconds.A comparative analysis is done using the Python Jupyter Framework, further validating the findings. The machine learning model successfully forecasts braking response times, and validates its prediction against random datasets.
Read full abstract