Comment on Python, Machine Learning, and Language Wars. A Highly Subjective Point of ViewparentComments−syllogism11yYou don't have to use the vectorization though. I prefer to work with Cython and just use pointers. You don't get to write vector + vector --- you have to actually write the loop --- but that's not such a big deal imo.−srean11yI am lazy and super prone to make one-off errors, so that to me is the _biggest_deal_ TM :)
Comments
You don't have to use the vectorization though. I prefer to work with Cython and just use pointers. You don't get to write vector + vector --- you have to actually write the loop --- but that's not such a big deal imo.
I am lazy and super prone to make one-off errors, so that to me is the _biggest_deal_ TM :)