jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            Support vector machine

            Support vector machine

            Aug 11, 20241 min read

            In statistical learning, support vector machines are a supervised approach for classification and regression.

            Resources

            • An idiot’s guide to support vector machines (SVMs), by R. Berwick

            In code

            scikit-learn offers several support vector machine classes for different tasks. Within the base class sklearn.svm, we have the sub-classes:

            • For classification:
              • SVC
              • NuSVC
              • LinearSVC
            • For regression:
              • SVR
              • NuSVR
              • LinearSVR

            Graph View

            Backlinks

            • Prediction
            • Regression
            • SVC
            • Symbolic AI

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub