Spam Mail Detection with Machine Learning in Python

Поділитися
Вставка
  • Опубліковано 11 кві 2024
  • In this video, we learn how to detect spam mails using machine learning in Python.
    Dataset: www.kaggle.com/datasets/venky...
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine.com/services
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
  • Наука та технологія

КОМЕНТАРІ • 17

  • @rtr195807
    @rtr195807 Місяць тому +5

    You must pass email_text into the stemmer function to predict the email, otherwise spam will always be evaluated.

    • @NeuralNine
      @NeuralNine  Місяць тому +2

      You are absolutely right. I made a mistake there. In the list comprehension text needs to be replaced by email_text. Thanks.

  • @rohitkochikkatfrancis
    @rohitkochikkatfrancis Місяць тому +8

    Please do an END TO END ML application tutorial. VERY HARD to find such videos to prepare myself to create for industry standards.

  • @H3ndr1x220
    @H3ndr1x220 Місяць тому

    Very educational, sir would you please make a tutorial about IDs(intrusion detection system)

  • @omeryilmaz199
    @omeryilmaz199 Місяць тому

    Is there any way to find best parameters for hyper parameter optimization? Especially, for deep learning models such as CNN,RNN or LSTM etc.

  • @altojr7607
    @altojr7607 Місяць тому

    At ipynb cell [25]: , line number 2
    "for word in text if word....."
    Is that right? Coz I thought it will be like
    "for word in email_text if word....."
    Won't that change the prediction results?

  • @tienduongquang3692
    @tienduongquang3692 Місяць тому

    Which compiler do you use??

  • @realvoximir
    @realvoximir Місяць тому

    great video!

  • @roninababan1239
    @roninababan1239 Місяць тому +1

    NICE BRO

  • @ashraf_isb
    @ashraf_isb Місяць тому

    thanks again

  • @YOUNGESTERShub
    @YOUNGESTERShub 23 дні тому

    Where are you running the code

  • @shivangigaureichandra2136
    @shivangigaureichandra2136 Місяць тому

    Thank u

  • @mattespola
    @mattespola Місяць тому

    What about the overfitting issue possibility? 97% is high, is the model overfitted?

    • @tehyonglip9203
      @tehyonglip9203 Місяць тому

      you can prepare some test data to countercheck your model

  • @tcgvsocg1458
    @tcgvsocg1458 Місяць тому +1

    if you dont show exemple don t make video

    • @Brettm501
      @Brettm501 Місяць тому +2

      This man is super helpful and knowledgeable but I wish he added an example at the beginning and end at least. Helps newbies like me

    • @tora3492
      @tora3492 День тому

      what example ?
      14:35 He did show, didn't he ?