Most of the academic articles that are related to medical topics seem hard to read for the majority of the population. The reason why, purpose of this project is to generate a model that could divide the article's abstract into parts such as method, objective, and results to read easier. For this model, RNNs, 1-D CNNs, pre-trained, and hybrid models are used. The first models will be tried on 10% of the dataset. After that, the best model will be trained on the full data set.
- Importing Libraries and Needed Functions
- Importing Data
- RNN Models
- LSTM
- GRU
- Pre Trained Embedding Models
- USE
- Word2Vec
- CNN Models
- Hybrid Models
- Data Preperation for Hybrid Models
- Hybrid Model 1
- Hybrid Model with Word2Vec
- Original Model
- Comparing Models
- Training the Best Model with Whole Data Set
- Conclusion