ML and contributing to mir
Ki
rill.ki at yahoo.com
Fri Aug 15 02:43:06 UTC 2025
On Friday, 15 August 2025 at 02:37:26 UTC, Ki wrote:
> 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,
I too have the same idea with
[Densor](https://github.com/rillki/densor), but I'm slow on
implementation.
I thought of the following structure:
* Densor - Tensors with GPU/CPU.
* SomeNN - NN and DL library that depends on Densor.
* SomeXX... - other libraries that use Densor and SomeNN as
dependencies.
More information about the Digitalmars-d
mailing list