Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
edited tags
Source Link
Pluviophile
  • 4.3k
  • 14
  • 33
  • 56

The optimization goal of the SVMSVM is to maximize the distance between the positive and negative hyperplanes. But before optimizing, how does sklearn first find the positive and negative support vectors and therefore the margin hyperplanes?

The optimization goal of the SVM is to maximize the distance between the positive and negative hyperplanes. But before optimizing, how sklearn first find the positive and negative support vectors and therefore the margin hyperplanes?

The optimization goal of the SVM is to maximize the distance between the positive and negative hyperplanes. But before optimizing, how does sklearn first find the positive and negative support vectors and therefore the margin hyperplanes?

Bumped by Community user
Source Link
user3363813
  • 261
  • 1
  • 2
  • 6

How sklearn SVM find the initial hyperplane before Optimisation?

The optimization goal of the SVM is to maximize the distance between the positive and negative hyperplanes. But before optimizing, how sklearn first find the positive and negative support vectors and therefore the margin hyperplanes?