implementation status
yorkie opened this issue · 2 comments
yorkie commented
Providing TensorFlow functionality in a programming language can be broken down into broad categories:
- Run a predefined graph
- Graph construction
- Gradients (AKA automatic differentiation)
- Functions
- Control Flow
- Neural Network library
yorkie commented
Actually I'm working on the 3rd part, namely Gradients in JavaScript, but it should be stoped now and get "predefined graph importing" is working firstly :)
yorkie commented
Actually I'm working on the 3rd part, namely Gradients in JavaScript, but it should be stoped now and get "predefined graph importing" is working firstly :)
Predefined graph importing and exporting is working now, just revisit Gradients part :)