Kernel Trick
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:
- Need to understand the math behind it
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.