Skip to content

Commit

Permalink
Add save method for doc2vec for Tensorboard visualisation (#1256)
Browse files Browse the repository at this point in the history
* added save method fordoc2vec

* change method name and add prefix

* use keyedvectors save

* changes as per @gojomo reviews

* added test

* modified CHANGELOG.md

* expanded tests

* added doc2vec tensorboard viz notebook
  • Loading branch information
parulsethi authored and tmylk committed Apr 19, 2017
1 parent d4c3902 commit a6e86a1
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See the [method documentation](https://github.com/RaRe-Technologies/gensim/blob/
* Explicit epochs and corpus size in word2vec train(). (@gojomo, @robotcator, [#1139](https://github.com/RaRe-Technologies/gensim/pull/1139), [#1237](https://github.com/RaRe-Technologies/gensim/pull/1237))

New features:

* Add modified save_word2vec_format for Doc2Vec, to save document vectors. (@parulsethi,[#1256](https://github.com/RaRe-Technologies/gensim/pull/1256))
* Add output word prediction in word2vec. Only for negative sampling scheme. See [ipynb]( https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/word2vec.ipynb) (@chinmayapancholi13,[#1209](https://github.com/RaRe-Technologies/gensim/pull/1209))
* scikit_learn wrapper for LSI Model in Gensim (@chinmayapancholi13,[#1244](https://github.com/RaRe-Technologies/gensim/pull/1244))
* Add the 'keep_tokens' parameter to 'filter_extremes'. (@toliwa,[#1210](https://github.com/RaRe-Technologies/gensim/pull/1210))
Expand Down
Binary file added docs/notebooks/Tensorboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6e86a1

Please sign in to comment.