rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.53k stars 297 forks source link

Good blog post on numpy vs ndarray #678

Closed max-sixty closed 3 years ago

max-sixty commented 5 years ago

https://ngoldbaum.github.io/posts/python-vs-rust-nn/

Issues I extracted (comment if more):

Thanks @ngoldbaum

bluss commented 3 years ago

Thanks. I hope const generics will help us with tuple/slice conversion. I'll archive this issue for now.

We have existing issue #169 too for rand, #16 for the matrix multiplication.