Skip to main content

Questions tagged [vc-dimension]

The VC dimension (for Vapnik–Chervonenkis dimension) is a measure of the capacity (complexity, expressive power, richness, or flexibility) of a statistical classification algorithm, defined as the cardinality of the largest set of points that the algorithm can shatter.

0 votes
1 answer
151 views

2d rectangle vc-dimension shattering 5 points

I have seen in many places that the vc-dimension of H, an hypostases class which consists of rectangles parallel to the axis is 4. yet when constructing this 2D constellation of points i can't ...
Tomer Gigi's user avatar
1 vote
0 answers
34 views

Confirming my interpretation on a comment by Vladimir Vapnik

In the preface to the first edition of his book The Nature of Statistical Learning Theory, Vapnik makes the following comment: Between 1960 and 1980 a revolution in statistics occurred: Fisher's ...
Alek Fröhlich's user avatar
0 votes
0 answers
24 views

Vapnik-Chervonenkis dimension of hypergraph, given bound on number of hyperedges

in studying now about Vapnik-Chervonenkis dimension, and there is one question that I not able to solve. Let $\textrm{(X , R)}$ be a range space so that any hypergraph $\textrm{(V, F)}$ in it ...
lsu's user avatar
  • 1
1 vote
0 answers
27 views

Is infinite VC-dim equivalent to universal approximator?

If $m$ is the VC-dim then it means there is no configuration of $m+1$ datapoints we can shatter. But there could be configurations of $m$ datapoints we cannot shatter. Hence my confusion and my ...
user3091275's user avatar
3 votes
1 answer
913 views

What is the VC dimension for logistic regresion?

I know that the VC dimension for a perceptron is 3, but what is it for a logistic regression model?
Dazckel's user avatar
  • 81
3 votes
0 answers
84 views

Hypothesis class with n elements that shatters a set C of n/2 points

I started learning Advanced Machine Learning and came across a problem that stuck. I would be grateful if you could help me with some ideas or solutions: What is the maximum value of the natural even ...
Andrew's user avatar
  • 31
1 vote
0 answers
80 views

The VC dimension of a mixture of normal laws

In his Statistical Learning Theory (1998), Vapnik presents the following mixture of two normal laws (p.236), in which the parameters $a$ and $\sigma$ are unknown: $$p(z;a;\sigma)=\frac{1}{2}\mathcal{N}...
demim00nde's user avatar
2 votes
0 answers
111 views

Is the VC dimension of a MLP regressor a valid upper bound on how many points it can exactly fit?

I want to calculate an upper bound on how many training points an MLP regressor can fit with ~0 error. I don't care about the test error, I want to overfit as much as possible the (few) training ...
Daniele 's user avatar
0 votes
1 answer
47 views

Characterizations of uniformly learnable function classes in the distribution-specific setting

Let $X$ be some input domain (a measurable space). Then let $D$ be some class of probability distributions on $X\times\{0,1\}$. We will call such distributions learning tasks. We say that $D$ is ...
Jack M's user avatar
  • 439
1 vote
0 answers
78 views

Sample complexity and VC dimension

I'm studying VC-dimension and sample complexity, and I'd like to understand whether I understand it correctly via the following example. Let $X = \mathbb{R}$ and $\mathcal{H} = \{ h_{\theta}(x)=\text{...
Slim Shady's user avatar
4 votes
1 answer
222 views

Distributional Assumptions in Machine Learning

In more classical statistical methods like linear regression, we can quantify how well our model generalizes under certain strong assumptions. For example, we know that $\hat Y = X \hat \beta \sim \...
Claudio Moneo's user avatar
1 vote
0 answers
91 views

VC-Dimensions and PAC-learning of some specific certain class of classifiers

I'm learning VC-dimensions and PAC-learnability right now and I need some help. I'm answering a practice exercise question that I'm prepping for an exam. So suppose we have some domain $\mathcal{X} = \...
M. Fire's user avatar
  • 11
1 vote
1 answer
1k views

VC-Dimension of Axis-Aligned Right Triangles and 5-point Convex Hull

I am having trouble proving the following fact about the VC dimension of triangles. Consider axis-aligned right triangles in the plane, with the the right angle in the lower left corner. The ...
Dennis's user avatar
  • 113
2 votes
0 answers
173 views

VC generalization bound example question

I feel it's a really basic problem yet I can't wrap my head around it. The problem is Exercise 2.5 from Yaser S. Abu-Mostafa's book Learning From Data. We are given a learning model with growth ...
ste's user avatar
  • 534
3 votes
1 answer
337 views

What is the difference between sieve estimation and structural risk minimization?

I was wondering if you could help me out. I am quite confused about the difference between sieve estimators (Ulf Grenander) and structural risk minimization (SRM) (Vladimir Vapnik). Could anyone give ...
vshas's user avatar
  • 131

15 30 50 per page
1
2 3 4 5