You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]
Insights from the Supervised LDA model
Results
About
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.