imgcook / datacook

Machine Learning and Data Analysis in JavaScript.
https://imgcook.github.io/datacook
Apache License 2.0
43 stars 7 forks source link

NLP related ops #8

Open WenheLI opened 3 years ago

WenheLI commented 3 years ago

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

steveoni commented 3 years ago

Task

yorkie commented 3 years ago

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

steveoni commented 3 years ago

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

Yes. What do you think about it?

WenheLI commented 3 years ago

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.