Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Adding unsupervised FastText to Gensim #1525

Merged
merged 35 commits into from
Sep 19, 2017
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a815c84
added initial code for CBOW
chinmayapancholi13 Aug 8, 2017
102c14a
updated unit tests for fasttext
chinmayapancholi13 Aug 13, 2017
4c449df
corrected use of matrix and precomputed ngrams for vocab words
chinmayapancholi13 Aug 13, 2017
f49df54
added EOS token in 'LineSentence' class
chinmayapancholi13 Aug 15, 2017
1fcb8fa
added skipgram training code
chinmayapancholi13 Aug 16, 2017
82fda3c
updated unit tests for fasttext
chinmayapancholi13 Aug 16, 2017
cd59034
seeded 'np.random' with 'self.seed'
chinmayapancholi13 Aug 16, 2017
353f7a8
added test for persistence
chinmayapancholi13 Aug 17, 2017
569a026
updated seeding numpy obj
chinmayapancholi13 Aug 17, 2017
c228b8d
updated (unclean) fasttext code for review
chinmayapancholi13 Aug 23, 2017
29c627f
updated fasttext tutorial notebook
chinmayapancholi13 Aug 24, 2017
acbfdf2
added 'save' and 'load_fasttext_format' functions
chinmayapancholi13 Aug 24, 2017
cb7a2ad
updated unit tests for fasttext
chinmayapancholi13 Aug 24, 2017
5a18297
cleaned main fasttext code
chinmayapancholi13 Aug 25, 2017
4b98722
updated unittests
chinmayapancholi13 Aug 25, 2017
cf1f3e0
removed EOS token from LineSentence
chinmayapancholi13 Aug 25, 2017
d986242
fixed flake8 errors
chinmayapancholi13 Aug 25, 2017
bce17ff
[WIP] added online learning
chinmayapancholi13 Aug 25, 2017
cb84001
added tests for online learning
chinmayapancholi13 Aug 25, 2017
fbe8bdc
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
chinmayapancholi13 Aug 25, 2017
58c673a
flake8 fixes
chinmayapancholi13 Aug 25, 2017
893ef76
refactored code to remove redundancy
chinmayapancholi13 Aug 27, 2017
e12f6c0
reusing 'word_vec' from 'FastTextKeyedVectors'
chinmayapancholi13 Aug 27, 2017
39d14bd
flake8 fixes
chinmayapancholi13 Aug 27, 2017
d3ec5a8
split 'syn0_all' into 'syn0_vocab' and 'syn0_ngrams'
chinmayapancholi13 Aug 29, 2017
0854622
removed 'init_wv' param from Word2Vec
chinmayapancholi13 Aug 29, 2017
904882a
updated unittests
chinmayapancholi13 Aug 30, 2017
a9e7d03
flake8 errors fixed
chinmayapancholi13 Aug 30, 2017
ec58512
fixed oov word_vec
chinmayapancholi13 Sep 7, 2017
2ed7d31
removed merge conflicts
chinmayapancholi13 Sep 7, 2017
daace4a
updated test_training unittest
chinmayapancholi13 Sep 7, 2017
58c531b
Merge branch 'develop' into fasttext_gensim
menshikh-iv Sep 18, 2017
3ffa103
Fix broken merge
menshikh-iv Sep 18, 2017
2b0583b
useless change (need to re-run Appveyour)
menshikh-iv Sep 19, 2017
55d731a
Add skipIf for Appveyor x32 (avoid memory error)
menshikh-iv Sep 19, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading