You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Activity
Atry commentedon Jan 1, 2017
Sorry but I did not get your point. Could you paste some code or pseudocode?
sirinath commentedon Jan 2, 2017
Above similar to https://github.com/lihaoyi/scala.rx on vectors which a time dimetion.
Above inspired by http://flix.github.io/
Atry commentedon Jan 3, 2017
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.
Merge pull request ThoughtWorksInc#5 from ThoughtWorksInc/features/sb…
Merge pull request #5 from ThoughtWorksInc/template