cs231n / cs231n.github.io

Public facing notes page
MIT License
10.12k stars 4.06k forks source link

knn asks about test error but the notes don't define it #219

Open MaxTranced opened 4 years ago

MaxTranced commented 4 years ago

The k-NN assignment (part of assignment 1) asks this: "The training error of a 1-NN will always be lower than that of 5-NN." However, the notes at http://cs231n.github.io/classification/ (which should be sufficient to solve the assignment IMHO) do not define that term.