Abstract
The high computational complexity of text classification is a significant problem with the growing surge in text data. An effective but computationally expensive classification is the k-nearest-neighbor (kNN) algorithm. Principal Component Analysis (PCA) has commonly been used as a preprocessing phase to reduce the dimensionality followed by kNN. However, though the dimensionality is reduced, the algorithm requires all the vectors in the projected space to perform the kNN. We propose a new hybrid algorithm that uses PCA & kNN but performs kNN with a small set of neighbors instead of the complete data vectors in the projected space, thus reducing the computational complexity. An added advantage in our method is that we are able to get effective classification using a relatively smaller number of principal components. New text for classification is projected into the lower dimensional space and kNN is performed only with the neighbors in each axis based on the principal that vectors that are closer in the original space are closer in the projected space and also along the projected components. Our findings with the standard benchmark dataset Reuters show that the proposed model significantly outperforms kNN and the standard PCA-kNN hybrid algorithms while maintaining similar classification accuracy.
Original language | English |
---|---|
Title of host publication | Fifth International Conference on the Applications of Digital Information and Web Technologies |
Publisher | IEEE |
Pages | 118-123 |
Number of pages | 6 |
ISBN (Electronic) | 9781479922598 |
ISBN (Print) | 9781479922581 |
DOIs | |
Publication status | Published - 15 May 2014 |
Event | Fifth International Conference on the Applications of Digital Information and Web Technologies - Bangalore, India Duration: 17 Feb 2014 → 19 Feb 2014 |
Conference
Conference | Fifth International Conference on the Applications of Digital Information and Web Technologies |
---|---|
Abbreviated title | ICADIWT 2014 |
Country/Territory | India |
City | Bangalore |
Period | 17/02/14 → 19/02/14 |
Keywords
- text classification
- dimensionality reduction
- PCA
- kNN
- hybrid classifier
- term weighting