ML and contributing to mir

Ki rill.ki at yahoo.com
Fri Aug 15 02:37:26 UTC 2025


On Wednesday, 6 August 2025 at 17:54:27 UTC, Marc wrote:
> Hi everyone,
>
> I'm interested in tensors, scientific computing and ML. After 
> trying to write a tensor library for c++, I came to the 
> realisation that I'm starting to hate the language the more 
> code i write. D seems like an obvious choice for my interest, a 
> fast compiled language but the gc is putitng me off as well. I 
> would be however very interested in contributing to mir maybe 
> even writting examples for its use cases. I would like to write 
> a classical machine learning library (decision trees, linear 
> models...) in D. Are there currently any effort in the 
> community towards this goal? I would appreciate any help or 
> suggestions.

Here some contributions over the years:
* [Grain](https://github.com/ShigekiKarita/grain/tree/master) - 
Tensor & NN library, implements tensors on GPU with CUDA. 
Abandoned.
* [Golem](https://github.com/lempiji/golem/tree/master) - the 
same as above, but on CPU only.

Under the hood:
* [Mir ndslice](https://github.com/libmir/mir-algorithm)


More information about the Digitalmars-d mailing list