Topic
Llm
Learn Llm as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts67 Articles20h 5m
Overview
Learn Llm as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
Ai
Python
Ai Agents
Langchain
Learning Path in this Topic
Series that contain articles from Llm. Select a path to filter the article list.
Articles
67 matched articles
Article 3Fine-Tuning LLMs: The Complete Engineer's Guide to SFT, LoRA, and RLHFTLDR: A pretrained LLM is a generalist. Fine-tuning makes it a specialist. Supervised Fine-Tuning (SFT) teaches it your domain's language through labeled examples. LoRA does the same with 99% fewer tr30 min
Article 4Chain of Thought Prompting: Teaching LLMs to Think Step by StepTLDR: Chain of Thought (CoT) prompting tells a language model to reason out loud before answering. By generating intermediate steps, the model steers itself toward correct conclusions β turning guessw27 min
Article 5LLM Hallucinations: Causes, Detection, and Mitigation StrategiesTLDR: LLMs hallucinate because they are trained to predict the next plausible token β not the next true token. Understanding the three hallucination types (factual, faithfulness, open-domain) plus the30 min
Article 6Sparse Mixture of Experts: How MoE LLMs Do More With Less ComputeTLDR: Mixture of Experts (MoE) replaces the single dense Feed-Forward Network (FFN) layer in each Transformer block with N independent expert FFNs plus a learned router. Only the top-K experts activat27 minPage 1 of 12