A Beginner’s Guide to CUDA Programming
Author(s): Aditya Kumar Manethia Originally published on Towards AI. Photo by Catherine Heath on Unsplash Introduction In this blog, we’ll explore the basics of CUDA programming, understand how GPUs differ from CPUs, and learn how CUDA enables us to unlock the full …
Learning Transformers: Code, Concepts, and Impact
Author(s): Aditya Kumar Manethia Originally published on Towards AI. Photo by Taton Moïse on Unsplash Introduction The paper “Attention is All You Need” (Vaswani et al.,2017) introduced the Transformer architecture, a model that revolutionized NLP by completely discarding the standard Recurrent Neural …