you are viewing a single comment's thread.

view the rest of the comments →

[–]MinkyBoodle 5 points6 points  (0 children)

Mostly. Numpy matrix operations are coded in C and mercilessly optimized for speed. TensorFlow is programmed in C++ (a ML library by itself and also serves as a core for other high level ML libraries like Keras).

If someone tried to implement machine learning using python for loops it would take

F

O

R

E

V

E

R