abaja/notes-taker / lectures /Machine_MOC.md
abaja's picture
|
download
raw
2.17 kB
metadata
title: Machine Map of Content (MOC)
course: '[[Machine]]'
type: moc
updated: '2026-08-20'
tags:
  - moc
  - course/Machine

πŸ—ΊοΈ Machine: Map of Content (MOC)

Master Course Knowledge Hub This hub connects all lecture notes, derivations, and exam warnings for Machine.


πŸ“… 1. Chronological Lecture Syllabus

Date Topic Note Link
2026-08-19 Learning Backpropagation 2026 08 19 [[2026-08-19_Machine_Learning_Backpropagation_2026_08_19|Learning Backpropagation 2026 08 19 Note]]

πŸ“ 2. Key Derivations & Theorems Index

  • [[2026-08-19_Machine_Learning_Backpropagation_2026_08_19#Forward Pass Formulation|Forward Pass Formulation]] (Topic: Learning Backpropagation 2026 08 19, Date: 2026-08-19)
  • [[2026-08-19_Machine_Learning_Backpropagation_2026_08_19#Backward Pass Derivations|Backward Pass Derivations]] (Topic: Learning Backpropagation 2026 08 19, Date: 2026-08-19)
  • [[2026-08-19_Machine_Learning_Backpropagation_2026_08_19#Section 2: Mathematical Formulation|Section 2: Mathematical Formulation]] (Topic: Learning Backpropagation 2026 08 19, Date: 2026-08-19)

⚠️ 3. High-Yield Exam Pitfalls Aggregator

From [[2026-08-19_Machine_Learning_Backpropagation_2026_08_19|Learning Backpropagation 2026 08 19 (2026-08-19)]]:

  • Dimension Verification Mandatory: Always verify that $\dim\left(\frac{\partial L}{\partial W^{(l)}}\right) = \dim\left(W^{(l)}\right)$. A common exam trap is mixing up the order of the outer product ($\delta^{(l)} (A^{(l-1)})^T$ vs $(A^{(l-1)})^T \delta^{(l)}$).
  • Activation Caching Requirement: Remember that intermediate activations $A^{(l-1)}$ are required to compute weight updates during backpropagation. Failing to cache $A^{(l-1)}$ in memory during the forward pass forces redundant recomputations.
  • Vanishing Gradient Mechanics: Saturated activations such as Sigmoid $\sigma(z) = \frac{1}{1 + e^{-z}}$ have derivatives bounded by $\sigma'(z) \le 0.25$. As gradients are multiplied across deep layers ($l \ll L$), $\prod \sigma'(Z^{(k)}) \to 0$, causing deep layers to stop updating.

Xet Storage Details

Size:
2.17 kB
Β·
Xet hash:
2a2c24c0eeeed17465dd5202a36b8a9826c4c182c34f349841140d63b63544fb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.