|
|
|
|
|
by pg314
3210 days ago
|
|
Not all data is a good fit for Numpy: some data is non-numeric or not a homogenous array. > There's a reason almost all deep learning is done in python. The heavy-lifting in e.g. TensorFlow is done in C++. Bindings to Python make sense because it is one of the few sanctioned languages inside Google, and it is widely used outside of Google and easy to pick up. |
|
That's exactly the same as with numpy. I'm not sure what your point is. C++ is also one of the few sanctioned languages inside google, as is Java.
>Not all data is a good fit for Numpy: some data is non-numeric or not a homogenous array.
I'm curious what kind of data you're working with that can't be represented and effectively transformed in a tensor (numpy array).