ACCIDENT SEVERITY PREDICTION FOR ROAD TRANSPORTATION SYSTEM USING MACHINE LEARNING
Abstract
Road accidents constitute some of the most horrifying experience one can have and can sometimes leave an indelible mark on victims for the rest of their life. The constant occurrence of accidents involving cars and collisions is an immediate consequence of road conditions, related environmental factors, and the carelessness of drivers involved. Professionals and agencies can utilize accident severity prediction models to obtain insight into the factors influencing road traffic incidents, and this can help predict the degree of severity of traffic accidents. Machine learning algorithms can be used to determine accident trends and predict cases of fatalities, major injuries, or minor injuries. The aim is to provide a method for predicting the degree of severity caused by a traffic accident using a ML algorithm. We created a prediction model using support vector machine (SVM). Road traffic accident (RTA) datasets obtained from the Kaggle website served as the data in the experiment. The artificial neural network was designed with the decay concept in mind, which penalizes the model to acquire knowledge from larger weights and forces it to learn from smaller weights, leading to a simpler architecture. The fine-tuned hyperparameter variables enhanced the classification results and assisted in minimizing the model's complexity with the aid of the penalty term. The SVM yielded a recommendable result of at 89.0% efficiency which shows that the model performed excellently as expected