Top2Vec Topic Modelling and Semantic Search Python Demo on arxviv Dataset #NLP

preview_player
Показать описание
In this video I demonstrate using a Kaggle notebook how topic modelling and semantic search can be done using Top2Vec python library. Top2Vec is an algorithm for topic modeling and semantic search. It automatically detects topics present in text and generates jointly embedded topic, document and word vectors. Once you train the Top2Vec model you can:
• Get number of detected topics.
• Get topics.
• Get topic sizes.
• Get hierarchichal topics.
• Search topics by keywords.
• Search documents by topic.
• Search documents by keywords.
• Find similar words.
• Find similar documents.
• Expose model with RESTful-Top2Vec

If you like such content please subscribe to the channel here:

Relevant Links:
Рекомендации по теме
Комментарии
Автор

Really nice job explaining a complex model in a very simple way. Thank you.

vt