Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 532 Bytes

NLP Document Classification

Exploration of Document Classification Techniques: Classifying news articles with CNN, Dense and Logistic models

Summary

The code in the various models can be used as a basis for more complex custom document classification systems. These models were benchmarked using the BBC news dataset in the data folder, with the following results:

  • Dense network: accuracy 95.96%, evaluation time: 0.0076s
  • CNN: accuracy 96.63%, evaluation time: 2.7s
  • Logistic: accuracy 96.18%, evaluation time: 0.0015s