Please, how to calculate the number of model parameters of the support vector machine model to determine the Akaike Information Criterion (AIC).
AIC = n * log(MSE) + 2 * p
with n is the number of training samples and p is the number of model parameters.
question from:https://stackoverflow.com/questions/65945712/number-of-parameters-of-the-support-vector-machine