great content, this deserves a million views... {'roberta_neg': 0, 'roberta_neu': 0, 'roberta_pos': 100}😀
@robmulla2 жыл бұрын
Haha. Best comment! Pinned.
@xBaphometHx Жыл бұрын
Pos should be 1, since the maximum value is 1. lol
@48-tarunsalgotra81 Жыл бұрын
@@robmulla plz give ur what's app no
@smi1417211 ай бұрын
Good one!!😅
@Thikondrius Жыл бұрын
I don't often left comments on youtube but, finally someone that explains everything from scratch...I am a JS developer. And it's really cool your that you explain every piece of code. That really helped, I was able to understand everything.
@robmulla Жыл бұрын
Hey! I really apprecaite this comment. Thanks so muc.
@atharvpatawar83462 жыл бұрын
Huge thank you to you!!! I recently participated in a ML hackathon and they had sentiment analysis as one of their problem statements. I had watched your video prior to the competition and used hugging face whereas everyone else used the standard vader. I ended up getting the highest accuracy and placed first, all in my second year of engineering. Genuinely, can’t thank you enough for the information! Team random_state42
@mohammedmehdi19402 жыл бұрын
Mil gaya tu yaha
@robmulla2 жыл бұрын
This is so awesome! Thanks for sharing. I posted a screenshot of your comment on twitter, hope that's ok!
@bhaumik31182 жыл бұрын
Btw huge fan of your statistics' notes Mr. Patawar, didn't expect to find you here.
@mohammedmehdi19402 жыл бұрын
@@bhaumik3118 i also study statistics from mr patawar
@TANISHQTHUSE9 ай бұрын
nice man
@ibrahimkhanjabarkhail7 ай бұрын
Just completed it. I really enjoyed working on it. Your way of teaching is just awesome!
@kenyan_patriot-e9t2 күн бұрын
A very terrific video! I am about to start a sentiment analysis project and this is absolute gem. Makes you want to explore everything there is in the subject
@chairjacker Жыл бұрын
I like the pace at which you teach this content it is relaxed and very enjoyable to watch for me.
@SaurabhSingh-oi5ev Жыл бұрын
Your videos like gem to me learned a lot your use of modules packages are like cherry on cake. Currently I'm working as an Jr. Data scientist in KPMG but man oh man you taught me many things thank you 😊 🙏
@robmulla Жыл бұрын
Great to hear you enjoyed the video. Data science is a never ending learning journey for all of us!
@IndianHacker-hisBest Жыл бұрын
Bro, I just need to talk to u. I wanted to ask few questions regarding the profile you are working on. I have secured a job with Deloitte but want to switch to KPMG (Gurgaon).
@alexthe211 ай бұрын
I'll admit I watched this on two times speed, but those were the best spend 21 minutes of the day! Very helpful and we'll explained!
@Nitesh7172 жыл бұрын
Hey brother , you just provided the best NLP sentiment project , your channel deserve million+ subscriber , nd now I am just one new subscriber now to reach you there
@robmulla2 жыл бұрын
Thank you so much 😀
@dgr8a1 Жыл бұрын
You are my newly found Python mentor. Good content Rob
@robmulla Жыл бұрын
Happy to be! There are a lot of good channels out there.
@anishshah4850 Жыл бұрын
Great tutorial, for anyone facing the error of tensor_size more than 514 need to add the max_length as an argument in tokenizer... def polarity_scores_roberta(example): encoded_text= tokenizer(example, return_tensors='pt', truncation=True, max_length=512) # (max_length should be 512) output= model(**encoded_text) scores= output[0][0].detach().numpy() scores= softmax(scores) scores_dict= { 'roberta_neg': scores[0], 'roberta_neu': scores[1], 'roberta_pos': scores[2] } return scores_dict
@adityabhatt042 жыл бұрын
Thanks for posting the awesome tutorial. Would love to learn more from you.
@robmulla2 жыл бұрын
Thanks for watching and learning!
@juan.o.p.2 жыл бұрын
Really interesting video. I've been following a lot of your tutorials lately and I must say that I really like the way you explain things, it's so easy to understand and follow along. Thank you!
@robmulla2 жыл бұрын
Thanks so much for the feedback Juan. It's always hard to tell when I'm recording these if they are any good, so it's great to hear that it is helpful to you.
@louie0187 Жыл бұрын
This may be the test tutorial on any language/library/app I have ever watched. One part, very concise and well explained. Thank you.
@robmulla Жыл бұрын
Glad it was helpful! This comment makes me really happy and excited to make more tutorials!
@bazoo513 Жыл бұрын
More of an appetite wetter. to make any use of it, I have to learn Python first 😀 But then, that's valuable by itself.
@jerrywang32252 жыл бұрын
Your channel is a gem, thanks so much for the free course.
@robmulla2 жыл бұрын
Glad you enjoyed it. Thanks for watching!
@farhadnikhashemi8681 Жыл бұрын
Thanks for such a wonderful tutorial. I used your shared data on my own with Google Collab and worked so well. Just I had to download a few more libraries for tokenization. Wonderful content and I truly enjoyed it.
@brindhaganesan3580 Жыл бұрын
I’m so glad I found this channel!!
@robmulla Жыл бұрын
Me too!
@ayushapoorva Жыл бұрын
great content, perhaps the best material I found on sentiment analysis in youtube!!!
@robmulla Жыл бұрын
Thanks for the compliment Ayush! That means a lot to me.
@AndrewSeywright Жыл бұрын
Thank you so much for this step by step process it has opened up all sorts of new analysis opportunities for our customer insights. Really well explained and easy to follow
@DmiHindi4 ай бұрын
Really must watch video. I must say that I really like the way you explain things, it's so easy to understand and follow along. Thank you!
@mateusbalotin72472 жыл бұрын
Amazing content man! Your channel and videos deserve a lot more attention. Hope you have an amazing week!!
@robmulla2 жыл бұрын
Thanks so much. I really appreciate the feedback. Please consider sharing the video with anyone else you think might learn from it.
@SuperMjJang Жыл бұрын
I've watched bunch of ML videos and you are THE TOP! 👍👍👍
@ColaWen8 ай бұрын
Awesome! I am shocked that everything is so efficient and amazing. THANKS!
@robmulla8 ай бұрын
Glad it was helpful! Share the video with friends.
@davv02 Жыл бұрын
just did all of that as a thesis by myself without knowing you made a video about it lol, luckily I've used a different Bert model from hug face at least. Nice video btw!
@robmulla Жыл бұрын
Thanks!
@sachingupta5155 Жыл бұрын
I find the topic really interesting , the way you explain were pretty articulated and having a fundamental approach
@ngominhhieu66027 ай бұрын
A great video! Many thanks for your valuable content.❤
@sootybuu29632 жыл бұрын
This was a good tutorial. I'm trying to get my feet wet in data analytics and found myself overwhelmed while trying to read the NLTK documentation, so thanks for the structured guidance. I'm working on analyzing sentiment across a dataset I've gathered myself, so I wasn't following along in kaggle and hit a hiccup as AutoModelForSequenceClassification requires pytorch and I initialized a python 3.10 environment. Oopsy poopsy. All the same, you made my headache significantly less daunting. Thank you. :)
@robmulla2 жыл бұрын
Thanks so much. I’m glad it helped you get started with NLTK it can be a lot easier when you see it in action once. Setting up an environment that works with all the packages can also sometimes be frustrating so I can relate!
@pavlostsoukias81472 жыл бұрын
Rob, you are the Best! Thank you for all the quality content you are uploading! Greetings from Greece!
@robmulla2 жыл бұрын
Thanks so much Pavlos for watching. Sending a 💙 to Greece.
@naderbazyari2 Жыл бұрын
I am so happy to have discovered your channel. Many thanks friend.
@kaifahmedkhan9 ай бұрын
Great content. I am doing a project in my uni where I need to do sentiment analysis on book reviews. This helped me a lot. Thanks.
@evansala78149 ай бұрын
Great video. Your explanations were very clear and concise and easy to follow.
@josiel.delgadillo2 жыл бұрын
Just found your channel through Twitter. Great work, I am doing research in sentiment analysis and related to a lot of the video. Cool stuff! I will have to use the pariplot, I typically use a confusion matrix.
@robmulla2 жыл бұрын
Awesome Josiel. Glad you find it helpful. Check out some of my other videos if you have time and share the video with friends!
@fpishita2725Күн бұрын
very good, thank you for your effort and passion!!!
@thisisvazqz3 ай бұрын
I've just recently found myself interested in Computer Vision and NLP and I've finally gotten to the right content creators, this video absolutely rocks! And I fouind it 2 years late, I wonder how far are you now in this topic, if ever you come back to this comment section could I ask how did you get so experienced in this topic and how did you learn how to tackle all this problems? Thank you!
@798185xz5 ай бұрын
Who are you? My saver! I was asked to conduct a sentiment analysis on reviews from my internship. I was doing computer vision at the graduate school. New to NLP. Thanks God.
@priyanshnegi03 Жыл бұрын
Really great, helped me a lot in my project!
@robmulla Жыл бұрын
Glad it helped. Thanks for watching.
@monty5109 ай бұрын
Great video, I am starting to understand NLP much more. Thank you so much!
@TugelaCo Жыл бұрын
I rarely comment on YT videos but this is amazing! +1 subscriber!
@robmulla Жыл бұрын
That really means a lot to me. Thanks for leaving a comment.
@abhishekpadmanabhan39458 ай бұрын
Excellent video, started coding with chatgpt, and this adds a new layer of info , thank you mate :) Subd
@patrickonodje1428 Жыл бұрын
I founf this video immensely helpful Rob Thanks
@robmulla Жыл бұрын
So glad you found it helpful!!
@srishtikaranth Жыл бұрын
i cannot thank you enough , you saved my 6th semester
@kmkushad Жыл бұрын
Thanks for the video, we have a school project to do anything coding related and while my classmates are using scratch I wanted to do something flashier, and some kind of language analysis seemed the way to go. I'll use this video as inspiration.
@robmulla Жыл бұрын
I love it! Good luck on your project !
@techingenius2540 Жыл бұрын
insane
@robmulla Жыл бұрын
@@techingenius2540 in the membrane?
@carlossamperquinto2777 Жыл бұрын
This video is incredibly helpful! Thanks!
@stevebim0002 жыл бұрын
Extremly useful, super easy to understand! Thank you so much for a great and valuable video !!
@robmulla2 жыл бұрын
Really appreciate the feedback. Comments like this make me want to keep making more videos!
@it029-shreyagandhi510 ай бұрын
Great work🎉🎉🎉🎉 ty for this amazing video .Your explanation , flow , content everything is up to the mark 🚩
@analysis_maestro_taha Жыл бұрын
Thank you very much for this video. I'm new to the field of Data Analysis and related disciplines so this sentimental analysis project is pretty insightful for me.
@robmulla Жыл бұрын
Glad you found it helpful
@vinitkumarpatel10305 ай бұрын
Very good explanation . Thanks a lot❤❤
@ivanalonso1460Ай бұрын
Really good content. Liked and subscribed!
@chrisogonas Жыл бұрын
Great resource! Thanks Rob.
@robmulla Жыл бұрын
Glad you liked it! Thanks for watching.
@666rony2 жыл бұрын
crystal clear explanation thanks my friend
@robmulla2 жыл бұрын
Glad you liked it!
@ademhilmibozkurt70852 жыл бұрын
What a video! I lovee this. Please keep continue this content. Greetings
@robmulla2 жыл бұрын
Thank you! Will do, Adem!
@ahmadnawaz3683 Жыл бұрын
Rob you are the best. Hands Down mate.
@Curious_Citizen02 жыл бұрын
Pls make more such videos, that was great. I am a data engineer and wants to move to Data Science, please make videos for guidance also. Love from India
@robmulla2 жыл бұрын
I will! Hope this video was helpful for you in your journey into data science.
@deepeshrajak3407 Жыл бұрын
your content is goldmine
@robmulla Жыл бұрын
Thank you sir! Share the goldmine with others!
@sindhumatipanigrahi3801 Жыл бұрын
Thank you so much. This tutorial helped me in my project. Thanks a lot.
@engmohammedbahanshal5204 Жыл бұрын
Thanks for great model ideas.
@robmulla Жыл бұрын
Glad you like them!
@karthiksheggoju738 Жыл бұрын
I really liked this video a lot, it answered lot of my questions, thanks a lot.
@seblewongelawash5891 Жыл бұрын
Thank you! Great content and easy to understand!
@robmulla Жыл бұрын
Appreciate that!
@spicytuna08 Жыл бұрын
wow. speechless. both you and ml.
@sebastianbenitez44012 жыл бұрын
thank you for this content! Great quality! Now subscribed!
@robmulla2 жыл бұрын
Thanks so much for watching!
@rajatshukla2605 Жыл бұрын
Extremely helpful! Thanks a bunch!
@PriteshRPatel-lr5uh8 ай бұрын
loved what you did, but would be nice to show how you got the amazon data as well. Plus, do you have any videos on sentiment analysis for company stocks?
@world_news26114 күн бұрын
Hi bro I am from india and I like your video and your explanation and english is so understandable love you bro❤❤❤❤
@nandanhegde532 Жыл бұрын
Great Content, thanks man
@robmulla Жыл бұрын
Thanks!
@Midhun938 Жыл бұрын
Love from India ♥️
@robmulla Жыл бұрын
Thanks! ❤️
@usamaarif57636 ай бұрын
Thanks for this video, it was descriptive, well structured and well explained. I have two questions and I would appreciate if you can give your opinion and guidence on that. 1. At the end of the day star reviews and sentiment are giving the same results so how can we justify going through all this process when we already have a very good indication of user sentiment based on the star reviews. 2. How can we get the strength and weakness of the product based on the reviews using the sentiment analysis.
@analyticswithadam2 жыл бұрын
This is a great video, thanks a lot.
@robmulla2 жыл бұрын
Glad you like it. Thanks for watching
@jstello2 жыл бұрын
how you don't have 100k subs, defeats me.
@robmulla2 жыл бұрын
Hah. Thanks Juan. Maybe someday 😊
@blanka_herceg Жыл бұрын
This video was genius and very helpful thank you
@ryrylc2 жыл бұрын
Awesome video. Would be great to see you follow the sentiment analysis with a topic analysis. I’ve seen a few different options out there (LDA, Top2Vec and BERTopic), but would love to see your take on it.
@robmulla2 жыл бұрын
Great suggestion! I'll keep that in mind for future videos.
@GaurangDave Жыл бұрын
@@robmulla Looking forward to that!! :)
@rishirajmathur07 Жыл бұрын
Great content. Please do more content model which solves attrition prediction for org. Very complex subject because its hard to find already made models on such topics. It would be great help if you can make something attrition prediction model with variables more than 45-50.
@CaribouDataScience Жыл бұрын
Very interesting!!
@robmulla Жыл бұрын
Thanks!
@-zak-70486 ай бұрын
what an absolute legend
@MuhammadHanif-tj3dr4 ай бұрын
thank you sir. you are my savior
@fabricembida45269 ай бұрын
Good, very good video! You cannot imagine how valuable this kind of video is for someone like me who is trying to transition to data science...
@manasghosh37096 ай бұрын
Excellent explanation and material. Thank you for your efforts in making learning enjoyable. A brief query about reviews that are negative (5 stars) and positive (1 stars), where the algorithm is unable to forecast the relevancy score. Regarding these kinds of situations, how would you advise handling them??
@timdentry97542 жыл бұрын
One of the best tutorials on Vader and the Huggingface Transformers I have seen. One question I had: How is the confidence score calculated on the Pipeline model and is there a way to evaluate the model's performance on these calculations?
@robmulla2 жыл бұрын
Thanks so much for the feedback. Glad you found it helpful. Evaluating the model performance is a bit tricky without ground truth labels. The output of the Pipeline model is essentially the probability the model predicts of each class given the dataset it was trained on. Check out the actual model description on the huggingface site here along with the noted limitations: huggingface.co/distilbert-base-uncased-finetuned-sst-2-english Specifically this part is interesting: ``` Based on a few experimentations, we observed that this model could produce biased predictions that target underrepresented populations. For instance, for sentences like This film was filmed in COUNTRY, this binary classification model will give radically different probabilities for the positive label depending on the country (0.89 if the country is France, but 0.08 if the country is Afghanistan) when nothing in the input indicates such a strong semantic shift. In this colab, Aurélien Géron made an interesting map plotting these probabilities for each country. ```
@timdentry97542 жыл бұрын
@@robmulla FWIW - I reached out to the creator of this and what I was told is that the score is calculated using the activation function after the final layer of the neural net. It is used to determine polarity (and is not a confidence score). The model returns an array with the score for each polarity, and the larger is the prediction. The values will always be positive, regardless of the actual sentiment class tagged to the text. This is unlike Vader's model which provides a composite polarity score that could be a positive or negative float based on the inferred sentiment (positive, negative, neutral).
@robmulla2 жыл бұрын
@@timdentry9754 thanks for clarifying. Cool that you got a response from the creator!
@jilanikashif2 жыл бұрын
Great Content, We need more tutorial on Transformers please
@robmulla2 жыл бұрын
Glad you liked it. Anything specific about transformers you would like to see? Huggingface has so many of them for various NLP tasks.
@jilanikashif2 жыл бұрын
@@robmulla Please explain Transformers and BERT architect. Also tutorial with use case in current industry
@OnLyhereAlone Жыл бұрын
@robmulla, great presentation but I have looked through videos on your channel, it appears you have not done one on finetunning a BERT model with custom dataset. I am particularly wanting to learn how you would finetune a BERT model for multiclass text classification, maybe on Google collab. I think many of us subscribers would love it. Thanks.
@thuhuong-it01072 жыл бұрын
great!! i hope you will create video more than!! tkssssssssss
@robmulla2 жыл бұрын
Thank you, I will. I appreciate you watching.
@ChitranshThakurM22AI5434 ай бұрын
00:01 In today's video, we'll explore sentiment analysis on Amazon reviews using traditional and more complex models. 02:26 Importing and reading data for sentiment analysis 07:28 Tokenization and part of speech tagging in NLTK 09:55 Introduction to VADER for sentiment analysis 15:12 Looping through Amazon review data to calculate polarity scores. 17:33 Perform sentiment analysis with NLTK and 🤗 Transformers 22:04 Explains the positive, neutral, and negative sentiments in Amazon reviews 24:24 Transformer-based deep learning models from Hugging Face are easy to use and powerful 28:45 Introduction to sentiment analysis with NLTK and Transformers 31:02 Running sentiment analysis on text using Vader and Roberta 35:28 Comparing vader and roberta sentiment analysis scores using seaborn's pair plot. 37:45 Vader model less confident compared to Roberta model 41:59 Hugging Face Transformers makes sentiment analysis simple and efficient 44:09 Explored models and ran sentiment analysis on Amazon reviews. Crafted by Merlin AI.
@mishuo19835 ай бұрын
It is really a wonderful video! I just wonder @Rob, do we need to do Cross Validations? Are there any hyper-parameters that we also need to optimise? How to do the cross validations here in the NLP? Just like the normal ML Cross Validation process? Should we worry about the overfitting under-fittings problems? How would the learning curve look like with and without the cross validations? Thanks
@gangxaaku2 жыл бұрын
Top-notch 🔥 !!
@robmulla2 жыл бұрын
Thanks Akshat!
@superfreiheit1Ай бұрын
Awesome teaching quality. Can you create a coursera course
@jenniferchi2117 Жыл бұрын
Thank you so much for this video tutorial! I wanted to ask if you created the Amazon review dataset from scratch or was it already pre-made from somewhere else?
@daredevilxrage Жыл бұрын
The huggingface model , should it require any preliminary dataset while we are importing it?
@francismumbi493 ай бұрын
This is a life saver....
@sudurimabanerjee46127 ай бұрын
Thanks for the video. Very well explained. Is there any token limit for the transformer based Roberta model ?
@DattaSaiSrinivasBaswa Жыл бұрын
Hi, Sir. It was really a great video. What should I do if I want to calculate the accuracy score of both models? Is there any formula for that? I have worked with various machine learning models, but NLP appears to be quite distinct from all of them. As a newcomer to NLP, I'm still in the learning phase. Your reply would be very helpful to me.
@Geepee11 Жыл бұрын
Hello, did you figure out how to do this?
@osmanson8212 Жыл бұрын
abi eline koluna sağlık çok güzel olmuş. türkçe karakterleri cozememdik
@robmulla Жыл бұрын
Thanks?!
@ShahZ Жыл бұрын
@Rob, this another one of your masterpiece. Almost 300 comments and counting. How about a refresher on a newer Deep Learning Model :)
@kimnhunguyent1489 Жыл бұрын
Hi, thank you for the amazing video. Your presentation was informative and insightful. Looking forward to your future content! Btw, I want to ask how can I save my expected result, it seems like I had a good training and dont want to keep going. What should I do in this situation ? Thank you
@mohammedmehdi19402 жыл бұрын
Thankyou
@robmulla2 жыл бұрын
You’re welcome 😊
@DailyVibz5 ай бұрын
WOW! Help me learn some Python of this level ! i am now at 0. learning to install it.
@henkhbit57482 жыл бұрын
Clearly explained and the comparison vaders versus transformers is quite interesting. I see that transformers Bert model is much better in understanding nuances in sentences. Do you know what kind of algorithm textblob used? I just bumped to this channel when searching for sentiment analysis and like the content very much and subscribed also.
@robmulla2 жыл бұрын
Thanks for subscribing! I'm glad you learned something new. I've never used textblob but it says it's a "lexicon-based approach" so I'm gussing it's similar to VADER.
@muslumyildiz56942 жыл бұрын
you are awesome.. thanks a lot..
@robmulla2 жыл бұрын
Thanks for watching. Share with a friend!
@FallenJakarta2 жыл бұрын
Thank you. Great content
@robmulla2 жыл бұрын
Glad you enjoyed it! Make sure you sub and share!
@sdsquiresful6 ай бұрын
Both the VADER and ROBERTA model struggled with sentences with more context. For instance, both rated the sentence "I have had better in the past. It works well enough, but temper your expectations." as overwhelmingly positive. Are there ways to capture that context?