Skip to content

Artificial Intelligence - Glossary

TermSimple meaning
A*Search using cost paid plus estimated cost remaining
Activation functionFunction converting a neuron's input into output
ActuatorComponent through which an agent acts
Admissible heuristicEstimate that never exceeds true remaining cost
AgentSystem that perceives and acts in an environment
Alpha-beta pruningRemoves game-tree branches that cannot affect minimax
BackpropagationComputes neural-network gradients from output toward input
Bayes' ruleUpdates a hypothesis probability using evidence
Bayesian networkDirected acyclic graph of probabilistic dependencies
BiasAdjustable constant added to a neuron's weighted sum
Breadth-first searchExpands the shallowest frontier node first
Conditional independenceIndependence after another variable is known
Consistent heuristicHeuristic obeying the triangle-style cost condition
Constraint satisfaction problemVariables, domains, and constraints
Depth-first searchExpands the deepest frontier node first
EnvironmentExternal world in which an agent operates
FrameSlot-value structure describing an object or situation
Gradient descentMoves parameters opposite the loss gradient
HeuristicEstimate used to guide search
Hidden Markov modelTemporal model with hidden states and observations
Knowledge graphNetwork of entities and labelled relationships
Learning rateStep size used during parameter updates
Loss functionNumber measuring prediction error
MinimaxChooses a move assuming an optimal opponent
Naive BayesClassifier assuming conditional feature independence
OntologyFormal vocabulary of domain concepts and relationships
PEASPerformance, Environment, Actuators, Sensors
PerceptronLinear threshold learning unit
Rational agentAgent choosing actions expected to maximize performance
Semantic networkGraph representation of concepts and relations
SensorComponent through which an agent perceives
State spaceSet of states reachable in a problem
UtilityNumerical preference for an outcome
Uniform-cost searchExpands the frontier node with lowest path cost

Built from Markdown with VitePress.