错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Performance Analysis of Terrain Classifiers Using Different Packages

  • Bobbinpreet Kaur,
  • Arpan Garg,
  • Haider Alchilibi,
  • Laith H. A. Fezaa,
  • Rupinderjit Kaur,
  • Bhawna Goyal

摘要

The 20-newsgroup dataset includes about 20,000 articles that have been systematically classified into 20 newsgroups. The compilation of 20 newsgroups is emerging as a common source of data for studying the performance of machine learning techniques language implementations, such as language detection and word clustering. Each record in the dataset is actually a text file (a series of words). The data is trained over different classifiers such as Support Vector Machines, Naïve Bayes Model, Random Forests, Stochastic Gradient Descent, and Logistic Regression. We have used Python Jupyter notebook for code execution and packages from libraries like scikit learn (Sklearn), Natural Language Toolkit (NLTK), regular expression (RE), Language Identification (LangID), etc., to test the model parameters and accuracy measurements. By tuning the parameters and relevant initialization, we aim to test the outcomes to find out the best model with maximum accuracy.