Skip to content

vivek7266/alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

alfred

Kaggle Quora Competition # Top 31 %

To identify a toxic content, a 2 layered bidirectional CuDNNLSTM with Word2Vec 300d has been implemented. It has been benchmarked against Latent Dirichlet Allocation with Random Forest. CuDNNLSTM+Word2Vec gave a f1 score of ~0.66, however, LDA+RF had the score of 0.56.