AI Cheat Sheet

Your quick reference for artificial intelligence terminology, techniques, and real-world applications.

Browse Topics

📖 Terminology

Key AI terms from ML and NLP — supervised learning, fine-tuning, tokens, embeddings, and more.

⚙️ Techniques

How AI models are trained and improved — backpropagation, RLHF, quantization, RAG, and more.

🎯 Use Cases

Where AI is used in the real world — healthcare, finance, creative work, customer support, and more.

🤖 Model Types

LLMs, diffusion models, CNNs, GANs, transformers, and other AI architectures explained.

✍️ Prompt Engineering

How to write effective prompts — zero-shot, few-shot, chain-of-thought, and structured prompts.

📐 Math & Concepts

Underlying concepts — loss functions, attention, temperature, perplexity, and accuracy metrics.

Quick Start

Core Concept

What is Artificial Intelligence?

AI refers to computer systems designed to perform tasks that normally require human intelligence — including learning, reasoning, problem-solving, perception, and language understanding. Modern AI is powered by machine learning, where models learn patterns from data rather than following explicit rules.

Quick Fact

LLM vs Traditional ML

Traditional ML models are built for one specific task (e.g., classify spam). Large Language Models are general-purpose — trained on massive text corpora to understand and generate human language across countless tasks.