This will install the current stable release for TensorFlow.
Showing posts with label deeplearning. Show all posts
Showing posts with label deeplearning. Show all posts
Monday, 10 November 2025
Tuesday, 30 September 2025
The Downlow on Explainable AI
Here's a great compilation of the latest in Explainable AI (XAI). Deep learning models (CNNs, RNNs, LLMs) as well as older models such as Support Vector Machines are covered. Techniques such as SHAP (short for Shapley Additive Explanations) are covered as well.
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.
Labels:
3dgraphics,
aiprogramming,
computergames,
deeplearning,
GPUs,
hinton,
linearalgebra,
neuralnetworks
Subscribe to:
Posts (Atom)