Related Experiment Video
Updated: Dec 31, 2025

14:55
Evaluating the Effect of Roadside Parking on a Dual-Direction Urban Street
Published on: January 20, 2023
4.1K
A Comparative Analysis of Machine/Deep Learning Models for Parking Space Availability Prediction.
Faraz Malik Awan1, Yasir Saleem1, Roberto Minerva1
1CNRS UMR5157, Telecom SudParis, Institut Polytechnique de Paris, 91000 Evry, France.
Sensors (Basel, Switzerland)
|January 16, 2020
Summary
Simpler machine learning algorithms like Decision Tree, Random Forest, and K-Nearest Neighbors (KNN) offer higher accuracy for predicting parking availability than complex models. This study also provides top parking spot recommendations.
Area of Science:
- Computer Science
- Artificial Intelligence
- Data Science
Background:
- Machine/Deep Learning (ML/DL) models are increasingly used for data analysis and prediction.
- Algorithm performance varies significantly based on data characteristics and application domain.
- Identifying the most suitable ML/DL algorithm for a specific task is crucial for optimal outcomes.
Purpose of the Study:
- To conduct a comparative analysis of various ML/DL algorithms for predicting parking space availability.
- To determine the most effective algorithm for parking prediction using a real-world dataset.
Main Methods:
- Evaluated Multilayer Perceptron, K-Nearest Neighbors, Decision Tree, Random Forest, and Voting Classifier algorithms.
- Utilized Santander's parking dataset for algorithm performance evaluation.
- Assessed prediction accuracy and information comparability across different algorithms.
Main Results:
- Less complex algorithms (Decision Tree, Random Forest, KNN) outperformed complex ones (Multilayer Perceptron) in prediction accuracy.
- The observed accuracy advantage for simpler models held true regardless of dataset size.
- Provided a method for Top-K parking space recommendations based on vehicle proximity.
Conclusions:
- Simpler ML/DL algorithms are highly effective for parking availability prediction.
- The choice of algorithm significantly impacts prediction accuracy in this domain.
- The study contributes practical insights for intelligent transportation systems and smart city initiatives.