AIGP Study Guide
Module 1: Foundations of AI · BoK IV.A

Five algorithms to recognise on sight

Governance pros must recognise five algorithms to talk risk: linear regression, logistic regression (binary outcome), decision trees, random forests (an ensemble more accurate than a single tree) and neural networks.

Engineers choose these, but governance pros must understand them to talk risk. Match algorithm → job → example.

Five algorithms
AlgorithmJobExample
Linear regressionNumeric predictions from continuous variablesPredicting natural disaster damage costs from housing prices and infrastructure
Logistic regressionProbabilistic technique → likelihood of an event, usually a binary outcomeWill this customer stay or churn · will a product appeal to a demographic
Decision treesSupervised learning for classification and regressionSpam vs not-spam email filters
Random forestsEnsemble of trees → more accurate, handles complex data better than single decision treesRecommendation engines
Neural networksMimics the human brain → highly complex tasksNLP, facial recognition, ChatGPT, Google Gemini

Key terms - quick answers

What is “Linear regression”?
Algorithm making numeric predictions from continuous variables.
What is “Logistic regression”?
Probabilistic algorithm giving the likelihood of a usually binary outcome.
What is “Decision trees”?
Supervised learning algorithm for classification and regression.
What is “Random forests”?
Ensemble of decision trees, more accurate and better at complex data than a single tree.