Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 542 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 542 Bytes

Topic-Modeling-using-LDA

Here are two datasets trained with LDA model:

  1. ABC News article: Extracts the topic and keyboard from each news article (csv file) for over 10,000 articles. Two approaches used with the model: bag of words, TF-IDF
  • temp.py and abc.csv file
  1. AAN Dataset: Extracts four keywords from each paper in the AAN (American Academy of Neurology) Conference for over 20,000 papers (json object). Implemented Gensim LDA and output the title and trained keywords as the final product.
  • jsontest.py and aan.json file