You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TensorBuilder is light-weight extensible library that enables you to easily create complex deep neural networks using functions from any Tensor-based library through a functional fluent immutable API based on the Builder Pattern. As a side effect, TensorBuilder is a library that gives expressive power to any Tensor-based library that decide to implement a TensorBuilder patch.
As a Tensor-based library, TensorGraph user might benefit a lot from a TensorGraph patch for TensorBuilder. Check out the examples, they are from the mostly from the TensorFlow and TFLearn patches which I host, but creating patches is really easy and you get the branching capabilities and the DSL for free once you have that.
The text was updated successfully, but these errors were encountered:
As a Tensor-based library, TensorGraph user might benefit a lot from a TensorGraph patch for TensorBuilder. Check out the examples, they are from the mostly from the TensorFlow and TFLearn patches which I host, but creating patches is really easy and you get the branching capabilities and the DSL for free once you have that.
The text was updated successfully, but these errors were encountered: