The objective of project is to build a model to automatically predict tags for a given a StackExchange question by using the text of the question in PyTorch.
Dataset Specs: Over 85,000 questions and over 1300 unique tags
-
Load Data and Import Libraries
-
Dataset Preparation
2.1 Merge Tags with Questions
2.2 Filter Questions with respect to Top-10 Tags
-
Text Preprocessing
3.1 Text Cleaning
3.2 Text Representation
-
Model Building
4.1 Model Architecture
4.2 Model Training
-
Model Evaluation
5.1 Check Performance
5.2 Show Inference
-
Model Building for LSTM
-
Model Evaluation for LSTM
If you have any feedback, please reach out to us at dev.prince1897@gmail.com
Contributions are always welcome!
Please adhere to this project.