Naive Bayes Classifier | Naive Bayes Algorithm | Naive Bayes Classifier With Example | Simplilearn

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 1 тыс.

  • @SimplilearnOfficial
    @SimplilearnOfficial  5 месяцев назад

    "🔥Caltech Post Graduate Program In AI And Machine Learning - www.simplilearn.com/artificial-intelligence-masters-program-training-course?Z6ZNFjo0&Comments&RUclips
    🔥IITK - Professional Certificate Course in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?Z6ZNFjo0&Comments&RUclips
    🔥Purdue - Post Graduate Program in AI and Machine Learning - www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?Z6ZNFjo0&Comments&RUclips
    🔥IITG - Professional Certificate Program in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitg-generative-ai-machine-learning-program?Z6ZNFjo0&Comments&RUclips
    🔥Caltech - AI & Machine Learning Bootcamp (US Only) - www.simplilearn.com/ai-machine-learning-bootcamp?Z6ZNFjo0&Comments&RUclips"

  • @DJSHIM12
    @DJSHIM12 4 года назад +4

    Can I just say how helpful you have been by making everything look so simple on python, there's other youtubers who just presume we are all qualified Data Scientists and know how to always write Machine Learning functions from scratch.
    You on the other hand teach us the basics of each ML topic and teach us how to use implement ML in datasets SIMPLY!!!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +2

      WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every week on all your favorite topics. Whenever you have the time, you must also check out our blog page @simplilearn.com and tell us what you think. Have a good day!

    • @DJSHIM12
      @DJSHIM12 4 года назад

      @@SimplilearnOfficial Thank you for the reply Simplilearn!
      I have a quick question, in the confusion matrix you referenced 'mat.T', surely it should just be 'mat'? If it is mat.T, what does the T actually represent? I have looked at the SNS.heatmap condition breakdown on their website but I don't see any information about a .T
      Any help would be appreciated!
      Kind regards,
      Shimmy

  • @subtlethingsinlife
    @subtlethingsinlife 3 года назад +5

    The Demo part was just awesome ... Thanks a lot for the effort

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @juniorJxE
    @juniorJxE Год назад +3

    THANK YOU SO MUCH,
    YOUR EXPLANATION IS EASY TO FOLLOW AND UNDERSTAND.

  • @sandyjust
    @sandyjust 5 лет назад +17

    @ 13:07 min in the slide of calculation P(B|A) = P(WeekDay | Buy) is wrong. It should be 9/24 not 2/6. 2/6 is P(weekDay | No Buy). Is my understanding correct?

    • @livingwithlinlin3122
      @livingwithlinlin3122 4 года назад +1

      I agree with you. The answer for P(No Buy | Weekday) = 2/11, P(Buy | Weekday) = 9/11. These can be verified from the frequency table directly.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +2

      Thanks for sharing your thoughts. Cheers!

    • @thiessc8383
      @thiessc8383 3 года назад +6

      @19:20 why is the sum of probabilities higher than 1, how does that come about? I thought probabilities sum to 1

  • @demydteslenko1166
    @demydteslenko1166 2 года назад +7

    16:27 Result is: ≈0.02
    17:16 Result is: ≈0.98
    19:15 Then sum of probabilities is: ≈1 (AND NOT 1.164, because sum of probabilities of two related events equals 1)
    Likelihood of Purchase: 0.98 / 1 = 98%
    Likelihood of NO Purchase: 0.02 / 1 = 2%
    And then as 98% > 2% we can conclude that customer will buy on a holiday with discount and free delivery.

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!

  • @slkslk7841
    @slkslk7841 5 лет назад +1

    I must say your explanation is excellent compared to others. You’re to the point and not unnecessarily stretching, as I’ve seen on other tutorials.
    Also Please help me with the data set

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hey Dean, thank you for appreciating our work. We are glad to have helped. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @SimplilearnOfficial
    @SimplilearnOfficial  6 лет назад +3

    Machine Learning is the Future and yours can begin today. Comment below with you email to get our latest Machine Learning Career Guide. Let your journey begin.
    Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Also, if you would like to have the dataset for implementing Naive Bayes Classifier in Python, please comment below and we will get back to you.
    Thanks for watching the video. Cheers!

    • @sandeepguttikonda9999
      @sandeepguttikonda9999 6 лет назад

      3:11 P(b) = Probability Of event b .?

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Thank you for pointing out, Sandeep. P(B) is equal to the Probability of occurrence of event B.

    • @Tulga88
      @Tulga88 6 лет назад

      @15:00, I guess it's typo "P(B)=Probability of event A".

    • @nikhilkartha6157
      @nikhilkartha6157 6 лет назад

      Hi, my email is kartha@vivaldi.net
      Could you please send me the dataset?

    • @amarapriya97
      @amarapriya97 6 лет назад +1

      At the loc 13:20 , P(B|A) is nothing but P(Buy|Weekday) and should be 9/24 instead of 2/6.Isn't it?

  • @s.e.7268
    @s.e.7268 4 года назад +2

    very clear explanation with great examples, thank you!

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @shreyamangade1550
    @shreyamangade1550 5 лет назад +3

    Heyy thank you so much.
    I am doing project called order Prediction
    my dataset has following columns
    count year month day hour working_day weekend_day public_holiday
    then how should I apply naive bayes on it?

  • @shivamojha7999
    @shivamojha7999 5 лет назад +1

    YOUR tutorials are awesome!!!.Thankx for sharing.God bless u!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hey Shivam, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @teejay3300
    @teejay3300 5 лет назад +2

    Hello @ Simplilearn! I have become glued to your videos, please can you kindly help with the dataset too to this email? xxxxxxxxx - It will be greatly appreciated. Thanks in anticipation.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Jay, we are super happy that you love your videos. We are glad to have helped. We have also shared the dataset to your mail ID. Do subscribe, like and share to stay connected with us. Cheers :)

    • @teejay3300
      @teejay3300 5 лет назад +1

      Thanks very much. I subscribed already. And I have the dataset too.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Tee Jay, thanks for subscribing to our channel. We welcome you to our community!

  • @rzipper1716
    @rzipper1716 5 лет назад +2

    1. For the first problem (12:00 into the lesson), P(No Buy | Weekday) can also be calculated by seeing that there are 11 visits on the weekday and 2 of them are No Buy. Therefore the answer is 2/11. Which does match the answer via Bayes (if the Bayes calculation does not round the fractions)
    2. On the example using Holiday, Discount = Yes and Delivery = Yes, I was surprised that P(No Buy | B) + P(Buy | B) does not equal 1. Given that these are the same condition isn't the probability of Buy or No Buy 100% ?
    3. P(A|B) When you doing the classification of articles ... is it true that the likelyhood tables are - The article types as the row headers and the key words as the column headers ... so there would be one very large likelyhood table.

    • @danielscott853
      @danielscott853 5 лет назад

      Great insights and fantastic questions.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hey Daniel, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)

  • @digigoliath
    @digigoliath 4 года назад +1

    TQVM for the Machine Learning series!!!

  • @altafqureshi7290
    @altafqureshi7290 5 лет назад

    The way you explain is amazing. Could you do a favour by providing the dataset.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Altaf, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @erdemsafaakkul916
    @erdemsafaakkul916 5 лет назад +1

    Hello. First of all thanks for the video. Video contains at least two mistakes. One is typo. Other is a logical error which is at 17:09. P(A|B,C,D) (where A ∈ {True,False}) is the question. If P(A=True|B,C,D) = p, then P(A=False|B,C,D) = 1-p because sample space of A contains only "True" or "False". Am I wrong? It is probably calculation error. The typo is at 13:10 (P(B|A)=2/6=0.375), it should be 9/24 instead of 2/6. It is left from the previous slide. That's all, have a good day!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Thanks for your response! You are correct, we are sorry for the error!

  • @fazalerabbi
    @fazalerabbi 5 лет назад +1

    Very good explanation. I have a question at 19:36 sum of probabilities is 1.164, how sum of probabilities is greater than 1?

    • @joaovictorpereirajs
      @joaovictorpereirajs 4 года назад

      You must normalize the probabilities by dividing both by 1.164, then you have the sum of the probabilities equal to 1. Sorry for my bad english

  • @brucegalleco8892
    @brucegalleco8892 2 года назад +1

    Why do I see sometimes people ignore the the P(B) in the denominator because it is assumed that it does not change the outcome.

  • @siyizheng8560
    @siyizheng8560 5 лет назад +1

    Your videos are amazing. Thanks! I have subscribed!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Woah! Thanks for the overwhelming comment. We hope you love our community as well. Cheers!

  • @isaacuko5512
    @isaacuko5512 2 года назад +1

    thanks for this tutorial. Please i need the shopping cart dataset

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @mithunkumarshah140
    @mithunkumarshah140 3 года назад +1

    at 19:47 timestamp, it is mentioned as sum of probabilities = 0.986+0.178 = 1.164. but, probability can range between (0..1). Can you please explain how sum of probabilities can exceed more than 1?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hi, Simplilearn provides online training across the world. We would be happy to help you regarding this. Please visit us at www.simplilearn.com and drop us a query and we will get back to you! Thanks!

  • @dheerajpal7395
    @dheerajpal7395 6 лет назад +1

    Great tutorial again SimplyLearn you guys are amazing for simplifying the topics! can you please share the dataset for this!

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Greetings! Thank you for your kind words. We have sent the requested dataset to your mail ID. Spread the word by liking, sharing and subscribing to our channel! Cheers :). You can also explore our playlists for more Machine Learning Videos - ruclips.net/video/ukzFI9rgwfU/видео.html.

  • @levyax1964
    @levyax1964 5 месяцев назад

    Great explanation, ty

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 месяцев назад

      WooHoo! We are so happy you love our videos. Please do keep checking back in. We put up new videos every day on all your favourite topics Have a good day!

  • @naveenpatrame
    @naveenpatrame 5 лет назад +1

    Fantastic explaination....can i get dataset for above classification test?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Naveena, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @JH-wl4yy
    @JH-wl4yy Год назад +1

    Great content that you so much!

  • @Mega543211
    @Mega543211 Год назад +1

    Just what I was looking for thank you so much.

    • @SimplilearnOfficial
      @SimplilearnOfficial  Год назад

      Thank you for choosing us as your learning partner. We are thrilled to hear that you enjoyed your experience with us! If you are looking to expand your knowledge further, we invite you to explore our other courses in the description box.

  • @viralnewsstatuschannel6851
    @viralnewsstatuschannel6851 4 года назад +1

    Excellent 🌙

  • @Prakritt
    @Prakritt 5 лет назад

    was really helpful to understand!! Can you please share this dataset for practice?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello, we are glad you found our tutorial helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @chiedudennis2806
    @chiedudennis2806 2 года назад +1

    Hello thank you for this interesting explanation.
    please how to i get the dataset you used for this?
    thank you

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @aishasiddiquadabeer5143
    @aishasiddiquadabeer5143 5 лет назад

    Thank you Simplilearn team for the clear explanation. Can you please provide the dataset and the python notebook used in the video?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Aisha, we are glad you found our tutorial informative. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @vsvg8
    @vsvg8 4 года назад

    why are we transposing the matrix in the case of confusion matrix in @37.02

  • @dr.anjusingh8245
    @dr.anjusingh8245 3 года назад +1

    This is superb.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      We are so grateful for your kind words. Also, subscribe to our channel and stay tuned for more videos. Cheers!

  • @kNimrahBano
    @kNimrahBano 3 года назад +1

    very helpful

  • @vigneshsakthi5995
    @vigneshsakthi5995 5 лет назад +1

    Good video on Naive Bayes classifier

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +1

      Hey Vignesh, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @shafeenmahmud8850
    @shafeenmahmud8850 4 года назад

    This is on a slight tangent, but i gotta ask: why do you call numpy (py as in python) "numPEE" and sci (sci as in science) as "SKY"?

  • @HARIRAM-li9sr
    @HARIRAM-li9sr 6 лет назад +1

    Nice and useful! Just curious to ask a question. As far as I understand, in the shopping use case, we used three features (Day, free delivery & discount). And, in the text categorization use case, we used one feature (text containing email content). Is that really treated as one feature here? Or, will the naive bayes algorithm, internally creates multiple features for the given input (text containing email)?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +1

      Our feature in the use case of text categorization is "each individual word". Here, we train the model to predict the probability of this particular work being in any of the different categories. The final probability is derived by calculating the overall conditional probability of that particular combination of words (just like we found the probability of different combinations of day, free delivery and discount).

  • @SabbirAhmedSibli
    @SabbirAhmedSibli 5 лет назад +1

    Great Tutorial! What I'm searching for!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Greetings! Thank you for your kind words. Do show your support by liking, sharing and subscribing to our channel! Cheers :).

  • @puppetlord1908
    @puppetlord1908 4 года назад +1

    I don't know if it's just me but i think it would've really improved the tutorial if you at least had a mouse pointer pointing where you are explaining.
    Or the text clould've appeared progressively.
    I think it makes it hard to follow the tutorial. My eyes just don't know where to look at.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      Thank you for letting us know about this. Your feedback helps us get better. We are looking into this issue and hope to resolve it promptly and accurately.

  • @tymothylim6550
    @tymothylim6550 2 года назад

    Wonderful tutorial! Great work and thanks! :)

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Thank you for the appreciation. You can check our videos related to various technologies and subscribe to our channel to stay updated with all the trending technologies.

  • @dariuszkranicki2550
    @dariuszkranicki2550 5 лет назад +1

    2:38 there is a typo P(B) should be probability of event B and not A

  • @thiessc8383
    @thiessc8383 3 года назад

    @19:20 why is the sum of probabilities higher than 1, how does that come about? I thought probabilities sum to 1

  • @alexisnlavergne
    @alexisnlavergne 5 лет назад +1

    Just subscribe to your channel, you do a great job explainig I love it!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Thanks for subscribing to our channel. We welcome you!

    • @alexisnlavergne
      @alexisnlavergne 5 лет назад

      @@SimplilearnOfficial I'm just having a little bit of problem with the dataset, do you have a video where you show how to do them and how you assign the right tags to the training group?

  • @shubhangigarg08
    @shubhangigarg08 4 года назад

    Hello, I really found the conceptual part easily comprehendible. Can you please send me the dataset?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello Shubhangi, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @devmalik6420
    @devmalik6420 4 года назад

    How can we check for the accuracy on test set for the above 20 news group model????

  • @stinkymcstinkington211
    @stinkymcstinkington211 5 лет назад

    Thank you for the presentation. Love to see the data set.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @jerrymiri9974
    @jerrymiri9974 4 года назад

    Thank you for taking your time to prepare this, it's very helpful. I'll appreciate if you can share the dataset. Thanks again.

    • @jerrymiri9974
      @jerrymiri9974 4 года назад

      Here's my mail : jmiri@josagro.com.ng

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi jerry, thanks for sharing your email ID. We have sent the requested dataset to your mail ID. Do show your love by subscribing to our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

  • @ashutoshsalekar1810
    @ashutoshsalekar1810 3 года назад +1

    Why you haven't put data set link in description ? You are collecting email ids of people by asking it to provide datset.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that too. Hope that helps.

  • @GauravSingh-kf1wl
    @GauravSingh-kf1wl 5 лет назад

    This was really helpful to understand. Great tutorials!!! Can you please share this dataset for practice?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Gaurav, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

    • @sejalchandra2114
      @sejalchandra2114 4 года назад

      @@SimplilearnOfficial plz share dataset on chandrasejal06@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi, thanks for watching our video. We have sent the requested dataset to your mail ID. Do show your love by subscribing to our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

  • @rakshithahs814
    @rakshithahs814 3 года назад +1

    Hi! Great tutorial! Could you please send me the dataset?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @trisitchatterjee3157
    @trisitchatterjee3157 5 лет назад

    Thanks for the video!! Can you share the dataset plz?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Trisit, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @sandyjust
    @sandyjust 5 лет назад

    Absolutely loved it!! Can you please forward me the data sets?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Sandipan, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @lateefjolaoso2348
    @lateefjolaoso2348 3 года назад

    Great tutorial. Please can you send the datasets please. Thanks in advance

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that too. Hope that helps.

  • @yash0307jain
    @yash0307jain 5 лет назад

    You took mat variable for confusion matrix, can you tell me what is the difference between mat and mat.T??? (mat and mat.T both are printing different tables)

  • @Loicmartins
    @Loicmartins 8 месяцев назад

    Thanks a lot!

  • @fredmutisya4492
    @fredmutisya4492 3 года назад +1

    Great class, please send me the data set.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that too. Hope that helps.

  • @phuchuynh9653
    @phuchuynh9653 2 года назад +1

    thank you ^^

    • @SimplilearnOfficial
      @SimplilearnOfficial  2 года назад

      Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )

  • @neobillion8976
    @neobillion8976 3 года назад

    why is P(A|B) plus P(NOT A | B) not equal to 1?

  • @arishuynhvan
    @arishuynhvan 3 года назад

    16:34 Why P(Discount = Yes, FreeDelivery = Yes, Day = Holiday | No) = P (Discount = Yes | No) * P (FreeDelivery = Yes | No ) * P (Day = Holiday | No) ? Are P (Discount = Yes | No), P (FreeDelivery = Yes | No ), P (Day = Holiday | No) probabilities of independent events?

  • @dineshsaud7088
    @dineshsaud7088 3 года назад +1

    great content. can you provide me the dataset ?

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that too. Hope that helps.

  • @nagbansi1
    @nagbansi1 6 лет назад

    Hi Simplilearn, It was really a nice tutorial and the example of Shopping was superbly explained. I have one doubt regarding code, when you were providing some different input like "Presedent of India", then you were getting output(lable) correctly. How was that working?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      This works on the principle of text categorization. We have used Naive Bayes to achieve this in this video, though other algorithms could also be used for the same purpose.

  • @Lampapoultaal8
    @Lampapoultaal8 4 года назад

    Keep up the good work Simplilearn team, please send me the dataset mentioned at around 8:41

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      Hello Lampa, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

    • @Lampapoultaal8
      @Lampapoultaal8 4 года назад

      Thanks very much for the swift and positive response, here it is >> lampapoultaal@gmail.com

  • @THE.fatle.drawer
    @THE.fatle.drawer 5 лет назад +1

    Awesome tutorial..... :) Dataset please???

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Narendra, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

    • @THE.fatle.drawer
      @THE.fatle.drawer 5 лет назад +1

      @@SimplilearnOfficial do you want to share my ID here...?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      You can post it in the comment section and we will send you required file directly. If you want your email ID to be kept hidden from others, we can do that as well. Hope that helps!

    • @sougandhdhuri2526
      @sougandhdhuri2526 5 лет назад +1

      @@SimplilearnOfficial can you send me the dataset also

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Sougandh, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @manishgaurav84
    @manishgaurav84 4 года назад

    @13.24 - P(Weekday|Buy) should be 9/24. In slides it is 2/6

    • @manishgaurav84
      @manishgaurav84 4 года назад

      Also could you please send the data sets @ manishgaurav84@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi, thanks for watching our video. We have sent the requested dataset to your mail ID. Do show your love by subscribing to our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

  • @maxwellndognkongmanga8094
    @maxwellndognkongmanga8094 6 лет назад

    great tutorial, very easy to understand
    Please can i have a dataset to test your demo

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Hello Maxwell, thanks for watching our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @JunaidInHenan
    @JunaidInHenan 4 года назад

    I have twitter text data around in millions , that i fetched from twitter based on the terms ' Coronavirus'. 'COVID-19', Now i put some labels manually to approximately 2000 posts, Now can i use this algorithm to classify the remaining textual data based on my labels that i gave? PS: I classified the data into eight textual categories! And also for text data classification which algorithm is best ?

  • @saswatsss007
    @saswatsss007 5 лет назад

    Awesome explanation, could you please share me the dataset. Thanks!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello, thanks for appreciating our work. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @shivanithakur8938
    @shivanithakur8938 4 года назад

    Nice tutorial. Pl confirm how to import classified text in CVS or excel file.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад +1

      Hello Shivani, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

    • @shivanithakur8938
      @shivanithakur8938 4 года назад +1

      @@SimplilearnOfficial sheevani.thakur@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi, thanks for watching our video. We have sent the requested dataset to your mail ID. Do show your love by subscribing to our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @shivanithakur8938
      @shivanithakur8938 4 года назад +1

      @@SimplilearnOfficial I am unable to open a middle file you have sent. Pl confirm, have you created a data set in excel.

    • @shivanithakur8938
      @shivanithakur8938 4 года назад

      @@SimplilearnOfficial I have sent you an email pl check.

  • @SLAYERFPS
    @SLAYERFPS 3 года назад

    13:28 P(B|A) is 9/24 (0.375) not 2/6 (0.333...), but the result is correct.

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Thank you so much for bringing this to our attention. We reported this right away to the relevant department.

  • @amauryribeiro1860
    @amauryribeiro1860 4 года назад

    wow thank you so much!!! excelente content !!!

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @NeemaGNair
    @NeemaGNair 5 лет назад

    Great tutorial, could you please share the dataset?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Neema, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @usmanshaikh1115
    @usmanshaikh1115 6 лет назад

    Wonderful Video! very helpful. Can I please have the data set. Thank you

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Hey Dean, thank you for appreciating our work. We are glad to have helped. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. Cheers!

  • @nyjahgrant2792
    @nyjahgrant2792 5 лет назад

    Hello thank you so much for this!. If possible, can I get the shopping data to try and analyze myself in Python? Thank you!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Nyjah, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @archangel3gg646
    @archangel3gg646 5 лет назад

    Amazing explanation, please could you send me a copy of the data set - many thanks for these tutorials!

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hey, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @eduardodimperio
    @eduardodimperio 5 лет назад

    Hi could please share the database used for the demo? Thank you

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +1

      Hello Eduardo, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @harishkumar-kl9nd
    @harishkumar-kl9nd 4 года назад

    There is an error at 13:09 when P(weekday| buy) = 2/6 however it should be 9/24.

  • @sachindoddamani2304
    @sachindoddamani2304 3 года назад

    awesome explanation..could u please share the code and dataset..it will be really helpful

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello Sachin, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we can send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that too. Hope that helps.

    • @sachindoddamani2304
      @sachindoddamani2304 3 года назад

      @@SimplilearnOfficial cricketfanhere@gmail.com

  • @chantalakue3791
    @chantalakue3791 5 лет назад

    Hi thank you for this great video.
    could you share the dataset please

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Chantal, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @dpetrov32
    @dpetrov32 4 года назад

    At 12:56 you say 2/6 equals 0.33, at 13:12 you say 2/6 equals 0.375. P(Weekday | No buy) is truly 2/6, but P(Weekday | Buy) is the opposite, 9/24.
    At 11:05 what? You WRITE P(Weekday), but SAY the probability of making a purchase on a weekend, which would be P(Buy | Weekend). Then you say that the P(Buy | Weekend) is 11/30, but it is 7/24.

  • @malamdogo392
    @malamdogo392 5 лет назад

    Nice one! i have almost downloded all the videos here pls, help me with the datasets for the tutorial so as to practice it plss

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @srikanth0venkataswam
    @srikanth0venkataswam 4 года назад

    Hi
    It's a very good tutorial. Would appreciate if you can send the dataset.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello Srikanth, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @pankajsingh3870
    @pankajsingh3870 4 года назад

    Nice Video sir can you please share this dataset.

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Greetings! Thank you for your kind words. Spread the word by liking, sharing and subscribing to our channel! Cheers :).

  • @careywang8768
    @careywang8768 5 лет назад +1

    Hello! Thanks for creating such a wonderful tutorial! Could you please send me the dataset?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +1

      Hello Carey, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

    • @careywang8768
      @careywang8768 5 лет назад +1

      @@SimplilearnOfficial Hi! Thanks for reply. My email is careywang1231@gmail.com.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Carey, thanks for sharing your mail ID. We have sent the requested dataset to your mail ID. Do subscribe to our channel and get our new video updates directly into your email. If you have any questions related to these videos, you can post in the comments section, we will clear your queries/doubts.

  • @amitsahoo1989
    @amitsahoo1989 4 года назад

    At 3:10 mins, P(B) has been mentioned as probability of (A) , this should be probability of (B) .

  • @cenktoker6115
    @cenktoker6115 6 лет назад

    Thanks for the video. I couldn't catch (for the purchase&no purchase example) why the sum of probability of a purchase and probability of no purchase doesn't make 1. When B = (Day=Holiday , Discount=Yes , Free Delivery = Yes) , there are only 2 possible results , buy or no buy. So the sum of the probabilities should equal 1 , isn't it?

    • @surajjadhav2887
      @surajjadhav2887 6 лет назад

      I too have the same doubt, I think the clarification given earlier is ambiguous.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      We need to normalize the conditional probabilities and these normalized probabilities do add up to 1 (Go to 19:14 in the video).

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      We need to normalize the conditional probabilities and these normalized probabilities do add up to 1 (Go to 19:14 in the video).

    • @10parth10
      @10parth10 4 года назад +1

      @@SimplilearnOfficial
      There is a calculation mistake @ 15:35 .
      I think your intuition is wrong, however, I'm not sure as I am still very inexperienced in the field(student).
      However there is a normalization probability in Bayes(denominator).

  • @rahulgupta4258
    @rahulgupta4258 3 года назад

    Please provide dataset for all the algorithms

    • @SimplilearnOfficial
      @SimplilearnOfficial  3 года назад

      Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.

  • @MuhammadFaizan-xq2sh
    @MuhammadFaizan-xq2sh 5 лет назад +1

    Dataset please ?? Will be helpful,
    thanks in advance

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Muhammad, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

    • @MuhammadFaizan-xq2sh
      @MuhammadFaizan-xq2sh 5 лет назад +1

      @@SimplilearnOfficial faizii.jay@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад +2

      Hi Jay, we are super happy that you love your videos. We are glad to have helped. We have also shared the dataset to your mail ID. Do subscribe, like and share to stay connected with us. Cheers :)

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi, thanks for sharing your email ID. We have sent the requested dataset to your mail ID. Do subscribe, like and share to stay connected with us. Cheers :)

  • @uzmasardar5998
    @uzmasardar5998 5 лет назад +1

    Probability Probability Probability Probability and done

  • @dellainey
    @dellainey 5 лет назад

    Great tutorial video! very well explained. Could i have the dataset so i could use it.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Dellainey, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Dellainey, thanks for sharing your mail ID. We have sent the requested dataset to your mail ID. Do subscribe, like and share to stay connected with us. Cheers :)

  • @kandulahema7133
    @kandulahema7133 5 лет назад

    video is very interesting and useful. I would like to work on the dataset can u please share

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Hema, we are glad you found our video interesting and useful. We have sent the requested dataset to your mail ID. Do show your love by subscribing our channel using this link: ruclips.net/user/Simplilearn and don't forget to hit the like button as well. Cheers!

    • @kandulahema7133
      @kandulahema7133 5 лет назад

      @@SimplilearnOfficial Sir, I haven't received any email regarding dataset yet!

  • @inayatullah5576
    @inayatullah5576 6 лет назад

    Thanks for uploading such type of videos. kindly send me the dataset thanks

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Hi Baloch, thanks for checking out our tutorial. We have sent the requested dataset to your mail ID. Do support us by subscribing to the channel as well as giving a thumbs up to the video. Cheers!

  • @tannerunagaraju4496
    @tannerunagaraju4496 4 года назад

    Thanks for such a great tutorial! Can I have the dataset, please?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello Tanneru, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

    • @thiessc8383
      @thiessc8383 3 года назад

      @@SimplilearnOfficial can you send me the Dataset? My Email is thies.schomaker@gmx.de

  • @claudiawellmann4835
    @claudiawellmann4835 5 лет назад

    great tutorial, can you please send the dataset? thanks.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hi Claudia, thanks for appreciating our work. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @nitinnagpure895
    @nitinnagpure895 5 лет назад

    Please can you give dataset of shoping demo

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Nitin, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @sayedyousef1794
    @sayedyousef1794 5 лет назад +1

    thanks for the video, can I have the dataset?

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Sayed, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @YogeshRawat20
    @YogeshRawat20 5 лет назад

    nice video. thank you , can you please help mi with the data set

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hey Yogesh, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @Maya-pf2zw
    @Maya-pf2zw 4 года назад

    good video .can I get the data set please?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello Maya, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @SaurabhKumar-gj5mp
    @SaurabhKumar-gj5mp 4 года назад +1

    great tutorial. Can you please send me data set?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello Saurabh, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

    • @SaurabhKumar-gj5mp
      @SaurabhKumar-gj5mp 4 года назад +1

      @@SimplilearnOfficial thanks you. saurabh.cegian@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hi Saurabh, thanks for watching our video. We have sent the requested dataset to your mail ID. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  • @olgaseleznova4738
    @olgaseleznova4738 5 лет назад

    Great tutorial! Send me please the dataset.

    • @SimplilearnOfficial
      @SimplilearnOfficial  5 лет назад

      Hello Olga, thanks for viewing our tutorial. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly. On the off chance that you need your email ID to be kept hidden from others, we can do that also. Hope that helps.

  • @emilyr13
    @emilyr13 4 года назад

    Hi thank you for this video! Please could i ask for the dataset and source code?

    • @SimplilearnOfficial
      @SimplilearnOfficial  4 года назад

      Hello, thanks for viewing our tutorial and we hope it is helpful. It would be helpful if you will provide your email ID to us so that we could send the requested dataset promptly.

  • @nikhilbadgujar4916
    @nikhilbadgujar4916 6 лет назад +1

    Nice video , it would be really helpfull if i had dataset can u please send it

    • @nikhilbadgujar4916
      @nikhilbadgujar4916 6 лет назад +1

      my mail id is nikhilbadgujarand@gmail.com

    • @SimplilearnOfficial
      @SimplilearnOfficial  6 лет назад

      Hi Nikhil, we are glad that you found our video helpful. We have sent the requested dataset to your mail ID. Do check out our other tutorial videos and subscribe to us to stay connected in our community. Cheers :)