Graphics Processing Unit
GPUs are specialized electronic circuits designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device. While originally designed for rendering graphics, GPUs have become instrumental in AI due to their ability to perform many parallel operations, making them significantly faster than general-purpose CPUs for the matrix and vector operations common in AI.
Last updated