Monday, July 27, 2020

SVM RBF Kernel Parameters With Code Examples

In this post, you will learn about SVM RBF (Radial Basis Function) kernel hyperparameters with the python code example. The following are the two hyperparameters which you need to know while training a machine learning model with SVM and RBF kernel:

  • Gamma
  • C (also called regularization parameter)

Knowing the concepts on SVM parameters such as Gamma and C used with RBF kernel will enable you to select the appropriate values of Gamma and C and train the most optimal model using the SVM algorithm. Let's understand why we should use kernel functions such as RBF.



from DZone.com Feed https://ift.tt/305TVZi

No comments:

Post a Comment