Deep Learning for Programmers 0.11.0 (Clojure AI Book WIP)

2019-10-25 Thread Dragan Djuric
New release:Deep Learning for Programmers: An Interactive Tutorial with CUDA, OpenCL, MKL-DNN, Java, and Clojure https://aiprobook.com/deep-learning-for-programmers + Chapter on Adaptive Learning Rates ** no mi

Re: Keys in EDN maps: keywords or symbols

2019-10-25 Thread Anton Vodonosov
Thank you for responses. The last two arguments do not resolve the doubt, however: 1. symbols also implement IFn: (require 'clojure.edn) ('a (clojure.edn/read-string "{a 1 b 2}")) => 1 2. EDN does not specify any evaluation model, so how can a symbol designate something "in isolat

Re: Keys in EDN maps: keywords or symbols

2019-10-25 Thread James Reeves
As you point out, symbols in edn have no inherent meaning; it's entirely up to how you interpret them. However, if you saw the symbol "clojure.core/conj" in an edn file, then the chances are that it's intended to refer to a Clojure function. Similarly, the symbol "PI" likely refers to the mathemati

[ANN] Cognitect Labs' aws-api 0.0.8.391

2019-10-25 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.391 is now available! CHANGES - Fix: S3 HeadObject fails with large files #97 - This was fixed in cognitect/http-client 0.1.101 - Fix concurrency 4 limit introduced in 0.8.383 README: https://git

[ANN] core.rrb-vector 0.1.1 -- eliminate a warning in ClojureScript version

2019-10-25 Thread Andy Fingerhut
I am pleased to announce the 0.1.1 release of core.rrb-vector, a Clojure Contrib library extending the Clojure vector API with logarithmic-time concatenation and slicing: https://github.com/clojure/core.rrb-vector [org.clojure/core.rrb-vector "0.1.1"] org.clojure core.rrb-vector