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

Initializing computational network from a DSL in an External File #48

Open
sirinath opened this issue Feb 29, 2016 · 2 comments
Open

Initializing computational network from a DSL in an External File #48

sirinath opened this issue Feb 29, 2016 · 2 comments

Comments

@sirinath
Copy link

Can you add support to initialise computation from a external file using something similar to:

  • NoFlo graph file format
  • FBP Network Protocol
  • Flow-Based Programming
@hobofan
Copy link
Member

hobofan commented Feb 29, 2016

What use case do you have in mind?

I doubt it fits the scope of Collenchyma which only provides single operations, not connected graphs.
I think what you are looking for would be a crate one abstraction level higher and could indeed use Collenchyma for the single operations, but I think Collenchyma should stay agnostic of this.

@sirinath
Copy link
Author

sirinath commented Mar 1, 2016

You can have it as 3 level:

  • Low level - single operations
  • Mid level - graph operation by composing single operations
  • High level - nested graph operations by composing graph operation, single operations and nested graph operations

Maybe you can factor this into different projects or have it here, but should interop with the ML framework.

Current level it is very verbose to use and more coding overhead and complexity to the developer.

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