Explain Gensim?

766    Asked by DorineHankey in Data Science , Asked on Dec 23, 2019
Answered by Dorine Hankey

Gensim is an open source library used in Python which is used for various natural language processing and text clustering techniques. It not only targets memory processing but also handles large collection of texts using data streaming and incremental online algorithms. It uses various implementations of word embedding techniques such as Word2Vec, Doc2Vec, Glove, FastText, Latent Semantic Analysis, Non-negative matrix factorization, etc. 


Your Answer

Interviews

Parent Categories