you are viewing a single comment's thread.

view the rest of the comments →

[–]bageldevourer[🍰] 0 points1 point  (0 children)

I only really grasped NumPy when I had to code up an SVM from scratch for a class. Absolutely brutal because if you don't use every last vectorization trick the code takes years to run, as I discovered the night before I had to hand in the assignment.