tweet analysis
Tweets Analysis using Bert
This tutorial includes a simplified and clean implementation of Bert using ktrain to classify tweets which placed me in the top 15% of the leaderboard on kaggle. Predict which Tweets are about real disasters and which ones are not using Bert Model. We would be using numpy and pandas for processing our dataset, matplotlib and seaborn for data visualization, and ktrain for implementing our bert model. We would first see all the features having missing values. This would include data from both the training and testing dataset.