Sentiment Analysis Using Jupyter Notebook | NLP Sentiment Analysis Python | Machine Mantra

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 28

  • @shabbaralinaqvivlogs9644
    @shabbaralinaqvivlogs9644 2 ปีที่แล้ว +1

    Best tutor amazing Love it

  • @adanordonez7241
    @adanordonez7241 2 หลายเดือนก่อน +1

    Top video, you explain amazingly!

  • @Vintagetube310
    @Vintagetube310 2 ปีที่แล้ว +1

    This is absolutely incredible breakdown. Thank you so much. This will help me with the second portion of my second midterm in NLP sentiment analysis.

  • @ruchitakulkarni1641
    @ruchitakulkarni1641 2 ปีที่แล้ว +1

    Priyanka! This was so clearly explained with examples. Grrrreat job! I have a question for you, is it always necessary to remove stop words for analyzing tweets with Vader? Thanks a lot.

    • @Machine_Mantra
      @Machine_Mantra  2 ปีที่แล้ว

      Thanks @Ruchita Kulkarni
      It is not always necessary to remove stop words.
      I found out that often stop words like not, but are useful for better analysis of negative sentiments.
      It also depends upon the data set one is working with.
      Vader often gives a good score compared to TextBlob.
      For further reading and clarification you can refer to this blog:
      medium.com/data-science-blogs/stopwords-and-lexicon-normalization-for-sentiment-analysis-f9f10f0d4108

  • @nurhayingta8785
    @nurhayingta8785 2 ปีที่แล้ว

    This is the best. If helps me a lot. Thank you so much.

  • @RajatSadanandan
    @RajatSadanandan 3 ปีที่แล้ว +1

    Really informative! Thanks!

  • @morshedulislamriaad6496
    @morshedulislamriaad6496 3 ปีที่แล้ว +2

    Is there bombing outside?

    • @Machine_Mantra
      @Machine_Mantra  3 ปีที่แล้ว +2

      HAHA It was Diwali, Indian Festival that we celebrate.

  • @parthanirmalia2453
    @parthanirmalia2453 2 ปีที่แล้ว

    How to aggregate this sentiment scores at product level ?

  • @darkwarrior5702
    @darkwarrior5702 3 ปีที่แล้ว +1

    Which algorithm have you used like naive baies,svm, etc.. plz reply

    • @Machine_Mantra
      @Machine_Mantra  3 ปีที่แล้ว

      I have used the VADER library for this. Worked on a pre-trained model.

  • @mdhasibulislam4798
    @mdhasibulislam4798 2 ปีที่แล้ว

    for user-friendly, i want to show also neutral also based on compound value, for that what should I need to do? please reply to my message.
    thank you

  • @spoorthyan9281
    @spoorthyan9281 3 ปีที่แล้ว

    Thanks a lot..this was very helpful

  • @riabari7599
    @riabari7599 4 ปีที่แล้ว +1

    Thank u for d video...

  • @motivationreel4139
    @motivationreel4139 3 ปีที่แล้ว +1

    Can i implement this in django

    • @Machine_Mantra
      @Machine_Mantra  3 ปีที่แล้ว

      Yes, you would have to connect the code with the front end using HTML code and implement is using django

  • @noobgaming-ju3ih
    @noobgaming-ju3ih 3 ปีที่แล้ว

    Mam can you please help me to implement naive Bayes classifier and Knn classifier in python using food analysis

  • @BUG_180
    @BUG_180 3 ปีที่แล้ว

    I need this code how to get

    • @Machine_Mantra
      @Machine_Mantra  3 ปีที่แล้ว

      Hi
      Links are there in the description please check them.

  • @amberharoon513
    @amberharoon513 3 ปีที่แล้ว

    How to handle these types of sentences "No problems with it and does job well. Using it for Apple TV and works great. I would buy again no problem" as in vader it is consider as negative sentence

    • @Machine_Mantra
      @Machine_Mantra  3 ปีที่แล้ว

      Hi
      one option is you can re-phrase the sentence and the use it as input.