-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Roadmap (2016)
Menshikh Ivan edited this page Jan 19, 2018
·
2 revisions
- Collaborate with other ecosystems (spaCy, sklearn, Spark etc)
- GPU and distributed computing
- New Deep Learning models
May - July 2016:
-
Beginner doc2vec tutorial.See tutorial -
Intermediate word2vec and doc2vec tutorials based on common mailing list questions.Fixed via code warnings. - Visualisation for comparing two LDA models based on PyLDAVis. WIP by @nipunsadvilkar. Maybe rewrite in Bokeh so can keep developing in Python.
Jul - Nov 2016:
- Sklearn integration (here's how keras does their sklearn wrappers, add module to sklearn_contrib github repo) WIP by @aadityaj
- GPU integration. Keras integration. Evaluation of word2veckeras by @simonpavlik.
- update website on radimrehurek.com
- Add a Keras neural network model to Gensim
- Running Gensim on Spark or Hadoop.
- Reading the ouput of Spark MLLib LDA model into gensim.
- SpaCy collaboration: sparsetools, common API.
- GPU part 2. TensorFlow SVD for LSI, word2vec and glove integration. Replacement of existing word2vec code.