Machine learning framework in D
Jon Degenhardt
jond at noreply.com
Tue May 25 00:44:15 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.
> …
> Any recommendations? I was thinking of using RPC to talk to
> TensorFlow in python, could there be any bad sides to this? I
> haven't managed to get RPC to talk to python form D in the past
I haven’t tried it, but you might want to take a look at the
Netflix Vector Flow library, which is written in D.
https://github.com/Netflix/vectorflow
—Jon
More information about the Digitalmars-d
mailing list