There are two semi-circles of width thk with inner radius rad, separated by
sep as shown (red is -1 and blue is + 1). The center of the top semi-circle
is aligned with the middle of the edge of the bottom semi-circle. This task
is linearly separable when sep >= 0, and not so for sep <0. Set rad = 10,
thk = 5 and sep = 5 . Then, generate 2,000 examples uniformly, which means
you will have approximately 1,000 examples for each class.
Figure Describing the problem:
Can someone help me in generating such a dataset?

