13.08.2022 Views

advanced-algorithmic-trading

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

269

Figure 19.6: Addition of a single point dramatically changes the MMH line

Consider a classifier based on a separating hyperplane that does not perfectly separate the

two classes. This would have a greater robustness to the addition of new invididual observations

and a better classification on most of the training observations. This comes at the expense of

some misclassification of a few training observations.

This is how a support vector classifier or soft margin classifier works. A SVC allows some

observations to be on the incorrect side of the margin (or hyperplane), providing a "soft" separation.

Figure 19.7 demonstrates observations being on the wrong side of the margin and the

wrong side of the hyperplane respectively.

Figure 19.7: Observations on the wrong side of the margin and hyperplane, respectively

An observation is still classified depending upon which side of the separating hyperplane it

lies on but some points may be misclassified.

It is instructive to see how the optimisation procedure differs from that described above for

the MMC. We need to introduce new parameters, namely n ɛ i values (known as the slack values)

and a non-negative parameter C ∈ R + ∪ 0, known as the budget. We wish to maximise M ∈ R,

across b 1 , ..., b p , ɛ 1 , .., ɛ n ∈ R such that:

p∑

b 2 j = b · b = 1 (19.11)

j=1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!