machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

Topic Modeling with LDA

Open UKVeteran opened this issue 3 years ago • 0 comments

TL;DR

Article Link

https://medium.com/@dasroma94/topic-modeling-with-lda-7360e6628da1

Author

Romaly Das

Key Takeaways

Topic Modeling can be described as a method for finding a group of words from a collection of documents that represents the information about the collection. It helps in discovering hidden patterns in terms of topics, annotating documents according to these topics and finally, using these annotations to search and summarize texts.

Useful Code Snippets

Useful Tools

Comments/ Questions

UKVeteran avatar Aug 21 '21 10:08 UKVeteran