项目作者: EmnamoR

项目描述 :
Text classification using different algorithm ( Naive Bayes , SVM, KNN) and evaluation with confusion matrix
高级语言: Jupyter Notebook
项目地址: git://github.com/EmnamoR/Text-Classification.git
创建时间: 2017-07-28T08:03:34Z
项目社区:https://github.com/EmnamoR/Text-Classification

开源协议:

下载


Text-Classification

Text classification using different algorithm ( Naive Bayes , SVM, KNN) and evaluation with confusion matrix

We will work with ag_news Dataset (link to download: https://drive.google.com/drive/folders/0Bz8a_Dbh9Qhbfll6bVpmNUtUcFdjYmF2SEpmZUZUcVNiMUw1TWN6RDV3a0JHT3kxLVhVR2M ).
Put another way: “given a piece of text, determine if it belongs to Sports, science and tech, world or Business category”.

We will use:
-Python 3
-Jupyter notebook