The Definitive Encyclopedia of Machine Learning

Master Index

Study Progress Tracker

Overall Progress 0%

Part I: The Mathematical & Statistical Bedrock

Part II: Supervised Learning

Part III: Unsupervised Learning & Geometry

    • Partitioning (K-Means, K-Means++)
    • Hyperparameter Tuning (Elbow Method, Silhouette Scores)
    • Hierarchical Clustering
    • Density-Based (DBSCAN, OPTICS)
    • Association (Apriori)
    • Linear (PCA, Factor Analysis)
    • Non-Linear (t-SNE, UMAP, Isomap, Kernel PCA)

Part IV: Neural Networks & Deep Learning

    • Architecture (Perceptrons, MLP)
    • Activation Functions (ReLU, Sigmoid, Tanh)
    • The Optimization Loop (Backpropagation)
    • Neural Optimizers (Adam, RMSProp, SGD)
    • Neural Regularization (Dropout, Batch Norm)
    • Computer Vision (CNNs)
    • Sequence Models (RNNs, LSTMs, GRUs)
    • The Transformer (Self-Attention)

Part V: The Frontier (2024-2026)

Part VI: Engineering & Metrics