A major problem in today’s transportation systems is driving behavior, since there are growing worries concerning ensuring the safety of motorists, passengers, and other road users. Deep learning algorithms can classify people based on their driving behaviors and identify driving trends from sensor data. This paper presents a novel model based on a driving behavior dataset gathered from cellphones for detecting and classifying aggressive driving. The model uses a hyper-deep learning model to create a prediction model that classifies drivers into three groups: normal, slow, and aggressive. The system starts with pre-processing methods normalization and standard scaler approaches to prepare the data. Two methodologies are used: directly entering the data into the deep model to classify driving behavior and selecting features using principal component analysis (PCA), singular value decomposition (SVD), and mutual information (MI). The hyper convolutional neural network (CNN)-dense model is then used to train features to classify driver behavior. The experimental results show that the CNN-dense model with feature selection techniques SVD6 and MI6 achieves the best results with 100% accuracy rate for aggressive driver behavior detection, while the time for SVD6 is the shortest at 43 seconds.
Related topics: