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
c768b1d2
Commit
c768b1d2
authored
Aug 01, 2013
by
tmikolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aa
parent
3cdf8814
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
demo-word.sh
demo-word.sh
+2
-3
No files found.
demo-word.sh
View file @
c768b1d2
make clean
make
if
[
!
-e
text8
]
;
then
wget http://mattmahoney.net/dc/text8.zip
-O
text8.gz
gzip
-d
text8.gz
-f
fi
time
./word2vec
-train
text8
-output
vectors.bin
-cbow
1
-size
200
-window
5
-negative
5
-hs
0
-sample
1e-3
-threads
12
-binary
1
./distance vectors.bin
time
./word2vec
-train
text8
-output
vectors.bin
-cbow
0
-size
200
-window
5
-negative
0
-hs
1
-sample
1e-3
-threads
12
-binary
1
./distance vectors.bin
\ No newline at end of file
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