Improve SVM Tuning through Parallelism

#artificialintelligence 

As pointed out in the chapter 10 of "The Elements of Statistical Learning", ANN and SVM (support vector machines) share similar pros and cons, e.g. However, in contrast to ANN usually suffering from local minima solutions, SVM is always able to converge globally. In addition, SVM is less prone to over-fitting given a good choice of free parameters, which usually can be identified through cross-validations. In the R package "e1071", tune() function can be used to search for SVM parameters but is extremely inefficient due to the sequential instead of parallel executions. In the code snippet below, a parallelism-based algorithm performs the grid search for SVM parameters through the K-fold cross validation.

Duplicate Docs Excel Report

Title
None found

Similar Docs  Excel Report  more

TitleSimilaritySource
None found