hycis / TensorGraph

A tensorflow library for building all kinds of models
Apache License 2.0
69 stars 20 forks source link

Host a TensorGraph patch for TensorBuilder #1

Open cgarciae opened 8 years ago

cgarciae commented 8 years ago

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.

hycis commented 8 years ago

@cgarciae cool, I will check it out, nice library btw