imgcook/datacook

NLP related ops

Opened this issue · 4 comments

This issue is used to track NLP related ops.
Feel free to throw any questions and share any progress in this thread.

Task

  • word counter (similar to python Collections.Counter)
  • Word2Vec (using skip gram)
  • count vectorizer
  • TfidfVectorizer

@steveoni @WenheLI will we implement the above functions in JavaScript only?

@steveoni @WenheLI will we implement the above functions in JavaScript only?

Yes. What do you think about it?

For MVP, I think JavaScript is fine; it is fast : P
If you are concerned about the performance issue, we can shift to assemblyscript after the MVP is done.