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

Host a TensorGraph patch for TensorBuilder #1

Open
cgarciae opened this issue Jun 9, 2016 · 1 comment
Open

Host a TensorGraph patch for TensorBuilder #1

cgarciae opened this issue Jun 9, 2016 · 1 comment

Comments

@cgarciae
Copy link

cgarciae commented Jun 9, 2016

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
Copy link
Owner

hycis commented Jun 10, 2016

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

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

No branches or pull requests

2 participants