Showing posts with label 3dgraphics. Show all posts
Showing posts with label 3dgraphics. Show all posts

Monday, 30 June 2025

Why are GPUs fundamental to AI? And AI training?

Deep learning algorithms require linear algebra (matrix multiplications) and GPUs are very functional for linear algebra and matrices (as per their original design to compute graphics transformations effectively).

The matrix multiplications are used to update weights, and multiple cycles of updating weights, often referred to as epochs are required to adequately train these neural network models.

GPUs are basically the "free weights" of the AI training world.  More GPUS means more "reps" of AI training moves.

Geoffrey Hinton was one of the early pioneers who harnessed the power of GPUs to achieve AI training speeds hitherto unknown.

Sunday, 14 March 2021

What are glb Files? What does Khronos Group compare them to?

GLB files are binary version of the GL (Graphics Language) transmission format (glTF) file which uses JSON encoding. Its creators (Khronos Group) have called it the "JPEG of 3D". For a good source of news on Khronos check out its twitter feed.