Given a set of points , they have labels {}. I would like to separate the data labeled +1 and the data labeled -1 by a polyhedron.
subject to: , for
and , for
and , for all .
Where K is the number of faces of the polyhedron, i represents each sample, j represents each face of the polyhedron. I assume that all positive data go inside the polyhedron while negative data are outside. Following the max-margin principle, we let the distance of the point to the face offset by a margin 1.
Optimizing with the first constraint is straightforward. But the second one seems difficult.
Is there anyway to optimize them in a fast way to the optimal?
No comments:
Post a Comment