Processing math: 100%

MathJax

Tuesday, March 03, 2015

Linear separability

(Cover, 1965)  Suppose we have N data points distributed at random in Rd with an unspecified distribution.  Assume that there is no subset of d or fewer points which are linearly dependent.  We then assign each of the points to one of the two classes C1 and C2 with equal probability.

The fraction F(N,d) of realizations that is linearly separable is given by the expression
F(N,d)={1whenNd+112N1di=0(N1i)whenNd+1 Intuitively, the probability of separability increase with increasing dimension d.

[TODO] include plot...

http://www-isl.stanford.edu/~cover/papers/paper76.pdf

Monday, March 02, 2015

Simply connectedness

Informally, a thick object in our space is simply-connected if it consists of one piece and does not have any "holes" that pass all the way through it.

A sphere (or, equivalently, a rubber ball with a hollow center) is simply connected, because any loop on the surface of a sphere can contract to a point, even though it has a "hole" in the hollow center.

The stronger condition, that the object has no holes of any dimension, is called contractibility.

Another characterization of simply-connectedness is the following:

X is simply-connected if and only if 
  • it is path-connected, and 
  • whenever p:[0,1]X and q:[0,1]X are two paths (i.e. continuous maps) with the same start and endpoint (p(0)=q(0) and p(1)==q(1)), then p and q are homotopic relative to {0,1}.
Intuitively, this means that p can be "continuously deformed" to get q while keeping the endpoints fixed. Hence the term simply connected: for any two given points in X, there is one and "essentially" only one path connecting them.

Examples:

  • All convex sets in Rn are simply connected.
  • A sphere is simply connected.