|
|
|
|
|
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. |
|
*I work at ArrayFire.