Hacker News new | ask | show | jobs
by law 4932 days ago
I use Python in production for text pre-processing and other ETL-related processes, which is part of a larger reinforcement learning approach. Additionally, I use Python to prototype the core ML algorithms, which I sometimes re-implement in C++. However, for many of those algorithms, numpy actually performs identically to BLAS in C++.
1 comments

I get it now, thanks. It's very interesting, maybe I will give Python for ML a chance!