Channel: algorithms

Touching the Elephant - TPUs

Matrix multiplies have the property that as the size of inputs grow, the ratio of compute, O(n^3), to data access, O(n^2), improves. If you can dedicate hardware to speeding up arithmetic and coordinating data movement you can exploit this,

ai algorithms hardware

Load Balancing - nice visualizations of different load balancing algorithms.

algorithms distributed systems

Essential Image Optimization

ridiculously in depth look at image compression

algorithms