Brandon Rohrer · @brohrer
1196 followers · 812 posts · Server recsys.social

Feeling absolutely delighted at this snippet from my work-in-progress real-time physics -with- project.

That's TWO HUNDRED AND FORTY separate balls bouncing off each other 500 times per second. It's fun to have an excuse to optimize ( and @matplotlib ).

code for the curious:
github.com/brohrer/how-to-trai

#simulation #visualization #python #Numba

Last updated 2 years ago

Brandon Rohrer · @brohrer
1196 followers · 810 posts · Server recsys.social

Feeling absolutely delighted at this snippet from my work-in-progress real-time physics -with- project.

That's TWO HUNDRED AND FORTY separate balls bouncing off each other 500 times per second. It's fun to have an excuse to optimize ( and @matplotlib ).

code for the curious:
github.com/brohrer/how-to-trai

#simulation #visualization #python #Numba

Last updated 2 years ago

Olivier Grisel · @ogrisel
1675 followers · 69 posts · Server sigmoid.social

Did you know that pipelines that rely on k-nearest neighbors graph computation can swap the built-in exact neighbors search by an accelerated third-party method such as the one implemented with in the project?

pynndescent.readthedocs.io/en/

#Sklearn #Numba #pynndescent #PyData #machinelearning #Python

Last updated 2 years ago

David R :antiverified: · @davidr
192 followers · 1403 posts · Server hachyderm.io

@aldanial Our signal processing code is already doing parfor in , but its good to know we don't have to give up the parallellization by calling a " MEX function". We are definitely CPU-bound and IMO MATLAB-bound and this could alleviate both problems.

I've never used , I'm more of a person. Are they equivalent?

#matlab #python #Numba #numpy

Last updated 2 years ago

Juan Luis ☑️ · @astrojuanlu
525 followers · 305 posts · Server social.juanlu.space

Excellent presentation by Max Mergenthaler from Nixtla at on bridging classical and deep learning methods for forecasting in thanks to

Code: github.com/nixtla

#Numba #python #timeseries #PyDataNYC

Last updated 2 years ago