LGSep 4, 2023

Classic algorithms are fair learners: Classification Analysis of natural weather and wildfire occurrences

arXiv:2309.01381v1
Originality Synthesis-oriented
AI Analysis

This work is incremental, as it applies existing methods to a new domain of weather and wildfire data without introducing novel techniques.

The paper evaluated classic supervised learning algorithms on sparse tabular data for classification, showing they maintain fair performance even with synthetic noise and limited data, though no specific accuracy numbers were provided.

Classic machine learning algorithms have been reviewed and studied mathematically on its performance and properties in detail. This paper intends to review the empirical functioning of widely used classical supervised learning algorithms such as Decision Trees, Boosting, Support Vector Machines, k-nearest Neighbors and a shallow Artificial Neural Network. The paper evaluates these algorithms on a sparse tabular data for classification task and observes the effect on specific hyperparameters on these algorithms when the data is synthetically modified for higher noise. These perturbations were introduced to observe these algorithms on their efficiency in generalizing for sparse data and their utility of different parameters to improve classification accuracy. The paper intends to show that these classic algorithms are fair learners even for such limited data due to their inherent properties even for noisy and sparse datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes