Kaggle's Toxic Comment Classification Challenge
Classifier engine for toxic online comments
- Standard BiRNN
- BiRNN with Attention
- Mixed Char (with conv) + Token BiRNN
- Char-level CNN-LSTM
- Word-level LSTM-CNN
- data - Placeholder for input/output data
- logs - Placeholder for tensorflow logs for tboard
- models - Placeholder for saving models
- notebooks - IPython Experiments
- src - Source code
- data - Script to preprocess dataset
- models - Script and utilities to train and eval models
Project based on the cookiecutter data science project template. #cookiecutterdatascience