Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
word2vec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
35
Issues
35
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DESHPANDE SRIJAY PARAG
word2vec
Commits
d1b0954f
Commit
d1b0954f
authored
Aug 01, 2013
by
tmikolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aa
parent
3628abdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
demo-analogy.sh
demo-analogy.sh
+1
-2
No files found.
demo-analogy.sh
View file @
d1b0954f
make clean
make
if
[
!
-e
text8
]
;
then
wget http://mattmahoney.net/dc/text8.zip
-O
text8.gz
...
...
@@ -8,5 +7,5 @@ echo ---------------------------------------------------------------------------
echo
Note that
for
the word analogy to perform well, the models should be trained on much larger data sets
echo
Example input: paris france berlin
echo
-----------------------------------------------------------------------------------------------------
time
./word2vec
-train
text8
-output
vectors.bin
-cbow
1
-size
200
-window
5
-negative
5
-hs
0
-sample
1e-3
-threads
12
-binary
1
time
./word2vec
-train
text8
-output
vectors.bin
-cbow
0
-size
200
-window
5
-negative
0
-hs
1
-sample
1e-3
-threads
12
-binary
1
./word-analogy vectors.bin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment