You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 23: How GPUs work (46)
aparikh98

This parallelism is why GPUS are really good for machine learning/ deep learning tasks: https://medium.com/@shachishah.ce/do-we-really-need-gpu-for-deep-learning-47042c02efe2

drewkaul

Overall, GPUs have proven to be well-suited for deep learning tasks because they have high bandwidth main memory, thread parallelism, and a large, fast L1 and register memory.

kavimehta

Google has gone a step further and developed TPUs specifically for machine learning https://cloud.google.com/tpu/

You must be enrolled in the course to comment