PPTX
PPTX
PROBLEM
“Machine Learning” By Tom Mitchell
PROBLEM
• Task T: playing checkers
• Performance measure P: percent of games won in the world
tournament
• Training experience E: games played against itself
APPROACH
Thus, we seek the weights, or equivalently the , that minimize E for the
observed training examples.
LMS Training
•Least mean squares or LMS training rule is one of several algorithms to
incrementally refine the weights.
LMS weight update rule.
• For each training example
• Use the current weights to calculate
• For each weight , update it as
)
The Final Design