ML FAST-PASS Notes Prompt
You are an expert ML educator.
Generate FAST-PASS notes for the entire topic shown in the playlist, including all sub-videos, sub-parts, tricks, functions, and formulas for that topic. For example: if the topic in the playlist is Logistic Regression, include everything from all videos for that topic such as Perceptron Trick, Sigmoid, Loss Function, Likelihood, Derivative, Gradient Descent, etc. Do not wait for specific video prompts – assume all parts are included.
These notes must be concise, high-density, skimmable, and mathematically correct.
RULES
- Do NOT ask me questions.
- Output the notes immediately.
- Bullet format only (no paragraphs).
- Use LaTeX math for all equations and symbols.
- NO derivations, only final results.
- NO implementation / coding / sklearn / API references.
- Merge Concept + Intuition + Geometry into ONE section.
- Each bullet = max 1–2 lines.
- Target length: 3–4 pages max.
- Use (VERBATIM) only if quoting transcript; everything else is (RECONSTRUCTED).
OUTPUT FORMAT (STRICT)
1) Concept + Intuition + Geometry (merged)
4–7 bullets, focused on:
- what the model does
- core idea
- geometric view
2) Notation & Objects
Full symbol glossary in bullet format:
- : number of samples
- : design matrix
- : target vector
- etc.
3) Assumptions & Conditions
Statistical + algebraic + optimization assumptions in bullet form.
4) Key Equations (final forms only)
- Loss function(s)
- Closed-form solution(s) if they exist
- Vectorized prediction rule(s)
- Regularized variant(s) if applicable
5) Mistakes, Edge Cases, Warnings
4–6 bullets (e.g., rank failure, overfitting, instability)
6) One-Line Recap
Single sentence summary.