Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 548 Bytes

Topic-Modelling-using-Latent Dirichlet Allocation (LDA)

Topic modeling is the process of identifying topics in a set of documents.

This can be useful for search engines, customer service automation, and any other instance where knowing the topics of documents is important.

I used Latent Dirichlet Allocation (LDA) Algorithm.

Dataset (optional)

The dataset is available as a single csv file.

Technologies Used

1.NLTK

2.LDA

3.Python

Author

Rahul Kumar Patro