Creating a Spam Filter using Naive Bayes

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

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

  • @magorasmask101
    @magorasmask101 10 часов назад

    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.

  • @tatuldanielyan9943
    @tatuldanielyan9943 9 месяцев назад +4

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

  • @james17g
    @james17g 7 месяцев назад +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 7 месяцев назад +1

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

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

    Such a simple and greatly explained video. Thanks man

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

    thank you, i can learn a lot from you

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

    Awesome Video Learned a lot

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

    please can you provide the link of written script

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

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

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

    Will you provide github project link
    For full souce code

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

    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 Год назад +1

    Nicely explained... thanks

  • @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?

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

    Thank you man!

  • @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.

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

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

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

    Can you provide github project link containing full source code

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

    Legend

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

    Thank you so much sir ☺️

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

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

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

      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.

  • @monirhasananik8720
    @monirhasananik8720 9 дней назад

    where is the code file?

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

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

    • @nickstugard9062
      @nickstugard9062  Год назад +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  Год назад +1

      And thank you for the kind words

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

      No problem at all. Thank you very much

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

    Can u please provide the code 🙂🙂🙂🙂

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

    Hoe to deploy this plsss