- International Journal of Multidisciplinary Studies and Innovative Technologies
- Volume:6 Issue:1
- Author Identification with Machine Learning Algorithms
Author Identification with Machine Learning Algorithms
Authors : İbrahim YÜLÜCE, Feriştah DALKILIÇ
Pages : 45-50
View : 22 | Download : 20
Publication Date : 2022-07-20
Article Type : Research Paper
Abstract :Author identification is one of the application areas of text mining. It deals with the automatic prediction of the potential author of an electronic text among predefined author candidates by using author specific writing styles. In this study, we conducted an experiment for the identification of the author of a Turkish language text by using classical machine learning methods including Support Vector Machines insert ignore into journalissuearticles values(SVM);, Gaussian Naive Bayes insert ignore into journalissuearticles values(GaussianNB);, Multi Layer Perceptron insert ignore into journalissuearticles values(MLP);, Logistic Regression insert ignore into journalissuearticles values(LR);, Stochastic Gradient Descent insert ignore into journalissuearticles values(SGD); and ensemble learning methods including Extremely Randomized Trees insert ignore into journalissuearticles values(ExtraTrees);, and eXtreme Gradient Boosting insert ignore into journalissuearticles values(XGBoost);. The proposed method was applied on three different sizes of author groups including 10, 15 and 20 authors obtained from a new dataset of newspaper articles. Term frequency-inverse document frequency insert ignore into journalissuearticles values(TF-IDF); vectors were created by using 1-gram and 2-gram word tokens. Our results show that the most successful method is the SGD with a classification performance accuracy of 0.976% by using word unigrams and most successful method is the LR with a classification performance accuracy of 0.935% by using word bigrams.Keywords : author identification, natural language processing, tf idf, text mining, machine learning