Twitter Sentiment Analysis (Naive Bayes Classifier)

Sdílet
Vložit
  • čas přidán 22. 11. 2020
  • [Fall 2020] Week 8: Twitter Sentiment Analysis
    Learn how to use natural language processing to determine whether the sentiment of a tweet is positive or negative.
    ===
    Github Repo: github.com/Vakhshoori101/Twit...
    ===
    Questions?
    Ask them in our Discord!
    / discord

Komentáře • 6

  • @utsav404
    @utsav404 Před 3 lety +1

    The way you explain and structure your code with comments is just brilliant! I hope to see some more machine learning workshop. Thanks for this.

  • @priyankav6437
    @priyankav6437 Před 3 lety

    Thank you sir ..I need your help , Training the model with the samples data set, can we predict the sentiments by fetching the live tweets?

  • @ominhquanho3860
    @ominhquanho3860 Před 2 lety +1

    I know there are two functions in the sklearn module which are TfidfVectorizer() and CountVectorizer(), will these functions help us to build the frequency dictionary more easier, or the only way is to tokenize the sentiment and create the frequencies ourselves. Thank you so much

  • @justkidding1339
    @justkidding1339 Před 3 lety +1

    Hello can this be used to classsify real time tweets?

  • @lasyapriya5324
    @lasyapriya5324 Před 3 lety +1

    Can you please provide the link for the dataset? So that it will be helpful for me. Thanks in advance

  • @mpilonhlefezuvuyohlatshway2763

    is the frequency dictionary ssmillar to the the tfidf?