Kernel Trick

[!def] Kernel Trick
Kernel Trick is the way of converting low dimensional data to higher dimensional. But the trick is to not do it explicitly but implicitly, which saves a lot of computation power.

TODO:

  1. Need to understand the math behind it