We collect data on seven different topics on twitter to build an LDA model as well as a discriminative Neural Network to benchmark their performance in topic classification.
Read our final report here.
- crypto
- tesla
- championsleague
- formula1
- thanksgiving
- holidays
- covid19
python3 -m venv venv
source venv/bin/activate
make install
make data-collect
cd src
python3 lda_modeling.py
cd src
# tune hyperparameters
python3 tf_hyperparameter_tuning.py
Visually inspect results in visualize_study.ipynb
# run neural network with chosen params
cd src
python3 tf_train_model_with_best_params.py
Name | Reference |
---|---|
Anna Dai | GitHub Profile |
Satvik Kishore | GitHub Profile |
Moritz Wilksch | GitHub Profile |