<@U3ZLHBTLG> Fundamentally, machine learning is ty...
# random
c
@louiscad Fundamentally, machine learning is typically executed in C/C++, with Python just offering a wrapper around it. I think part of the appeal is that specifying tensors and matrices in general is a bit more cumbersome with a statically typed language. I've been thinking about writing such a wrapper in Kotlin for a while (might require native) but I haven't acted on it
👍 1