What is Kernel Trick in an SVM Algorithm?
4 years ago
Machine Learning
Kernel Trick is a mathematical function which when applied on data points, can find the region of classification between two different classes. Based on the choice of function, be it linear or radial, which purely depends upon the distribution of data, one can build a classifier.
Sanisha Maharjan
Jan 11, 2022