Tag: artificial intelligence
-
Visual intro to Transformers by 3Blue1Brown’
Introduction:In the rapidly evolving field of artificial intelligence, understanding the inner workings of Large Language Models (LLMs) like GPT (Generative Pre-trained Transformers) is essential for both developers and enthusiasts. This blog post highlights three insightful videos that break down core concepts behind these models: the fundamentals of transformers, the critical role of attention mechanisms, and…
-
Classification with K-nearest Neighbors
Introduction Classifiers are algorithms used by computers to classify data into a discrete class . For example a classifier can be used to recognize a human face in an image, every time you use your credit card, your credit card company may be running a Fraud detection algorithm using the information to determine if it…