sanshibayuan / NBSVM

NBSVM For Text Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBSVM For Text Classification (Python Solution)

NBSVM is a novel baseline model for text classification problem which outperforms both NB (Naive Bayes) and SVM (Support Vector Machine) in datasets with different sizes/features. This idea is originated from <Baselines and Bigrams Simple, Good Sentiment and Topic Classification> and the author offered the code in Matlab. Here is the implementation in Python code.

About

NBSVM For Text Classification


Languages

Language:Python 100.0%