Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-07 Thread Joachim De Beule
For those interested: here's some work on using deeplearning4j in clojure (no abstractions added, simply a port of the nd4j and deeplearning4j API's to 'clojuresque' functions and multimethods.) https://github.com/engagor/dl4clj If anybody wants to contribute they're welcome of course! Op vrij

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-07 Thread Dragan Djuric
Hi Kovas, > One question: > > Is it possible to feed Neanderthal's matrix representation (the underlying > bytes) into one of these other libraries, to obtain > computations Neanderthal doesn't support? > There are two parts to that question, I think: 1) How can you make Neanderthal work wit

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-07 Thread Dragan Djuric
Hi Mike, Thanks for the update. > Opening the source is not entirely my decision, this is a collaboration > with the Thinktopic folks (Jeff Rose et al.). I'm personally in favour of > being pretty open about this stuff but I do think that it would be a > mistake if people build too much stuff

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-07 Thread Dragan Djuric
> > > If people build on the 'wrong' api, thats a good problem to have. The > field is so in flux anyway. The problem can also be mitigated through > minimalism in what is released in the beginning. > > This. -- You received this message because you are subscribed to the Google Groups "Cloju

Re: http-kit for duct

2016-10-07 Thread ngettypogzli
I simply created a wrapper function, for the new-web-server function in Danielsz http-kit component, that will accept a map as the argument and wrote a reference to this function in "system.edn" i.e. {:compo

Re: Should I switch to Clojure after 3 years of learning another full stack ?

2016-10-07 Thread Nando Breiter
> I want to learn the language and "frameworks" (or how to create the > architecture) much quicker than previous attempt. > I recently came across an excellent course: https://www.coursera.org/learn/learning-how-to-learn that I think can be very helpful for someone trying to learn something effici

Re: [ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-07 Thread Kim Kinnear
> But for that I need zprint to be ported to clojurescript. > > Could you do it? > A Clojurescript port is certainly something I've been thinking about. The major underlying library on which zprint depends (rewrite-clj) has a Clojurescript port, so in theory it should all be straightforward.

Re: [ANN] zprint, lein-zprint Pretty print your code and data [ALPHA]

2016-10-07 Thread Yehonathan Sharvit
lein-zprint works fine with cljs files. Taking it offline for further details On Fri, 7 Oct 2016 at 17:12 Kim Kinnear wrote: > > But for that I need zprint to be ported to clojurescript. > > Could you do it? > > > A Clojurescript port is certainly something I've been thinking about. The > majo

Re: Clojure + ClojureScript + Electron + Om.Next + Boot and ProtoRepl on Atom to co-exist?

2016-10-07 Thread Ray King
Thanks for all the direct and public replies so far, we take great reassurance from them. Recapping the constraints: We have an existing Java library, which is a collection of algorithms (Statistical inferencing stuff), architecturally they are stateless. Pass in a Map, and it returns a Map.