We built two models to predict tags for StackOverflow posts:
- A Deep Neural Network trained on the tf-idf vector embeddings of the post
- A Supervised LDA topic model.
Please find a README with all the implementation details and results [here]
Tag Suggestion for StackOverflow: We built two models - a deep neural network trained on the tf-idf vector embeddings of the post and a supervised LDA topic model.
Python
We built two models to predict tags for StackOverflow posts:
Please find a README with all the implementation details and results [here]