gensim

cover image

Learn what vector search is and the metrics pertinent to decide the distance (or similarity) between objects.

cover image

Working files for gensim NLP tutorials.

cover image

Topic Modeling is a technique to understand and extract the hidden topics from large volumes of text. Latent Dirichlet Allocation(LDA) is an algorithm for topic modeling, which has excellent implementations in the Python's Gensim package. This tutorial tackles the problem of finding the optimal number of topics.

cover image

Efficient topic modelling in Python