Hacker News new | ask | show | jobs
by naveen99 3613 days ago
I found the Arrayfire examples in c++11 very approachable: https://github.com/arrayfire/arrayfire/blob/devel/examples/m...

The softmax_regression and logistic regression examples are even easier.

There are bindings for nodejs, python, other languages.

But it's so nice to be able to follow the definitions of each symbol and function in visual studio, not to mention being able to step through the imperative code.

And it's fast.

1 comments

Thank you for the kind words. If there is anything we can do to help, let us know.

*I work at ArrayFire.

Will do. Thank you for Arrayfire.