Skip to main content

11 docs tagged with "machine-learning"

View all tags

Convex Optimization

A foundation map for convex sets, convex functions, duality, and optimization problems with global guarantees.

Linear Algebra

A foundation map for vectors, linear transformations, matrix factorization, and data-oriented applications.

Linear Models

A selection map for linear predictors, regularization, classification links, and feature transformations.

Linear Regression

The linear prediction model, squared-error objective, solution methods, and the assumptions that determine what its coefficients mean.

Log Loss in Machine Learning

Why logarithmic loss measures probabilistic classification error and how calculus connects it to likelihood optimization.

Machine Learning

A map from problem formulation and evaluation to supervised, unsupervised, sequential, and deep learning methods.

Softmax Regression

Multiclass linear classification with logits, softmax probabilities, cross-entropy, and clear boundaries around multilabel tasks.