Skip to content

Jean-Reinhold/naive-bayes-from-scratch-tweet-toxicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Twitter Toxicty Detection Using Naive Bayes from scratch

This Jupyter notebook provides a step-by-step guide on how to implement a Naive Bayes classifier from scratch to identify the toxicity in tweets.

Overview

The field of social media has grown rapidly, with Twitter playing a crucial role as a platform for sharing thoughts, news, and events. However, offensive or harmful content permeates through Twitter, highlighting the need for efficient and effective toxicity detection mechanisms.

This Jupyter notebook aims to implement a Naive Bayes classifier from scratch and use it to detect toxic tweets. Naive Bayes is a simple and powerful algorithm for predictive modeling and text classification which is robust to irrelevant features. We'll apply this model to a dataset of tweets to classify them as either toxic or non-toxic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published