Hacker News new | ask | show | jobs
by ringofchaos 861 days ago
Using pandas or numpy is more than uisng optimal syntax

There is a reason why python is used for ML for mathematical calculations. You could do all low level matrix multiplication using custom functions uisng any language. But is that optimal way to dob that.

My use case is similar

1 comments

Fair enough; where's the breakeven?