Skip to content

AyberkMunis/Medical_Abstract_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Medical_Abstract_Classification 👨‍⚕️

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.

Steps of the Project

  1. Importing Libraries and Needed Functions
  2. Importing Data
  3. RNN Models
  • LSTM
  • GRU
  1. Pre Trained Embedding Models
  • USE
  • Word2Vec
  1. CNN Models
  2. Hybrid Models
  • Data Preperation for Hybrid Models
  • Hybrid Model 1
  • Hybrid Model with Word2Vec
  • Original Model
  1. Comparing Models
  2. Training the Best Model with Whole Data Set
  3. Conclusion

About

The 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors