Comparison Analysis of Traditional Machine Learning and Deep Learning Techniques for Data and Image Classification
Efstathios Karypidis, Stylianos G. Mouslech, Kassiani Skoulariki,, Alexandros Gazis

TL;DR
This study compares traditional machine learning and deep learning techniques for 2D object classification, highlighting the accuracy advantages of DCNNs and proposing a simpler, efficient architecture suitable for basic computer vision tasks.
Contribution
The paper introduces a computationally simpler DCNN architecture that achieves comparable or better accuracy than existing models on traffic sign classification.
Findings
DCNNs outperform traditional machine learning in accuracy.
Proposed simple DCNN achieves comparable results to complex architectures.
Hyperparameters significantly affect traditional ML performance.
Abstract
The purpose of the study is to analyse and compare the most common machine learning and deep learning techniques used for computer vision 2D object classification tasks. Firstly, we will present the theoretical background of the Bag of Visual words model and Deep Convolutional Neural Networks (DCNN). Secondly, we will implement a Bag of Visual Words model, the VGG16 CNN Architecture. Thirdly, we will present our custom and novice DCNN in which we test the aforementioned implementations on a modified version of the Belgium Traffic Sign dataset. Our results showcase the effects of hyperparameters on traditional machine learning and the advantage in terms of accuracy of DCNNs compared to classical machine learning methods. As our tests indicate, our proposed solution can achieve similar - and in some cases better - results than existing DCNNs architectures. Finally, the technical merit of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDiffusion-Convolutional Neural Networks
