The mathematical equation representing the linear hyperplane in SVM is:
x^T w - b = 0
w^T x - b = 0
w^T x + b = 0
x^T w + b = 0

Machine Learning Algorithms Exercises are loading ...