www-ai.cs.tu-dortmund.de/LEHRE/VORLESUNGEN/MLRN/WS1314/Folien/2kNNMLV.Slides.pdf
häufigste Nachricht. Der Code des Beispiels ist optimal, wenn Pr(z1) = 1/2, Pr(z2) = 1/4, Pr(z3) = 1/8, Pr(z4) = 1/8. Wieso das?
37 von 43
kNN zur Klassifikation, Regression kNN implementieren Funktionsapproximation [...] n
Vorlesung Maschinelles Lernen Klassifikation und Regression: nächste Nachbarn
Katharina Morik
LS 8 Künstliche Intelligenz Fakultät für Informatik Technische Universität Dortmund
22.10.2013
1 von 43
kNN [...] coded as a
binary variable (GREEN = 0, RED = 1) and then fit by 15-
nearest-neighbor averaging as in (2.8). The predicted
class is hence chosen by majority vote amongst the 15-
nearest neighbors.
6 von 43
kNN …