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.
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.