#About Data
The dataset was obtained from Kaggle. It's about twit from twiter, and it's about something bad.
The target column is either 1 or 0, indicating whether or not the twit is concerned about disaster.
#Famework
- Tensorflow
- Keras
- Scikit-learn
- Numpy
- Seaborn
- Pandas
- NLTK
- Preprocessing using NLTK
- Model Building (LSTM)
- Model evaluation