100 Days of ML Day 99 - Chat vs Article Text Classifier
100 Days of ML Day 99
Chat vs Article Text Classifier
Built a text classifier (into chat and article) very similar to the one discussed in the article 'Naive Bayes Classifier for Text Classification' by Jaya Aiyappan (classifying sentences into questions and statements.)Code: https://github.com/hithesh111/Hith100/blob/master/100Days/day099.ipynb
Article:https://medium.com/analytics-vidhya/naive-bayes-classifier-for-text-classification-556fabaf252b
No comments