Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

File metadata and controls

22 lines (13 loc) · 1.08 KB

Topic-Modelling

Abstract

Topic modelling is a concept of Natural Language Processing. Topic modeling is a type of statistical modeling for discovering the abstract “topics” that occur in a collection of documents. Latent Dirichlet Allocation (LDA) is an example of topic model and is used to classify text in a document to a particular topic. Topic Modelling of text documents to identify the top topic in a whole document

Images

Stop Cloud Image

image

Topics from TFIDF Corpus

image

LDA Model Topics Score

image

image

pyLDAvis

image