Re: DStep 1.0.0 on the Blog

2019-04-23 Thread Mike Franklin via Digitalmars-d-announce
On Monday, 22 April 2019 at 12:24:16 UTC, Mike Parker wrote: To coincide with the announcement of DStep 1.0.0, Jacob submitted a post to the D Blog that goes into detail on all the new stuff included in this release. The blog: https://dlang.org/blog/2019/04/22/dstep-1-0-0/ Reddit: https://www

Re: DStep 1.0.0 on the Blog

2019-04-23 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-04-23 14:10, Mike Franklin wrote: Nice work, Jacob!  Very cool! Thanks :) -- /Jacob Carlborg

grain - D Language for Deep Learning

2019-04-23 Thread Andrei Alexandrescu via Digitalmars-d-announce
Google Alerts just found these slides: https://speakerdeck.com/shigekikarita/grain-d-language-for-deep-learning Does anyone have more information about this?

Mir Algorithm 3.4.1 - RCArray and RCPtr

2019-04-23 Thread 9il via Digitalmars-d-announce
Thread safe RC Array and Ptr. Plus C++ headers for code integration. https://github.com/libmir/mir-algorithm Docs: http://mir-algorithm.libmir.org http://mir-algorithm.libmir.org/mir_rc_array.html http://mir-algorithm.libmir.org/mir_rc_ptr.html Also, Ndslice and Series RC wrappers are availa

Re: grain - D Language for Deep Learning

2019-04-23 Thread Fynn Schröder via Digitalmars-d-announce
On Wednesday, 24 April 2019 at 00:02:42 UTC, Andrei Alexandrescu wrote: Google Alerts just found these slides: https://speakerdeck.com/shigekikarita/grain-d-language-for-deep-learning Does anyone have more information about this? It's an autograd library for dynamic neural networks based on m