Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absence of other Scientific libraries for Node.js #16

Open
keon opened this issue May 28, 2016 · 1 comment
Open

Absence of other Scientific libraries for Node.js #16

keon opened this issue May 28, 2016 · 1 comment

Comments

@keon
Copy link

keon commented May 28, 2016

One of the major strength of tensorflow (python) is that it can integrate with other scientific libraries like scikit-learn, pandas, and numpy, and etc. I see no alternatives for Node.js.

@nonnontrivial
Copy link

nonnontrivial commented May 28, 2016

I believe that this is due to the ECMAScript spec not yet supporting 64-bit integers (and other essentials related to scientific computing).

This @maxogden presentation is worth watching: https://www.youtube.com/watch?v=_3oykSKOito
PR mentioned in vid
Repo mentioned in vid

These changes may come in the near future via WebAssembly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants