In-depth technical guides covering Classical Machine Learning metrics, Large Language Model evaluation, Transformer mechanics, parameter tuning, and production RAG architecture.
Classification metrics almost all derive from the confusion matrix. Learn how Accuracy, Precision, Recall, and F1-Score behave under real-world data distributions.
Explore threshold-agnostic ROC curves, probability ranking, Precision-Recall AUC for rare classes, and multi-class macro, micro, and weighted averaging techniques.
How do we automatically measure LLM response quality? Explore probability perplexity, exact string overlap (BLEU/ROUGE), and BERTScore semantic alignment.
From pretraining FLOP scaling laws ($6ND$) to Supervised Fine-Tuning (SFT), DPO alignment, and parameter-efficient fine-tuning with LoRA & 4-bit QLoRA.