aditeyabaral / aditeyabaral/mapreduce-word2vec

Efficient MR logic to create Vocabulary and X and y Matrices

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement hacktoberfest help wanted
主要言語
Python
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

The current MR logic employs 2 sets of mappers and reducers to create the vocabulary and use the indices from the vocabulary to assign indices and find the X and y matrices. It'd be amazing to perform the two steps using a single set of mapper and reducer if possible.

Certain constraints such as the lexicographical ordering of the vocabulary and usage of only 1 input/output file can be done away with to support the new implementation.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。