Build a Simple Naive Bayes Text Classifier using TextBlob - NLP

Поділитися
Вставка
  • Опубліковано 22 бер 2023
  • In this video, I will show you how to build a simple Naive Bayes Classifier using TextBlob. I have used a dataset provided by Vivek on Kaggle, the link to which you can find below. Our Naive Bayes classifier will classify texts as belonging to Chemistry, Biology, or Chemistry.
    -- Dataset --
    www.kaggle.com/datasets/vivma...
    -- TextBlob Documentation --
    textblob.readthedocs.io/en/de...
    Support the channel
    www.buymeacoffee.com/pythonology
  • Наука та технологія

КОМЕНТАРІ • 3

  • @lifewjola
    @lifewjola Рік тому +1

    Thanks for this. Learned so much and was able to practice well

  • @rafaelacordeiro4222
    @rafaelacordeiro4222 Рік тому +1

    Thank you for the video!

  • @user-jv2tb6ug5q
    @user-jv2tb6ug5q 7 місяців тому

    Can you make a video on sarcasm analysis from scratch using ML