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

Add tensorflow #29

Merged
merged 3 commits into from
Aug 8, 2018
Merged

Add tensorflow #29

merged 3 commits into from
Aug 8, 2018

Conversation

cereallarceny
Copy link
Member

Basically, we now have the ability to do the following:

  • Add any tensor to an array for storage
  • Remove any tensor from that array
  • Get an individual tensor by id
  • Get a list of all stored tensors
  • Listen on a WebSocket for two commands: tensor and operation, which add a tensor to the list and perform a TensorFlow operation respectively
  • Execute any TensorFlow.js arithmetic command (add, mul, sub, etc.)

@cereallarceny
Copy link
Member Author

If I understand correctly, this would take care of the following issues: #7, #8, #9, and #10

@iamtrask iamtrask merged commit da0c7e7 into master Aug 8, 2018
cereallarceny pushed a commit that referenced this pull request Oct 13, 2018
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

Successfully merging this pull request may close these issues.

3 participants