face-alignment
face-alignment copied to clipboard
Radius & liblinear parameter C
Hi,
Thanks for your work ! Here are my questions :
- How did you determine "params.max_raio_radius" values? Did you do a cross-validation at some point ?
- How did you find that the optimal cost parameter C for liblinear regression is 1/(size(binaryfeatures, 1) ? Is it optimal for any dataset ?
Thanks
Hi, thank you for the interest. Regarding to your questions:
- I indeed did some cross-validation to find the ratio_radius for the model;
- I did remember exactly how to determine the value of C, but it worked well in my experiments.
At 2015-05-04 22:56:38, "SimonTPT" [email protected] wrote:
Hi,
Thanks for your work ! Here are my questions :
How did you determine "params.max_raio_radius" values? Did you do a cross-validation at some point ? How did you find that the optimal cost parameter C for liblinear regression is 1/(size(binaryfeatures, 1) ? Is it optimal for any dataset ?
Thanks
— Reply to this email directly or view it on GitHub.