Natural Language Processing with Disaster Tweets
RNN model in Tensorflow to classify whether Tweets are about a disaster or not. The data provided is in a tabular format and requires quite a lot of pre-processing for the model. Different normalization methods are applied to each column based on their type and tokens also had to be prepared for the embedding layer.