-
Notifications
You must be signed in to change notification settings - Fork 86
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
General LA, Data Flow and Reactive Programming #5
Comments
Sorry but I did not get your point. Could you paste some code or pseudocode? |
Above similar to https://github.com/lihaoyi/scala.rx on vectors which a time dimetion.
Above inspired by http://flix.github.io/ |
I guess you mean you want to let the same DSL syntax have different kernels. In order to achieve the goal, some implicit abstract factories are required to create DSL's ASTs, like what they did in http://okmij.org/ftp/tagless-final/ . The current DeepLearning.scala's codebase does not use this approach. |
…t-best-practice Upgrade sbt-best-practice
For what you are implementing for deep learning with a bit more flexibility perhaps you can make this a such that it can also be used to code application logic in LA / Data Flow / Reactive paradigms. Is it possible to give this flexibility?
The text was updated successfully, but these errors were encountered: