18 December 2021 2 3K Report

In the the optimization problem with slack variables for support vector machine, C is used as a balancing coefficient between the square norm of w and the sum of slack variables. See this link for C https://stackoverflow.com/questions/35848210/support-vector-machine-what-are-c-gamma.

Assume that we solve the optimization problem with C being one specific value, say C1. Now we change value of C from C1 to C2. I do not want to solve the optimization problem from scratch. Is there any method to modify the solution to get a solution for the case C=C2? Thanks.

More Bo Li's questions See All
Similar questions and discussions