|
|
|
|
|
by autokad
2280 days ago
|
|
> "VMs would be a terrible idea because the hinge loss only focuses on two data points and essentially ignores all the rest" Not true, In my experience fitted SVMs have thousands of support vectors. The hinge loss is supposed to be less sensitive to outliers. In general, I think SVMs are a 'terrible idea' because you can often get better fits at much faster run times with gradient boosting or you have to spend a lot of time getting the kernel just right. |
|