Soft SVM - Soft Support Vector Machine - Machine Learning

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 12

  • @GauravAmeta-db1cq
    @GauravAmeta-db1cq 2 ปีที่แล้ว +2

    Nice Explanation Sir. Great Video.

  • @florian_d
    @florian_d 5 หลายเดือนก่อน

    Excellent Video, thank you!

  • @himanshubhusanrath212
    @himanshubhusanrath212 3 ปีที่แล้ว

    Very helpful explanation. Solved my query

  • @omkardeshpande7482
    @omkardeshpande7482 4 ปีที่แล้ว +1

    amazingly useful! Thanks!

    • @pankajkporwal
      @pankajkporwal  4 ปีที่แล้ว

      You are welcome!!! Please like, subscribe, and share!!!

  • @yasserothman4023
    @yasserothman4023 3 ปีที่แล้ว

    @3:26 why did you subtract the slack variable from 1 ?

    • @pankajkporwal
      @pankajkporwal  3 ปีที่แล้ว

      In hard svm all the points are at least 1 unit away from svm hyperplane. However, in soft svm we allow for slack of ksi_i for x_i. So x_i would/should be (at least) 1 - ksi_i units away from svm hyperplane.

    • @yasserothman4023
      @yasserothman4023 3 ปีที่แล้ว

      @@pankajkporwal thanks but why not multiply or add instead of subtracted ?

    • @pankajkporwal
      @pankajkporwal  3 ปีที่แล้ว

      @Yasser Othman Ideally the points should be at least distance 1 unit from svm hyperplane. In soft svm hyperplane this condition is relaxed by amount ksi_i units for x_i. So point x_i should be at least 1 - ksi_i distance from svm hyperplane. Thats why we are taking difference.

    • @syedshafiq1291
      @syedshafiq1291 ปีที่แล้ว

      @@pankajkporwal So the points xj and xk are correctly classified, but they can not be called as support vectors? Only points on the margin that exhibit a distance of 1 unit from the hyperplane are called as support vectors?

  • @xuchuan6401
    @xuchuan6401 4 ปีที่แล้ว

    For soft margin classifier, are the dots within the margin called support vectors? Or only the dots right at the margin are called support vectors?

    • @pankajkporwal
      @pankajkporwal  4 ปีที่แล้ว

      Yes, only the point right at the margin are called support vectors.