Naive Bayes from Scratch in Python: 2. Step of the Algorithm

preview_player
Показать описание
In this series, we are going to code a Naive Bayes classifier from scratch in Python. And in this video, we are going to write the code that is going to execute the second step of the Naive Bayes algorithm.

Links:

Timestamps:
0:00 - Introduction
1:11 - Code for 2. step of the algorithm
12:35 - Handling the "problem of rare values"
17:52 - Determining accuracy of the algorithm
19:17 - Comparison to Sklearn
Рекомендации по теме
Комментарии
Автор

At 5:06 I meant to say “rounding errors” not “counting errors”

SebastianMantey
Автор

thank you for creating this helpful videol

quynhnhunguyen
Автор

You are a life saver to me sir! your videos helped me in decision tree implementation too much and i am reallly thankful to you! and I'm doing naive bayes too now so this video series will be very helpful to me as well. I'm so grateful to you :)

ayushbhardwaj