NLP classification for kaggle competition to predict whether a tweet is disaster.
- Remove Punctuations
- Remove Links, HTML tags, Numbers
- Convert Text to Lower case
- Remove Stopwords
- Lemmatization (to make sure the token keeps its meaning)
NLP classification for kaggle competition to predict whether a tweet is disaster using TensorFlow.
Jupyter Notebook