Creating a Spam Filter using Naive Bayes

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

Комментарии • 34

  • @t.danielyan
    @t.danielyan 11 месяцев назад +5

    This is naive video, i understood whole concept in just 30 minutes. Thank you.

  • @james17g
    @james17g 10 месяцев назад +2

    very awesome video and demonstration! Insane to me how this works. one of those things as CS student that gets me excited!

  • @mrunalwaghmare
    @mrunalwaghmare 10 месяцев назад +1

    hey there nice explanation Thanks a lot !
    nicely explained and easy to understand
    wish we had professors like you in our college

  • @magorasmask101
    @magorasmask101 2 месяца назад

    Great video! While playing around with the messages I found the model decided "we have been trying to reach you about your cars extended warranty" is ham haha. Other messages were no issue though.

  • @IsmailAydemir0
    @IsmailAydemir0 Месяц назад

    Hello! thank you for the video, it helped me a lot to understand how Naive Bayes is works!

  • @FORCP-bq5fo
    @FORCP-bq5fo 8 месяцев назад

    Such a simple and greatly explained video. Thanks man

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

    thank you, i can learn a lot from you

  • @shahriaralom4547
    @shahriaralom4547 Год назад +4

    please can you provide the link of written script

  • @Kalyan1143
    @Kalyan1143 10 месяцев назад +1

    Will you provide github project link
    For full souce code

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

    Hi there. Good video. Please, what screen record did you use ?

  • @wahajrashid270
    @wahajrashid270 3 месяца назад

    I really hope someone will HELP me in my case so I built a similar spam detector for my college project but my professor is saying that it is a data science project that is why I want to give it a touch of cybersecurity so what should I add in this project to make it more specific to cyber security ?

  • @livingstonjeeva2219
    @livingstonjeeva2219 2 года назад +2

    Nicely explained... thanks

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

    Awesome Video Learned a lot

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

    why when i upload the dataset make this eroor Error tokenizing data. C error: Expected 2 fields in line 13, saw 4

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

    So I have gone through your entire videos
    And trust me as an engineering student you have awesome videos. But if you can focus your teaching with project based then you will have a lot of views
    Example the videos your have on linear regression, support vector machine and the rest
    But this is amazing
    Thanks so much

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

      Thank you so much for the kind words and feedback. I'll have to make a new project video soon. Do you have any requests about a type of project I should do a video about in the future?

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

    Hi, thanks a lot for the video. It is very informative and very well explained. I have a curiosity, where did you get the email database from? Thank you in advance.

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

    Thank you man!

  • @karthickm7906
    @karthickm7906 9 месяцев назад

    Can you provide github project link containing full source code

  • @purvisingh235
    @purvisingh235 11 месяцев назад

    is this realated with cloud coumputing or general mails??/

    • @nickstugard9062
      @nickstugard9062  11 месяцев назад

      This video details the algorithm we can use for classifying any text/string and is very general. But it is only a binomial classification with the only options being 'spam' or 'not spam.' This can be implemented inside of another program that inputs text/strings into this model we've built. Which means it could be implemented in a cloud computer setting or just for general emails.

  • @Diniyaaaaaa
    @Diniyaaaaaa 9 месяцев назад

    Can u please provide the code 🙂🙂🙂🙂

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

    Thank you so much sir ☺️

  • @kanuemma9387
    @kanuemma9387 7 месяцев назад

    Legend

  • @monirhasananik8720
    @monirhasananik8720 2 месяца назад

    where is the code file?

  • @isaacp8073
    @isaacp8073 2 года назад +3

    Please can you link the dataset you used. Really good video btw. Very well explained.

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

      Sorry for the delay. You can find the dataset I used in the description or here:
      github.com/NStugard/Intro-to-Machine-Learning/blob/main/spam.csv
      You can save it to your local machine by right-clicking the button that says "Raw," then "Save link as," then saving it as "spam.csv"

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

      And thank you for the kind words

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

      No problem at all. Thank you very much

  • @dm-hn2wt
    @dm-hn2wt 9 месяцев назад

    Hoe to deploy this plsss