Does azure support SVM and how?

Emo Spritr 20 Reputation points
2024-01-24T23:07:57.08+00:00

Does azure support SVM and how? Which kernel azure supports? Are all the six popular kernels supported by azure

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,966 Reputation points Moderator
    2024-01-25T03:30:40.5666667+00:00

    Hello Emo Spritr

    Thanks for reaching out to us, for Azure Machine Learning studio, only two-class SVM is supported as a component of Azure Machine Learning Studio. Use this component to create a model that is based on the support vector machine algorithm.

    Support vector machines (SVMs) are a well-researched class of supervised learning methods. This particular implementation is suited to prediction of two possible outcomes, based on either continuous or categorical variables. After defining the model parameters, train the model by using the training components, and providing a tagged dataset that includes a label or outcome column.

    In Azure Machine Learning SDK, you can develop your SVM model and apply different kernel function as this guidance -

    https://www.geeksforgeeks.org/major-kernel-functions-in-support-vector-machine-svm/

    Please take a look and share more details so that I can provide more information to you.

    I hope this helps.

    Regards, Yutong

    -Please kindly accept the answer if you feel helpful to support the community. thanks a lot.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.