Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

This section organizes common model families by the kind of structure they assume and the kinds of problems they are best suited for.

TypeBest ForExamples
Linear modelsSimple, interpretable tasksLinear regression, logistic regression
Tree-based modelsTabular data, feature importanceDecision trees, random forests, XGBoost
Support vector machinesClassification with clear marginsSVM, SVR
Neural networksComplex patterns, large dataMLPs, CNNs, RNNs
TransformersSequential and language dataBERT, GPT, T5
Ensemble modelsCombining multiple learnersBagging, boosting, stacking