cover image

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

cover image
bjpcjp/gensim-lessons
16 Jan 2022
github.com

Working files for gensim NLP tutorials.

cover image
Topic Modeling with Gensim (Python) - A Practical Guide
12 May 2018
machinelearningplus.com

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
Gensim: topic modelling for humans
2 Feb 2018
radimrehurek.com

Efficient topic modelling in Python