Deep Learning Hardware with Xin Wang
Training a deep learning model involves operations over tensors. A tensor is a multi-dimensional array of numbers. For several years, GPUs were used for these linear algebra calculations. That’s because graphics chips are built to efficiently process matrix operations. Tensor processing consists of linear algebra operations that are similar in some ways to graphics processing–but
The post Deep Learning Hardware with Xin Wang appeared first on Software Engineering Daily.