←
^
→
Introduction to Machine Learning
Choose the Target Function
The obvious thing to learn seems to be a function that tells us what move M to take in each board B.
ChooseMove
: B → M.
This will turn out to be very hard to learn. An easier function is one that assigns a score (value) to every board state.
$V: B \rightarrow \mathbb{R}$
José M. Vidal
.
10 of 18