Simple LDA Topic Modeling in Python: implementation and visualization, without delve into the Math

The very simple approach to train a topic model in LDA

within 10 minutes!

 

Plot words importance

 

3 thoughts on “Simple LDA Topic Modeling in Python: implementation and visualization, without delve into the Math

  1. The topic numbers in the graph are not the same as the numbers in the gensim output! is there any way to solve this?

    • Will be same! the model outputs 10 topic and the graph visualizes 10. you can control how many topics the model will generate by passing num_topics= to LDA() when training the model. Yet you can print out less than 10 topics(when training the model, pass num_topics =10), calling the method model.print_topics(num_topics=5, num_words=10), so the model will show you 5 topics rather than 10.

Leave a Reply

Your email address will not be published.

Notice: Undefined index: cookies in /var/www/html/wp-content/plugins/live-composer-page-builder/modules/tp-comments-form/module.php on line 1638