Skip to main content

Questions tagged [svm]

Support Vector Machine refers to "a set of related supervised learning methods that analyze data and recognize patterns, used for classification and regression analysis."

0 votes
0 answers
22 views

I am listening to a lecture on soft margin SVM https://youtu.be/XUj5JbQihlU?si=b66SblRnw9mmczVU&t=2969 The lecturer says that the blue dot represents a violation of the margin. I don't really ...
Your neighbor Todorovich's user avatar
1 vote
0 answers
29 views

It is widely known that if you were to calculate the maximizer of the dual SVM program (denote as $\alpha^*$), then the primal minimizer of the hard-margin SVM program, \begin{aligned}&{\underset {...
Your neighbor Todorovich's user avatar
2 votes
2 answers
85 views

I trained a SVM multiple regression model and want to know how much each feature contributes to the prediction variance (quantified by the RMSE). I got the Shapley values for each feature on data from ...
n6r5's user avatar
  • 209
0 votes
0 answers
25 views

I have trained a multiregression model using non-linear SVM, and got quite good metrics, with no big differences between test (20% data) and train (80% data) metrics. The following are the test/train ...
n6r5's user avatar
  • 209
2 votes
0 answers
42 views

I am trying to figure out how to infer C in support vector machine. C is the upper bound on magnitude of lagrange multipliers. These multipliers are not independent. They are probably mutually ...
Coo's user avatar
  • 121
2 votes
1 answer
102 views

Memorability scores for a set of words can be downloaded from here. I am interested in seeing how well semantic embeddings can predict the relative memorability of words, as measured by Spearman's rho....
AvadaMouse's user avatar
0 votes
0 answers
31 views

How would a visualization of the data underlying SVR, such as in svm(X,y,type="nu-regression",kernel="linear",nu=0.5) look like in 3 dimensions (...
Sam's user avatar
  • 679
0 votes
0 answers
90 views

I'm trying to build an SVM model using the ksvm function from the kernlab package in R. My dataset is about breast cancer, and I'm trying to predict the diagnosis variable, which is a factor. All the ...
user avatar
1 vote
1 answer
75 views

I have two classes of data to train a linear support vector machine. To be specific, I used Principle Component Analysis to project the data to 2-dimension and trained the support vector machine. I ...
user avatar
1 vote
0 answers
60 views

I'm encountering a multiclass classification problem where I'm trying to predict 4 categories using SVM. I'm trying to fine-tuning its hyperparameter using Bayesian Optimization to speed up the ...
Duy Ngo's user avatar
  • 33
0 votes
0 answers
58 views

Problem Description: In a manufacturing plant, products are inspected for defects. Each product can have zero, one, or multiple types of defects present. Each defect type belongs to one of three ...
Peter.2055's user avatar
0 votes
0 answers
42 views

In soft-margin SVM in its kernelized form the objective is $$ \min_{\alpha \in \mathbb{R}^n} \biggl[ \tfrac{1}{2} \sum_{i=1}^n \sum_{j=1}^n \alpha_i\,\alpha_j\,k(x_i, x_j) \;+\; C \sum_{i=1}^n \max\...
T. Tim's user avatar
  • 117
1 vote
1 answer
188 views

I recently conducted a Principal Component Analysis (PCA) on a dataset with a four-category target variable. While the PCA score plot revealed excellent separation for one group, the remaining three ...
Mamad Fasih's user avatar
0 votes
0 answers
35 views

I'm trying to build 1D-CSVM model which is a model for pixel-vise classification (aka way of segmentation) of hyperspectral images and is a combination of CSVM and 1D-CNN . In section D....
Alex's user avatar
  • 1
3 votes
1 answer
219 views

Why in most explanations of the kernel trick is Mercer's Theorem used as justification? Can we not justify it as well with Moore-Aronszajn, which does not place the assumption of compactness on $X$ ...
T. Tim's user avatar
  • 117

15 30 50 per page
1
2 3 4 5
153