Text Classification using KNN with different Feature Selection Methods
Journal Type:Research Article
Subject:Computer Science & Electrical
Subject Field:Data Science and Analysis
Volume:9, Issue: 1, July, 2018
Publish Date:August 6, 2018 8:00 pm
Pages:51-58
Download:1079
Views:1134
Abstract
This paper presents a fast and efficient approach for text classification using KNN for different feature selection method. Typically, this approach evaluates the performance of the system for minimum number of features required to classify the text documents. 20 Newsgroup dataset collected by Ken Lang, have been taken to check performance of the KNN classifier algorithm. The above dataset is separated into two parts viz. training set (60%) and test set (40%).
The KNN classifier has been implemented against the different number of stemmed and unstemmed features for CHI (Chi-Squared Statistic), IG (Information Gain) and MI (Mutual Information). The Accuracy, Precision, Recall and F1-Score are used to test the system.