Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 452 Bytes

Spam Detection Using NLTK

Trained model on individual algorithms and on hybrid algorithm using ensemble method.

clone using:

git clone https://github.com/PSYCHOBITx/Natural-Language-Processing.git

Used algorithms are as follows:

  • Decision Tree classifier
  • Suport Vector Classifier
  • KNN
  • Naive Bayes
  • Random Forest
  • Logestic Regression
  • SGD Classifier
  • Hybrid( By combining all the above mentioned classifiers ).