跳到主要内容

考前速记

A* Algorithm

f(n)=g(n)+h(n)f(n) = g(n) + h(n)

A*Dijkstra
HeuristicYes (h(n))No
FindsShortest path to goalShortest to all nodes
GuaranteeOnly if admissibleAlways

ML Types — Quick Check

Training data labelled? → Supervised
Training data unlabelled? → Unsupervised
Agent + reward/penalty? → Reinforcement
Multiple hidden layers? → Deep Learning

ANN Vocabulary

TermMeaning
WeightStrength of connection between neurons
BiasOffset to shift activation
Activation fnIntroduces non-linearity (Sigmoid, ReLU)
Forward propInput → Hidden → Output
Back propError propagated backwards to update weights
Learning rate (α\alpha)Controls step size in gradient descent

Command Words — Quick Guide

WordDo
CalculateShow all steps, fill table
DescribeList key features (2-3 points)
ExplainHow/why it works (mechanism)
IdentifyName the type + brief reason
JustifyEvidence for your answer