Skip to content

crazybiceps/Toxic_Comment_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Toxic Comment Classification

Toxic Comment Classification Problem was a Kaggle Competition of 2018 link : https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge#description

Data can be Downloaded from the above link

The code is a mixture of ANN and TidyText Models, so as to get a flavor of both the 1-D CNN(which sees pattern in the text) and word frequencies .

The gloVe6B word Embedding are used with 100 dimensions.

The final probability output is a weighted average of the above outputs

Releases

No releases published

Packages

No packages published

Languages