aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-feature-extraction.md
diff options
context:
space:
mode:
authorLiquan Pei <liquanpei@gmail.com>2014-08-17 23:29:44 -0700
committerXiangrui Meng <meng@databricks.com>2014-08-17 23:29:44 -0700
commit3c8fa505900ac158d57de36f6b0fd6da05f8893b (patch)
tree5c63bedf4fcabd85016640b7dd4b6d4721b45b25 /docs/mllib-feature-extraction.md
parentdf652ea02a3e42d987419308ef14874300347373 (diff)
downloadspark-3c8fa505900ac158d57de36f6b0fd6da05f8893b.tar.gz
spark-3c8fa505900ac158d57de36f6b0fd6da05f8893b.tar.bz2
spark-3c8fa505900ac158d57de36f6b0fd6da05f8893b.zip
[SPARK-3097][MLlib] Word2Vec performance improvement
mengxr Please review the code. Adding weights in reduceByKey soon. Only output model entry for words appeared in the partition before merging and use reduceByKey to combine model. In general, this implementation is 30s or so faster than implementation using big array. Author: Liquan Pei <liquanpei@gmail.com> Closes #1932 from Ishiihara/Word2Vec-improve2 and squashes the following commits: d5377a9 [Liquan Pei] use syn0Global and syn1Global to represent model cad2011 [Liquan Pei] bug fix for synModify array out of bound 083aa66 [Liquan Pei] update synGlobal in place and reduce synOut size 9075e1c [Liquan Pei] combine syn0Global and syn1Global to synGlobal aa2ab36 [Liquan Pei] use reduceByKey to combine models
Diffstat (limited to 'docs/mllib-feature-extraction.md')
0 files changed, 0 insertions, 0 deletions