Submitted by JanBitesTheDust t3_11ddohk in MachineLearning
JanBitesTheDust OP t1_ja8avd4 wrote
Reply to comment by ch9ki7 in [P] Basic autodiff library for scalar values in C by JanBitesTheDust
I actually have never wrapped C code for python hahaha. I wonder how difficult it is?
Jonas_SV t1_ja8tpxw wrote
Not too bad, check the python C types API
CireNeikual t1_ja93iae wrote
I would actually recommend Cython over C types, it's nicer especially when it comes to handling numpy arrays.
Viewing a single comment thread. View all comments