Naive Bayes Algorithm from Scratch
Nov 10, 2018 · 12 min read · Naive Bayes algorithm is a Classification algorithm based on applying Bayes theorem with the “naive” assumption of conditional independence between every pair of features given the value of the class variable. Don’t worry if you can’t understand this...
Join discussion