A Dynamic Weighted Tabular Method for Convolutional Neural Networks
Md Ifraham Iqbal, Md. Saddam Hossain Mukta, Ahmed Rafi Hasan

TL;DR
This paper introduces the Dynamic Weighted Tabular Method (DWTM), a novel approach that applies CNNs to tabular data by dynamically assigning feature weights and converting data into images, resulting in high classification accuracy.
Contribution
The study presents a new dynamic weighting technique for features in CNN-based tabular data classification, improving over static methods by adapting feature importance during training.
Findings
Achieved an average accuracy of 95% on six benchmark datasets.
Outperformed existing static CNN-based methods in tabular data classification.
Demonstrated the effectiveness of dynamic feature weighting in CNN applications.
Abstract
Traditional Machine Learning (ML) models like Support Vector Machine, Random Forest, and Logistic Regression are generally preferred for classification tasks on tabular datasets. Tabular data consists of rows and columns corresponding to instances and features, respectively. Past studies indicate that traditional classifiers often produce unsatisfactory results in complex tabular datasets. Hence, researchers attempt to use the powerful Convolutional Neural Networks (CNN) for tabular datasets. Recent studies propose several techniques like SuperTML, Conditional GAN (CTGAN), and Tabular Convolution (TAC) for applying Convolutional Neural Networks (CNN) on tabular data. These models outperform the traditional classifiers and substantially improve the performance on tabular data. This study introduces a novel technique, namely, Dynamic Weighted Tabular Method (DWTM), that uses feature…
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
TopicsImbalanced Data Classification Techniques · Machine Learning and Data Classification · Currency Recognition and Detection
MethodsConvolution · Logistic Regression
