Machine learning framework in D
jmh530
john.michael.hall at gmail.com
Tue May 25 01:04:19 UTC 2021
On Tuesday, 25 May 2021 at 00:20:26 UTC, Tim wrote:
> Hi all,
>
> I'm needing to do a bit of ML soon for a project I'm involved
> in and I can't find any ML libs for D. Most of the libs
> available are for python (sci-kit learn, TensorFlow, etc.). I
> originally looked at using TensorFlow's C API but it doesn't
> include the actual ML stuff, just the tensor things. Could
> anybody help me out here?
>
> [snip]
Grain is a deep learning framework for D.
https://github.com/ShigekiKarita/grain
More information about the Digitalmars-d
mailing list