🗺️ CH-2.1 MIND MAP
SLFF → Single Layer Feedforward → Input directly connected to output → No hidden layers → Only linear problems
MLFF → Multiple hidden layers → Non-linear problems → Universal approximator → Trained by Backpropagation
McCulloch-Pitts (MCP) → First neuron model (1943) → Binary inputs/output → Threshold logic → All weights fixed (1 or 0)
Supervised Learning → Labeled data → Teacher present → Minimize error → Backpropagation, Perceptron
Unsupervised Learning → No labels → Find structure → Clustering → Hebb Rule, SOM, K-Means
Backpropagation → Forward pass (compute output) → Compute error → Backward pass (propagate error) → Update weights via gradient descent
Hebb Network → "Fire together, wire together" → Unsupervised → Weight update: Δw = α × x × y → Correlational learning