aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 51 forks source link

Spam Filter using MultinomialNB from scratch #28

Closed ayanmaity201 closed 6 years ago

ayanmaity201 commented 6 years ago

I want to contribute an email or sms spam filter written using Multinomial Naive Bayes from scratch without using any ready-to-use ML package.

aribis369 commented 6 years ago

@ayanmaity201 You can go ahead with it.