Neural Networks / ML Libraries for D

Saurabh Das via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 25 06:58:33 PDT 2016


On Tuesday, 25 October 2016 at 13:26:49 UTC, bachmeier wrote:
> On Tuesday, 25 October 2016 at 11:17:29 UTC, Saurabh Das wrote:
>> Hello,
>>
>> Are there any good ML libraries for D? In particular, looking 
>> for a neural network library currently. Any leads would be 
>> appreciated.
>>
>> Thanks,
>> Saurabh
>
> I have written a project to embed R inside D and vice versa for 
> my research (currently Linux only). Any neural network library 
> for R is trivially available inside D. Ideally these libraries 
> would be written in D but I'm a strong believer in reusing 
> working code. If this is something that is of interest, let me 
> know.

Oh that sounds pretty cool.

While I probably won't use it right now, embedding R inside D 
would be a good learning opportunity. Is it available on 
code.dlang.org or on GitHub?

Thanks
Saurabh



More information about the Digitalmars-d-learn mailing list