IRLGJul 4, 2018

A Comparative Study on using Principle Component Analysis with Different Text Classifiers

arXiv:1807.03283v123 citations
Originality Synthesis-oriented
AI Analysis

This work addresses feature redundancy in text categorization for researchers and practitioners, but it is incremental as it applies an existing method (PCA) to standard datasets.

The study tackled the problem of high-dimensional and noisy features in text categorization by applying Principal Component Analysis (PCA) for feature extraction with various classifiers, resulting in improved classification performance on three UCI datasets, including Classic03, CNAE-9, and DBWorld e-mails.

Text categorization (TC) is the task of automatically organizing a set of documents into a set of pre-defined categories. Over the last few years, increased attention has been paid to the use of documents in digital form and this makes text categorization becomes a challenging issue. The most significant problem of text categorization is its huge number of features. Most of these features are redundant, noisy and irrelevant that cause over fitting with most of the classifiers. Hence, feature extraction is an important step to improve the overall accuracy and the performance of the text classifiers. In this paper, we will provide an overview of using principle component analysis (PCA) as a feature extraction with various classifiers. It was observed that the performance rate of the classifiers after using PCA to reduce the dimension of data improved. Experiments are conducted on three UCI data sets, Classic03, CNAE-9 and DBWorld e-mails. We compare the classification performance results of using PCA with popular and well-known text classifiers. Results show that using PCA encouragingly enhances classification performance on most of the classifiers.

Foundations

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

Your Notes