Eduspheria Wiki

Classical Machine Learning

The classical foundations: how programs learn from examples instead of rules. Linear and logistic regression, trees, ensembles, evaluation discipline, and unsupervised structure — taught the same way as the LLM book: intuition first, a visualization you can play with, then the math.

Foundations

What 'learning' even means, how a model can be wrong, and how it follows that wrongness downhill.

Supervised learning

The model families: lines that predict numbers, curves that predict labels, neighbors, trees, and margins.

Learning in practice

Everything between 'fit a model' and 'trust a model': splits, validation, features, metrics, and penalties that are chosen on purpose.

Ensembles

Why many mediocre trees beat one careful one — the nonlinear way to buy accuracy: bagging, boosting, and gradient boosting.

Unsupervised structure

When nobody hands you labels: clustering, compression, anomalies, and the geometry that makes similarity itself learnable.