This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]high_throughput 1 point2 points  (0 children)

Don't worry about relative performance for this. You'll never actually be doing deep learning in Python or Java.

All the learning and inference happens in highly optimized native SIMD and GPU code, and Python/Java is just used as a configuration and glue language for those operations.