You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New
Added demo notebooks:
one: some comparison of TopicNet with Gensim library
two: example of analysis of the 20 Newsgroups dataset, more examples of how one can conduct topic modeling with the help of TopicNet and ARTM
three: more about 20 Newsgroups dataset analysis before actual topic modeling
Fixed
Improved top tokens html display by TopTokensViewer
Fixed TopicNet installation via pip: now all the necessary packages should be installed automatically.
So the command pip install topicnet should work just fine... for Linux :)
Future Plans
Add new regularizers
Add more abilities to control TopicModel's training process — with model.fit() function
Make the library installable with pip also for Windows and Mac without BigARTM preinstalled