rk3000 t1_j1ftjee wrote on December 24, 2022 at 12:31 AM Reply to [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev Give Julia a try: https://fluxml.ai It's just-in-time compiled with speed comparable to C/Fortran. And the syntax is as easy as python. Permalink 1
rk3000 t1_j1ftjee wrote
Reply to [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)? by vprokopev
Give Julia a try: https://fluxml.ai
It's just-in-time compiled with speed comparable to C/Fortran. And the syntax is as easy as python.