Skip to content
Prev 8370 / 15274 Next

Strategies based on Neural Networks (or SVMs) - any experience with R ?

I think that Gentil should be aware of the /No Free Lunch Theorem/ (Duda 
et al., 2001, Wolpert and Macready, 1997).  There are no 
context-independent or usage-independent reasons to favor one machine 
learning algorithm over another. If one performs better than another, it 
is owing to its better fit to the particular problem, not its general 
superiority.  If you wish to use these techniques try lots of them:  
certainly neural networks and support vector machines, but also try some 
of the ensemble techniques such as bagging, boosting and random forest.  
You can even try the statisticians favorite, logistic regression.  They 
are all available in R.

Stephen Choularton Ph.D., FIoD
On 23/08/2011 12:14 AM, Brian G. Peterson wrote: