Vapnik–Chervonenkis dimension

From Machinelearning
Revision as of 05:17, 8 July 2018 by IssaRice (talk | contribs) (Created page with " just storing tabs here for now: * https://en.wikipedia.org/wiki/VC_dimension * https://www.quora.com/Explain-VC-dimension-and-shattering-in-lucid-Way * https://www.google.co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

just storing tabs here for now:

I think there's three different "views" of the VC dimension:

  • in terms of sets/powersets and shattering
  • in terms of fitting parameters for a function
  • adversarial/game: to show the VC dimension is at least n: you choose n points, the adversary chooses the labels, you must find a hypothesis from the hypothesis class that separates the labels cleanly

questions:

  • does this work with more than two labels?