Thorstensen Nicolas wrote: > Hi ! > > how can I do a k-fold crossvalidation with neural networks?
For "feed-forward neural networks with a single hidden layer" see package "nnet" in bundle "VR" (already installed). For "automatical" crossvalidation see, e.g., function errorest() in package "ipred". > and how can I load matlab data files into R? Dunno, maybe the "R.matlab" package is of any help. Uwe Ligges > thx in advance! > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
